aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2008-11-116-7/+58
|\
| * [XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner2008-11-101-1/+7
| * [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-101-3/+36
| * [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-11-102-0/+11
| * [XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy2008-11-101-1/+1
| * [XFS] Fix use-after-free with log and quotasLachlan McIlroy2008-11-101-2/+3
* | ocfs2: Check search result in ocfs2_xattr_block_get()Tiger Yang2008-11-101-1/+6
* | ocfs2: fix printk related build warnings in xattr.cMark Fasheh2008-11-101-14/+20
* | ocfs2: truncate outstanding block after direct io failureDmitri Monakhov2008-11-101-0/+7
* | ocfs2/xattr: Proper hash collision handle in bucket divisionTao Ma2008-11-101-29/+115
* | ocfs2: return 0 in page_mkwrite to let VFS retry.Tao Ma2008-11-101-1/+5
* | ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2008-11-102-0/+7
* | ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.Tao Ma2008-11-101-2/+2
* | ocfs2: Let inode be really deleted when ocfs2_mknod_locked() failsJan Kara2008-11-101-1/+3
* | ocfs2: Fix checking of return value of new_inode()Jan Kara2008-11-101-2/+2
* | ocfs2: Fix check of return value of ocfs2_start_trans()Jan Kara2008-11-101-10/+10
* | ocfs2: Fix some typos in xattr annotations.Tao Ma2008-11-101-8/+9
* | ocfs2: Remove unused ocfs2_restore_xattr_block().Tao Ma2008-11-101-48/+0
* | ocfs2: Don't repeat ocfs2_xattr_block_find()Joel Becker2008-11-101-30/+9
* | ocfs2: Specify appropriate journal access for new xattr buckets.Joel Becker2008-11-101-1/+5
* | ocfs2: Check errors from ocfs2_xattr_update_xattr_search()Joel Becker2008-11-101-1/+5
* | ocfs2: Don't return -EFAULT from a corrupt xattr entry.Joel Becker2008-11-101-1/+1
* | ocfs2: Check xattr block signatures properly.Joel Becker2008-11-102-22/+19
* | ocfs2: add handler_map array bounds checkingTiger Yang2008-11-101-1/+1
* | ocfs2: remove duplicate definition in xattrTiger Yang2008-11-101-9/+2
* | ocfs2: fix function declaration and definition in xattrTiger Yang2008-11-102-27/+27
* | ocfs2: fix license in xattrTiger Yang2008-11-102-19/+6
* | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-11-091-4/+1
|\ \
| * | Fix nfsd truncation of readdir resultsDoug Nazar2008-11-091-4/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-11-077-30/+69
|\ \ \
| * | | ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inodeFrederic Bohe2008-11-071-0/+2
| * | | ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V2008-11-071-0/+2
| * | | ext4: calculate journal credits correctlyTheodore Ts'o2008-11-061-2/+3
| * | | ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o2008-11-031-11/+8
| * | | ext4: Convert to host order before using the values.Aneesh Kumar K.V2008-11-041-3/+2
| * | | ext4: fix missing ext4_unlock_group in error pathAneesh Kumar K.V2008-11-041-0/+1
| * | | jbd2: deregister proc on failure in jbd2_journal_init_inodeSami Liedes2008-11-021-0/+2
| * | | jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o2008-11-061-7/+25
| * | | jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o2008-11-061-7/+24
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-11-061-12/+11
|\ \ \ \
| * | | | block: fix __blkdev_get() for removable devicesTejun Heo2008-11-061-12/+11
| | |_|/ | |/| |
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-11-063-11/+16
|\ \ \ \
| * | | | [JFFS2] fix race condition in jffs2_lzo_compress()Geert Uytterhoeven2008-11-051-6/+9
| * | | | [JFFS2] Fix lack of locking in thread_should_wake()David Woodhouse2008-10-311-5/+5
| * | | | [JFFS2] Fix build failure with !CONFIG_JFFS2_FS_WRITEBUFFERSteve Glendinning2008-10-211-0/+2
* | | | | fat: i_blocks warning fixOGAWA Hirofumi2008-11-064-6/+9
* | | | | fat: ->i_pos race fixOGAWA Hirofumi2008-11-061-2/+19
* | | | | fat: mmu_private race fixOGAWA Hirofumi2008-11-064-10/+25
* | | | | fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi2008-11-061-1/+2
* | | | | fat: Fix _fat_bmap() raceOGAWA Hirofumi2008-11-061-1/+8