summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfsbdstrat errorChristoph Hellwig2013-12-171-1/+12
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-4/+1
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+3
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-1/+1
* xfs: finish removing IOP_* macros.Dave Chinner2013-08-301-1/+1
* xfs: Introduce an ordered buffer itemDave Chinner2013-06-271-3/+31
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-13/+29
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-271-0/+17
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-211-1/+4
* xfs: add support for large btree blocksChristoph Hellwig2013-04-211-6/+23
* xfs: fix the multi-segment log buffer formatMark Tinguely2013-01-161-2/+5
* xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely2013-01-161-12/+12
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-4/+4
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-3/+6
* xfs: add discontiguous buffer support to transactionsDave Chinner2012-07-011-34/+34
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-6/+0
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: kill XBF_DONTBLOCKDave Chinner2012-05-141-21/+4
* xfs: kill xfs_read_buf()Dave Chinner2012-05-141-0/+4
* xfs: kill XBF_LOCKDave Chinner2012-05-141-2/+2
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-141-2/+2
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-57/+27
* xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig2012-05-141-2/+0
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-24/+1
* xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-111-6/+3
* xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig2011-10-111-3/+0
* xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-111-4/+9
* xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig2011-10-111-2/+3
* xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman2011-07-251-1/+1
* xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-251-9/+0
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-8/+7
* xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman2011-07-251-1/+1
* xfs: remove wrappers around b_iodoneChristoph Hellwig2011-07-131-3/+3
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-131-46/+30
* xfs: add a proper transaction pointer to struct xfs_bufChristoph Hellwig2011-07-131-16/+16
* xfs: clean up buffer locking helpersChristoph Hellwig2011-07-081-2/+2
* xfs: xfs_trans_read_buf() should return an error on failureDave Chinner2011-03-261-1/+2
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-3/+3
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-5/+2
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-49/+15
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-241-10/+10
* xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-14/+14
* xfs: simplify buffer to transaction matchingChristoph Hellwig2010-05-191-138/+46
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-2/+1
* xfs: factor common xfs_trans_bjoin codeChristoph Hellwig2010-03-011-150/+66