summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: call xfs_buf_iodone directlyDave Chinner2020-07-061-5/+1
* xfs: mark log recovery buffers for completionDave Chinner2020-07-061-0/+2
* xfs: mark dquot buffers in cacheDave Chinner2020-07-061-0/+2
* xfs: mark inode buffers in cacheDave Chinner2020-07-061-13/+25
* xfs: refactor ratelimited buffer error messages into helperBrian Foster2020-05-071-0/+1
* xfs: factor out buffer I/O failure codeBrian Foster2020-05-071-0/+1
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-0/+2
* xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong2020-01-261-3/+4
* xfs: make xfs_buf_read return an error codeDarrick J. Wong2020-01-261-7/+3
* xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong2020-01-261-2/+2
* xfs: make xfs_buf_get return an error codeDarrick J. Wong2020-01-261-8/+4
* xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2020-01-261-5/+10
* xfs: make xfs_buf_get_map return an error codeDarrick J. Wong2020-01-261-4/+9
* xfs: mark xfs_buf_free staticChristoph Hellwig2019-10-281-1/+0
* xfs: get allocation alignment from the buftargDave Chinner2019-08-261-0/+6
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-0/+1
* xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-281-1/+0
* xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: remove unused buffer cache APIsChristoph Hellwig2019-06-281-27/+0
* xfs: renumber XBF_WRITE_FAILChristoph Hellwig2019-06-281-1/+1
* xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig2019-06-281-3/+1
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-3/+2
* xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2019-06-121-10/+1
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-2/+6
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-111-0/+2
* xfs: clarify documentation for the function to reverify buffersBrian Foster2019-02-111-1/+1
* xfs: always assign buffer verifiers when one is providedDarrick J. Wong2018-10-181-0/+2
* xfs: remove b_last_holder & associated macrosEric Sandeen2018-08-121-4/+0
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-111-2/+8
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-111-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: one-shot cached buffersDave Chinner2018-05-151-0/+12
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-091-14/+3
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-1/+1
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-1/+2
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+1
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-1/+3
* xfs: buffer lru reference count error injection tagBrian Foster2017-10-261-4/+1
* xfs: perform dax_device lookup at mountDan Williams2017-08-311-1/+2
* xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster2017-06-191-0/+1
* xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2017-05-311-3/+2
* xfs: fix up quotacheck buffer list error handlingBrian Foster2017-04-251-0/+1
* xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov2017-04-031-1/+0
* block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-1/+0
* xfs: use rhashtable to track buffer cacheLucas Stach2016-12-071-1/+1
* xfs: add XBF_XBF_NO_IOACCT to buf trace outputEric Sandeen2016-11-281-0/+1
* xfs: track and serialize in-flight async buffers against unmountBrian Foster2016-07-201-1/+5
* xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster2016-07-201-0/+1
* xfs: add configuration of error failure speedCarlos Maiolino2016-05-181-1/+20