aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-5/+5
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder26-513/+1566
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner6-11/+74
2010-05-24xfs: enable background pushing of the CILDave Chinner2-4/+70
2010-05-24xfs: forced unmounts need to push the CILDave Chinner1-0/+15
2010-05-24xfs: Introduce delayed logging core codeDave Chinner11-30/+912
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner11-322/+350
2010-05-24xfs: make the log ticket ID available outside the log infrastructureDave Chinner4-3/+12
2010-05-24xfs: clean up log ticket overrun debug outputDave Chinner2-15/+6
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner7-70/+70
2010-05-24xfs: modify buffer item reference countingDave Chinner1-60/+50
2010-05-24xfs: allow log ticket allocation to take allocation flagsDave Chinner1-8/+8
2010-05-24xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner1-0/+9
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-9/+9
2010-05-21xfs: constify xattr_handlerStephen Hemminger4-9/+9
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe43-2134/+2036
2010-05-21quota: unify ->set_dqblkChristoph Hellwig2-5/+9
2010-05-21quota: unify ->get_dqblkChristoph Hellwig1-2/+2
2010-05-19xfs: mark xfs_iomap_write_ helpers staticChristoph Hellwig2-13/+13
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 Hellwig2-29/+30
2010-05-19xfs: kill struct xfs_iomapChristoph Hellwig3-123/+75
2010-05-19xfs: report iomap_bn in block baseChristoph Hellwig3-26/+16
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig2-14/+27
2010-05-19xfs: remove iomap_deltaChristoph Hellwig3-4/+4
2010-05-19xfs: remove iomap_targetChristoph Hellwig3-29/+18
2010-05-19xfs: limit xfs_imap_to_bmap to a single mappingChristoph Hellwig1-36/+28
2010-05-19xfs: simplify buffer to transaction matchingChristoph Hellwig1-138/+46
2010-05-19xfs: Make fiemap work in query mode.Tao Ma1-1/+4
2010-05-19xfs: kill off l_sectbb_maskAlex Elder3-9/+10
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder3-31/+31
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig3-82/+0
2010-05-19xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig3-6/+3
2010-05-19xfs: remove a few macro indirections in the quota codeChristoph Hellwig4-31/+25
2010-05-19xfs: access quotainfo structure directlyChristoph Hellwig6-172/+165
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: minor odds and ends in xfs_log_recover.cAlex Elder1-16/+15
2010-05-19xfs: avoid repeated pointer dereferencesAlex Elder1-12/+13
2010-05-19xfs: change a few labels in xfs_log_recover.cAlex Elder1-11/+9
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: make the log ticket transaction id randomDave Chinner1-1/+1
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder1-13/+29
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder1-12/+26
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder1-14/+9
2010-05-19xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder1-5/+4
2010-05-19xfs: fix min bufsize bugs in two placesAlex Elder1-4/+17