aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-28xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner1-3/+13
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-5/+5
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder4-28/+77
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-0/+10
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner3-27/+66
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-1/+1
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-7/+7
2010-05-21xfs: constify xattr_handlerStephen Hemminger3-7/+7
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe13-197/+465
2010-05-21quota: unify ->set_dqblkChristoph Hellwig1-2/+2
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-2/+2
2010-05-19xfs: clean up end index calculation in xfs_page_state_convertChristoph Hellwig1-8/+15
2010-05-19xfs: clean up mapping size calculation in __xfs_get_blocksChristoph Hellwig1-9/+16
2010-05-19xfs: clean up xfs_iomap_validChristoph Hellwig1-23/+23
2010-05-19xfs: move I/O type flags into xfs_aops.cChristoph Hellwig1-21/+30
2010-05-19xfs: kill struct xfs_iomapChristoph Hellwig1-44/+46
2010-05-19xfs: report iomap_bn in block baseChristoph Hellwig1-8/+11
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig1-11/+25
2010-05-19xfs: remove iomap_deltaChristoph Hellwig1-2/+4
2010-05-19xfs: remove iomap_targetChristoph Hellwig1-21/+18
2010-05-19xfs: Make fiemap work in query mode.Tao Ma1-1/+4
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig2-0/+3
2010-05-19xfs: xfs_trace.c: duplicated includeAndrea Gelmini1-1/+0
2010-05-19xfs: enforce synchronous writes in xfs_bwriteChristoph Hellwig2-12/+6
2010-05-19xfs: remove periodic superblock writebackChristoph Hellwig1-63/+27
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner1-1/+0
2010-05-19xfs: remove duplicate code from dquot reclaimDave Chinner1-2/+0
2010-05-19xfs: add log item recovery tracingDave Chinner2-0/+141
2010-05-19xfs: Add inode pin counts to tracesDave Chinner1-1/+8
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt4-10/+13
2010-05-19xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.cZhitong Wang2-0/+8
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner3-8/+116
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe1-2/+2
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2010-04-16xfs: don't warn on EAGAIN in inode reclaimDave Chinner1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-1/+8
2010-03-16xfs: don't warn about page discards on shutdownDave Chinner1-3/+10
2010-03-16xfs: use scalable vmap APIAlex Elder1-3/+4
2010-03-16xfs: remove old vmap cacheAlex Elder1-75/+1
2010-03-06Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-956/+1003
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+20
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-19/+0
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig1-4/+0
2010-03-05Merge branch 'for-2.6.34-rc1-batch2' into for-linusAlex Elder9-956/+1003
2010-03-05xfs: truncate delalloc extents when IO fails in writebackDave Chinner1-10/+114
2010-03-05xfs: check for more work before sleeping in xfssyncdDave Chinner1-3/+3
2010-03-05xfs: Fix a build warning in xfs_aops.cDave Chinner1-1/+1
2010-03-05quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquotaChristoph Hellwig1-4/+0