aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig1-8/+6
2011-05-25xfs: remove if_lastexChristoph Hellwig3-223/+203
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2-63/+33
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig4-5/+10
2011-05-24xfs: add online discard supportChristoph Hellwig9-8/+90
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner1-1/+0
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner4-38/+67
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner1-0/+10
2011-05-19xfs: fix xfs_itruncate_start tracingDave Chinner1-1/+1
2011-05-19xfs: fix duplicate workqueue initialisationDave Chinner1-4/+0
2011-05-19xfs: kill off xfs_printk()Joe Perches2-23/+4
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner1-3/+4
2011-05-09xfs: always push the AIL to the targetDave Chinner1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-04-28xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2-1/+3
2011-04-28xfs: fix compiler warning in xfs_trace.hChristoph Hellwig1-1/+1
2011-04-28xfs: cleanup duplicate initializationsDavid Sterba3-8/+3
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig6-19/+61
2011-04-28xfs: exact busy extent trackingChristoph Hellwig9-248/+237
2011-04-28xfs: do not immediately reuse busy extent rangesChristoph Hellwig2-79/+361
2011-04-28xfs: optimize AGFL refillsChristoph Hellwig2-27/+6
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-233/+430
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller1-2/+1
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik2-6/+28
2011-04-16Btrfs end_bio_extent_readpage should look for locked bitsChris Mason1-1/+1
2011-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-40/+62
2011-04-15vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen1-0/+1
2011-04-15fs/9p: Fix error reported by coccicheckAneesh Kumar K.V1-1/+1
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V3-38/+11
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V1-0/+47
2011-04-15fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V1-1/+3
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason1-22/+73
2011-04-15Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2-58/+97
2011-04-15vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds1-1/+1
2011-04-14ramfs: fix memleak on no-mmu archBob Liu1-0/+1
2011-04-14fs/fhandle.c: add <linux/personality.h> for ia64Jeff Mahoney1-0/+1
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina1-1/+5
2011-04-14fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns1-4/+12
2011-04-13UBIFS: fix compilation warnings when compiling with gcc 4.5Maksim Rayskiy1-58/+94
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy1-0/+3
2011-04-13Btrfs: Check validity before setting an aclMiao Xie1-4/+5
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie1-3/+3
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan1-18/+10
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan1-21/+12
2011-04-12Btrfs: make uncache_state unconditionalChris Mason1-5/+3