summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_buf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-13/+9
* xfs: log item flags are racyDave Chinner2018-05-101-1/+1
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-111-2/+2
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-24/+24
* Get rid of xfs_buf_log_item_t typedefCarlos Maiolino2018-01-291-29/+33
* xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-011-2/+5
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-011-12/+14
* xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-011-16/+30
* xfs: open-code xfs_buf_item_dirty()Brian Foster2017-09-011-1/+1
* xfs: release bli from transaction properly on fs shutdownBrian Foster2017-06-191-7/+14
* xfs: remove XBF_STALE flag wrapper macrosDave Chinner2016-02-101-3/+3
* xfs: remove XBF_DONE flag wrapper macrosDave Chinner2016-02-101-2/+2
* xfs: only trace buffer items if they existDave Chinner2015-02-101-2/+3
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-102/+33
|\
| * xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner2014-12-041-102/+33
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* xfs: introduce xfs_buf_submit[_wait]Dave Chinner2014-10-021-16/+3
* xfs: kill xfs_bioerror_relseDave Chinner2014-10-021-3/+6
* xfs: global error sign conversionDave Chinner2014-06-251-12/+12
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-6/+6
* xfs: return is not a functionEric Sandeen2014-06-221-7/+6
* xfs: don't leak EFSBADCRC to userspaceDave Chinner2014-03-071-0/+11
* 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