aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_buf.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-10xfs: only trace buffer items if they existGravatar Dave Chinner 1-2/+3
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextGravatar Dave Chinner 1-102/+33
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Gravatar Dave Chinner 1-102/+33
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-10-02xfs: introduce xfs_buf_submit[_wait]Gravatar Dave Chinner 1-16/+3
2014-10-02xfs: kill xfs_bioerror_relseGravatar Dave Chinner 1-3/+6
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-12/+12
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-6/+6
2014-06-22xfs: return is not a functionGravatar Eric Sandeen 1-7/+6
2014-03-07xfs: don't leak EFSBADCRC to userspaceGravatar Dave Chinner 1-0/+11
2013-12-17xfs: remove xfsbdstrat errorGravatar Christoph Hellwig 1-1/+12
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-4/+1
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-2/+3
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-1/+1
2013-08-30xfs: finish removing IOP_* macros.Gravatar Dave Chinner 1-1/+1
2013-06-27xfs: Introduce an ordered buffer itemGravatar Dave Chinner 1-3/+31
2013-04-27xfs: buffer type overruns blf_flags fieldGravatar Dave Chinner 1-13/+29
2013-04-27xfs: add buffer types to directory and attribute buffersGravatar Dave Chinner 1-0/+17
2013-04-21xfs: add version 3 inode format with CRCsGravatar Christoph Hellwig 1-1/+4
2013-04-21xfs: add support for large btree blocksGravatar Christoph Hellwig 1-6/+23
2013-01-16xfs: fix the multi-segment log buffer formatGravatar Mark Tinguely 1-2/+5
2013-01-16xfs: rename bli_format to avoid confusion with bli_formatsGravatar Mark Tinguely 1-12/+12
2012-11-15xfs: convert buffer verifiers to an ops structure.Gravatar Dave Chinner 1-4/+4
2012-11-15xfs: make buffer read verication an IO completion functionGravatar Dave Chinner 1-3/+6
2012-07-01xfs: add discontiguous buffer support to transactionsGravatar Dave Chinner 1-34/+34
2012-05-14xfs: make XBF_MAPPED the default behaviourGravatar Dave Chinner 1-6/+0
2012-05-14xfs: clean up xfs_bit.h includesGravatar Dave Chinner 1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: kill XBF_DONTBLOCKGravatar Dave Chinner 1-21/+4
2012-05-14xfs: kill xfs_read_buf()Gravatar Dave Chinner 1-0/+4
2012-05-14xfs: kill XBF_LOCKGravatar Dave Chinner 1-2/+2
2012-05-14xfs: use blocks for storing the desired IO sizeGravatar Dave Chinner 1-2/+2
2012-05-14xfs: on-stack delayed write buffer listsGravatar Christoph Hellwig 1-57/+27
2012-05-14xfs: do not add buffers to the delwri queue until pushedGravatar Christoph Hellwig 1-2/+0
2012-02-22xfs: remove xfs_trans_unlocked_itemGravatar Christoph Hellwig 1-24/+1
2011-10-11xfs: clean up xfs_ioerror_alertGravatar Christoph Hellwig 1-6/+3
2011-10-11xfs: remove buffers from the delwri list in xfs_buf_staleGravatar Christoph Hellwig 1-3/+0
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEGravatar Christoph Hellwig 1-4/+9
2011-10-11xfs: call xfs_buf_delwri_queue directlyGravatar Christoph Hellwig 1-2/+3
2011-07-25xfs: Remove the macro XFS_BUF_TARGETGravatar Chandra Seetharaman 1-1/+1
2011-07-25xfs: Remove macro XFS_BUF_BUSY and familyGravatar Chandra Seetharaman 1-9/+0
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyGravatar Chandra Seetharaman 1-8/+7
2011-07-25xfs: Remove the macro XFS_BUF_BFLAGSGravatar Chandra Seetharaman 1-1/+1
2011-07-13xfs: remove wrappers around b_iodoneGravatar Christoph Hellwig 1-3/+3
2011-07-13xfs: remove wrappers around b_fsprivGravatar Christoph Hellwig 1-46/+30
2011-07-13xfs: add a proper transaction pointer to struct xfs_bufGravatar Christoph Hellwig 1-16/+16
2011-07-08xfs: clean up buffer locking helpersGravatar Christoph Hellwig 1-2/+2
2011-03-26xfs: xfs_trans_read_buf() should return an error on failureGravatar Dave Chinner 1-1/+2