aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21xfs: constify xattr_handlerStephen Hemminger
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-19xfs: mark xfs_iomap_write_ helpers staticChristoph Hellwig
2010-05-19xfs: clean up end index calculation in xfs_page_state_convertChristoph Hellwig
2010-05-19xfs: clean up mapping size calculation in __xfs_get_blocksChristoph Hellwig
2010-05-19xfs: clean up xfs_iomap_validChristoph Hellwig
2010-05-19xfs: move I/O type flags into xfs_aops.cChristoph Hellwig
2010-05-19xfs: kill struct xfs_iomapChristoph Hellwig
2010-05-19xfs: report iomap_bn in block baseChristoph Hellwig
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig
2010-05-19xfs: remove iomap_deltaChristoph Hellwig
2010-05-19xfs: remove iomap_targetChristoph Hellwig
2010-05-19xfs: limit xfs_imap_to_bmap to a single mappingChristoph Hellwig
2010-05-19xfs: simplify buffer to transaction matchingChristoph Hellwig
2010-05-19xfs: Make fiemap work in query mode.Tao Ma
2010-05-19xfs: kill off l_sectbb_maskAlex Elder
2010-05-19xfs: record log sector size rather than log2(that)Alex Elder
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig
2010-05-19xfs: removed unused XFS_QMOPT_ flagsChristoph Hellwig
2010-05-19xfs: remove a few macro indirections in the quota codeChristoph Hellwig
2010-05-19xfs: access quotainfo structure directlyChristoph Hellwig
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig
2010-05-19xfs: xfs_trace.c: duplicated includeAndrea Gelmini
2010-05-19xfs: minor odds and ends in xfs_log_recover.cAlex Elder
2010-05-19xfs: avoid repeated pointer dereferencesAlex Elder
2010-05-19xfs: change a few labels in xfs_log_recover.cAlex Elder
2010-05-19xfs: enforce synchronous writes in xfs_bwriteChristoph Hellwig
2010-05-19xfs: remove periodic superblock writebackChristoph Hellwig
2010-05-19xfs: make the log ticket transaction id randomDave Chinner
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder
2010-05-19xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder
2010-05-19xfs: fix min bufsize bugs in two placesAlex Elder
2010-05-19xfs: add const qualifiers to xfs error function argsAlex Elder
2010-05-19xfs: remove xfs_dqmarkerChristoph Hellwig
2010-05-19xfs: convert the dquot free list to use list headsDave Chinner
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner
2010-05-19xfs: remove duplicate code from dquot reclaimDave Chinner
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner
2010-05-19xfs: add log item recovery tracingDave Chinner
2010-05-19xfs: clean up xlog_write_adv_cntChristoph Hellwig
2010-05-19xfs: introduce new internal log vector structureDave Chinner
2010-05-19xfs: reindent xlog_writeChristoph Hellwig
2010-05-19xfs: factor xlog_writeDave Chinner
2010-05-19xfs: log ticket reservation underestimates the number of iclogsDave Chinner
2010-05-19xfs: Clean up xfs_trans_committed code after factoringDave Chinner