summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-05-24xfs: add online discard supportChristoph Hellwig
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner
2011-05-19xfs: fix xfs_itruncate_start tracingDave Chinner
2011-05-19xfs: fix duplicate workqueue initialisationDave Chinner
2011-05-19xfs: kill off xfs_printk()Joe Perches
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner
2011-05-09xfs: always push the AIL to the targetDave Chinner
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner
2011-04-28xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig
2011-04-28xfs: fix compiler warning in xfs_trace.hChristoph Hellwig
2011-04-28xfs: cleanup duplicate initializationsDavid Sterba
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig
2011-04-28xfs: exact busy extent trackingChristoph Hellwig
2011-04-28xfs: do not immediately reuse busy extent rangesChristoph Hellwig
2011-04-28xfs: optimize AGFL refillsChristoph Hellwig
2011-04-20xfs: fix duplicate message outputDave Chinner
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds
2011-04-18Btrfs: fix free space cache leakChris Mason
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik
2011-04-16Btrfs end_bio_extent_readpage should look for locked bitsChris Mason
2011-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-04-15vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen
2011-04-15fs/9p: Fix error reported by coccicheckAneesh Kumar K.V
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V
2011-04-15fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V
2011-04-15fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason
2011-04-15Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-04-15vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds
2011-04-14ramfs: fix memleak on no-mmu archBob Liu
2011-04-14fs/fhandle.c: add <linux/personality.h> for ia64Jeff Mahoney
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina
2011-04-14fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns
2011-04-13UBIFS: fix compilation warnings when compiling with gcc 4.5Maksim Rayskiy
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy
2011-04-13Btrfs: Check validity before setting an aclMiao Xie
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan
2011-04-12Btrfs: make uncache_state unconditionalChris Mason
2011-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-04-12nfs: don't call __mark_inode_dirty while holding i_lockDave Chinner
2011-04-12Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds
2011-04-12cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)Jeff Layton