summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.h
AgeCommit message (Expand)Author
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig
2020-09-15xfs: mark xfs_buf_ioend staticChristoph Hellwig
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner
2020-07-06xfs: mark log recovery buffers for completionDave Chinner
2020-07-06xfs: mark dquot buffers in cacheDave Chinner
2020-07-06xfs: mark inode buffers in cacheDave Chinner
2020-05-07xfs: refactor ratelimited buffer error messages into helperBrian Foster
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-01-26xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get_map return an error codeDarrick J. Wong
2019-10-28xfs: mark xfs_buf_free staticChristoph Hellwig
2019-08-26xfs: get allocation alignment from the buftargDave Chinner
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: properly type the b_log_item field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove unused buffer cache APIsChristoph Hellwig
2019-06-28xfs: renumber XBF_WRITE_FAILChristoph Hellwig
2019-06-28xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster
2019-02-11xfs: clarify documentation for the function to reverify buffersBrian Foster
2018-10-18xfs: always assign buffer verifiers when one is providedDarrick J. Wong
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: one-shot cached buffersDave Chinner
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-10-26xfs: buffer lru reference count error injection tagBrian Foster
2017-08-31xfs: perform dax_device lookup at mountDan Williams
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster
2017-05-31xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster
2017-04-25xfs: fix up quotacheck buffer list error handlingBrian Foster
2017-04-03xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach