aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-16xfs: fix the multi-segment log buffer formatMark Tinguely1-2/+5
2013-01-16xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely1-12/+12
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-4/+4
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-3/+6
2012-07-01xfs: add discontiguous buffer support to transactionsDave Chinner1-34/+34
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner1-6/+0
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner1-21/+4
2012-05-14xfs: kill xfs_read_buf()Dave Chinner1-0/+4
2012-05-14xfs: kill XBF_LOCKDave Chinner1-2/+2
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner1-2/+2
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-57/+27
2012-05-14xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig1-2/+0
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig1-24/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig1-6/+3
2011-10-11xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig1-3/+0
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig1-4/+9
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig1-2/+3
2011-07-25xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman1-1/+1
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman1-9/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-8/+7
2011-07-25xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman1-1/+1
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig1-3/+3
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig1-46/+30
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig1-16/+16
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig1-2/+2
2011-03-26xfs: xfs_trans_read_buf() should return an error on failureDave Chinner1-1/+2
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-3/+3
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig1-5/+2
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-49/+15
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner1-10/+10
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-14/+14
2010-05-19xfs: simplify buffer to transaction matchingChristoph Hellwig1-138/+46
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner1-2/+1
2010-03-01xfs: factor common xfs_trans_bjoin codeChristoph Hellwig1-150/+66
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-13/+14
2009-12-14xfs: event tracing supportChristoph Hellwig1-36/+26
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-8/+5
2009-08-31fs/xfs: Correct redundant testJulia Lawall1-2/+2
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-4/+3
2008-08-13[XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen1-6/+6
2008-04-18[XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner1-7/+5
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner1-1/+2
2007-10-01Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer."Tim Shimmin1-1/+0
2007-09-18[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer.Lachlan McIlroy1-0/+1