aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner4-9/+14
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner2-22/+150
2010-12-01xfs: only run xfs_error_test if error injection is activeDave Chinner2-2/+6
2010-12-01xfs: avoid moving stale inodes in the AILDave Chinner1-6/+25
2010-12-01xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2-2/+20
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-12-01xfs: fix failed write truncation handling.Dave Chinner3-54/+121
2010-11-30xfs: convert xfsbud shrinker to a per-buftarg shrinker.Dave Chinner2-66/+27
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner4-11/+11
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner3-42/+141
2010-12-16xfs: rcu free inodesDave Chinner1-1/+13
2010-12-23xfs: don't truncate prealloc from frequently accessed inodesDave Chinner2-27/+47
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner4-10/+110
2010-12-23xfs: use KM_NOFS for allocations during attribute list operationsDave Chinner1-2/+2
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner3-0/+23
2010-12-16xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helperChristoph Hellwig1-180/+113
2010-12-16xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig2-26/+33
2010-12-16xfs: simplify xfs_map_at_offsetChristoph Hellwig1-11/+4
2010-12-16xfs: refactor xfs_vm_writepageChristoph Hellwig1-58/+39
2010-12-16xfs: remove the all_bh flag from xfs_convert_pageChristoph Hellwig1-20/+13
2010-12-16xfs: remove xfs_probe_clusterChristoph Hellwig1-107/+4
2010-12-16xfs: simplify xfs_map_blocksChristoph Hellwig1-52/+25
2010-12-16xfs: kill xfs_iomapChristoph Hellwig5-213/+191
2010-12-16xfs: cleanup the xfs_iomap_write_* helpersChristoph Hellwig1-30/+15
2010-12-16xfs: a few small tweaks for overwrites in xfs_vm_writepageChristoph Hellwig1-8/+7
2010-12-16xfs: remove some dead bio handling codeChristoph Hellwig1-11/+2
2010-12-16xfs: improve mapping type check in xfs_vm_writepageChristoph Hellwig1-9/+12
2010-12-16xfs: untangle phase1 vs phase2 recovery helpersChristoph Hellwig1-101/+93
2010-12-16xfs: refactor xlog_recover_commit_transChristoph Hellwig1-64/+53
2010-12-16xfs: use struct list_head for the buf cancel tableChristoph Hellwig3-111/+65
2010-12-16xfs: remove leftovers of old buffer log items in recovery codeChristoph Hellwig1-115/+40
2010-12-16xfs: fix exporting with left over 64-bit inodesSamuel Kvasnica1-2/+10
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe1-2/+3
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-1/+1
2010-11-10xfs: remove incorrect assert in xfs_vm_writepageChristoph Hellwig1-3/+4
2010-11-10xfs: use hlist_add_fakeChristoph Hellwig1-1/+2
2010-11-10xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=nChristoph Hellwig1-4/+16
2010-11-10xfs: tell lockdep about parent iolock usage in filestreamsChristoph Hellwig1-1/+7
2010-11-10xfs: move delayed write buffer traceDave Chinner1-1/+1
2010-11-10xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner2-0/+2
2010-11-10xfs: xfs_ioctl: fix information leak to userlandKulikov Vasiliy1-1/+1
2010-11-10xfs: remove experimental tag from the delaylog optionChristoph Hellwig1-3/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-29new helper: mount_bdev()Al Viro1-7/+5
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-4/+7
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-2/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro2-2/+2