aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-19xfs: add const qualifiers to xfs error function argsAlex Elder2-19/+20
2010-05-19xfs: remove xfs_dqmarkerChristoph Hellwig2-21/+2
2010-05-19xfs: convert the dquot free list to use list headsDave Chinner6-165/+72
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner6-88/+30
2010-05-19xfs: remove duplicate code from dquot reclaimDave Chinner2-193/+73
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner6-112/+97
2010-05-19xfs: add log item recovery tracingDave Chinner5-9/+187
2010-05-19xfs: clean up xlog_write_adv_cntChristoph Hellwig2-27/+27
2010-05-19xfs: introduce new internal log vector structureDave Chinner2-59/+90
2010-05-19xfs: reindent xlog_writeChristoph Hellwig1-106/+120
2010-05-19xfs: factor xlog_writeDave Chinner1-113/+226
2010-05-19xfs: log ticket reservation underestimates the number of iclogsDave Chinner1-13/+42
2010-05-19xfs: Clean up xfs_trans_committed code after factoringDave Chinner1-190/+166
2010-05-19xfs: update and factor xfs_trans_committed()Dave Chinner1-129/+95
2010-05-19xfs: clean up xfs_trans_commit logic even moreChristoph Hellwig1-32/+37
2010-05-19xfs: split out iclog writing from xfs_trans_commit()Dave Chinner1-188/+199
2010-05-19xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner1-1/+1
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner7-52/+39