summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)AuthorFilesLines
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner1-4/+6
2010-12-21xfs: convert log grant ticket queues to list headsDave Chinner1-8/+8
2010-12-17xfs: reduce the number of AIL push wakeupsDave Chinner1-4/+16
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner1-2/+8
2010-12-02xfs: add a lru to the XFS buffer cacheDave Chinner2-22/+150
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 Chinner1-4/+4
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner1-18/+66
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner1-0/+2
2010-12-16xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig1-0/+1
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 Hellwig3-73/+182
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: fix exporting with left over 64-bit inodesSamuel Kvasnica1-2/+10
2010-12-01xfs: push stale, pinned buffers on trylock failuresDave Chinner1-19/+16
2010-12-01xfs: fix failed write truncation handling.Dave Chinner1-54/+40
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: move delayed write buffer traceDave Chinner1-1/+1
2010-11-10xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner1-0/+1
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-10-29new helper: mount_bdev()Al Viro1-7/+5
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-3/+6
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 Viro1-1/+1
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig1-1/+3
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-1/+1
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-479/+442
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe7-58/+48
2010-10-18xfs: semaphore cleanupThomas Gleixner1-1/+1
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz4-11/+15
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig3-28/+13
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig4-32/+3
2010-10-18xfs: remove xfs_globals.hChristoph Hellwig2-24/+0
2010-10-18xfs: remove xfs_version.hChristoph Hellwig3-30/+1
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig1-2/+4
2010-10-18xfs: pack xfs_buf structure more tightlyDave Chinner1-11/+19
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner2-76/+68
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner1-0/+30
2010-10-18xfs: batch inode reclaim lookupDave Chinner1-33/+77
2010-10-18xfs: implement batched inode lookups for AG walkingDave Chinner2-23/+45