aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-09xfs: log timestamp changes to the source inode in renameChristoph Hellwig1-0/+1
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-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-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
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 Torvalds60-1375/+1185
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 Axboe19-239/+332
2010-10-18xfs: semaphore cleanupThomas Gleixner1-1/+1
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz16-44/+80
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig16-48/+33
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig12-58/+18
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_refcache.hChristoph Hellwig1-52/+0
2010-10-18xfs: fix the xfs_trans_committedChristoph Hellwig1-2/+3
2010-10-18xfs: remove unused t_callback field in struct xfs_transChristoph Hellwig2-6/+0
2010-10-18xfs: fix bogus m_maxagi check in xfs_igetChristoph Hellwig1-2/+2
2010-10-18xfs: do not use xfs_mod_incore_sb_batch for per-cpu countersChristoph Hellwig2-107/+85
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig5-40/+35
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig3-29/+19
2010-10-18xfs: pack xfs_buf structure more tightlyDave Chinner1-11/+19
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner4-76/+74
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner3-0/+33
2010-10-18xfs: batch inode reclaim lookupDave Chinner1-33/+77
2010-10-18xfs: implement batched inode lookups for AG walkingDave Chinner2-23/+45
2010-10-18xfs: split out inode walk inode grabbingDave Chinner2-54/+34
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner6-115/+122
2010-10-18xfs: remove buftarg hash for external devicesDave Chinner1-1/+5
2010-10-18xfs: use unhashed buffers for size checksDave Chinner3-45/+34
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner3-59/+20
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner5-21/+20
2010-10-18xfs: introduced uncached buffer read primitveDave Chinner2-0/+37