| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: xfs_buf cache destroy isn't RCU safe | Dave Chinner | 2022-07-20 | 1 | -4/+2 |
* | xfs: lockless buffer lookup | Dave Chinner | 2022-07-14 | 1 | -0/+1 |
* | xfs: rework xfs_buf_incore() API | Dave Chinner | 2022-07-07 | 1 | -4/+16 |
* | xfs: convert buffer flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -21/+21 |
* | dax: return the partition offset from fs_dax_get_by_bdev | Christoph Hellwig | 2021-12-04 | 1 | -0/+1 |
* | xfs: move dax device handling into xfs_{alloc,free}_buftarg | Christoph Hellwig | 2021-12-04 | 1 | -2/+2 |
* | xfs: rename buffer cache index variable b_bn | Dave Chinner | 2021-08-19 | 1 | -17/+1 |
* | xfs: introduce xfs_buf_daddr() | Dave Chinner | 2021-08-19 | 1 | -1/+5 |
* | xfs: sb verifier doesn't handle uncached sb buffer | Dave Chinner | 2021-08-19 | 1 | -1/+6 |
* | xfs: remove kmem_alloc_io() | Dave Chinner | 2021-08-09 | 1 | -6/+0 |
* | xfs: remove ->b_offset handling for page backed buffers | Christoph Hellwig | 2021-06-07 | 1 | -1/+2 |
* | xfs: don't drain buffer lru on freeze and read-only remount | Brian Foster | 2021-01-22 | 1 | -0/+1 |
* | xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() | Brian Foster | 2021-01-22 | 1 | -5/+5 |
* | xfs: remove xfs_buf_t typedef | Dave Chinner | 2020-12-16 | 1 | -7/+7 |
* | xfs: reuse _xfs_buf_read for re-reading the superblock | Christoph Hellwig | 2020-09-15 | 1 | -8/+1 |
* | xfs: fold xfs_buf_ioend_finish into xfs_ioend | Christoph Hellwig | 2020-09-15 | 1 | -7/+0 |
* | xfs: mark xfs_buf_ioend static | Christoph Hellwig | 2020-09-15 | 1 | -1/+0 |
* | xfs: call xfs_buf_iodone directly | Dave Chinner | 2020-07-06 | 1 | -5/+1 |
* | xfs: mark log recovery buffers for completion | Dave Chinner | 2020-07-06 | 1 | -0/+2 |
* | xfs: mark dquot buffers in cache | Dave Chinner | 2020-07-06 | 1 | -0/+2 |
* | xfs: mark inode buffers in cache | Dave Chinner | 2020-07-06 | 1 | -13/+25 |
* | xfs: refactor ratelimited buffer error messages into helper | Brian Foster | 2020-05-07 | 1 | -0/+1 |
* | xfs: factor out buffer I/O failure code | Brian Foster | 2020-05-07 | 1 | -0/+1 |
* | xfs: add a function to deal with corrupt buffers post-verifiers | Darrick J. Wong | 2020-03-12 | 1 | -0/+2 |
* | xfs: fix xfs_buf_ioerror_alert location reporting | Darrick J. Wong | 2020-01-26 | 1 | -3/+4 |
* | xfs: make xfs_buf_read return an error code | Darrick J. Wong | 2020-01-26 | 1 | -7/+3 |
* | xfs: make xfs_buf_get_uncached return an error code | Darrick J. Wong | 2020-01-26 | 1 | -2/+2 |
* | xfs: make xfs_buf_get return an error code | Darrick J. Wong | 2020-01-26 | 1 | -8/+4 |
* | xfs: make xfs_buf_read_map return an error code | Darrick J. Wong | 2020-01-26 | 1 | -5/+10 |
* | xfs: make xfs_buf_get_map return an error code | Darrick J. Wong | 2020-01-26 | 1 | -4/+9 |
* | xfs: mark xfs_buf_free static | Christoph Hellwig | 2019-10-28 | 1 | -1/+0 |
* | xfs: get allocation alignment from the buftarg | Dave Chinner | 2019-08-26 | 1 | -0/+6 |
* | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig | 2019-06-28 | 1 | -0/+1 |
* | xfs: remove the b_io_length field in struct xfs_buf | Christoph Hellwig | 2019-06-28 | 1 | -1/+0 |
* | xfs: properly type the b_log_item field in struct xfs_buf | Christoph Hellwig | 2019-06-28 | 1 | -1/+1 |
* | xfs: remove unused buffer cache APIs | Christoph Hellwig | 2019-06-28 | 1 | -27/+0 |
* | xfs: renumber XBF_WRITE_FAIL | Christoph Hellwig | 2019-06-28 | 1 | -1/+1 |
* | xfs: remove the never used _XBF_COMPOUND flag | Christoph Hellwig | 2019-06-28 | 1 | -3/+1 |
* | xfs: remove unused flag arguments | Eric Sandeen | 2019-06-12 | 1 | -3/+2 |
* | xfs: merge xfs_buf_zero and xfs_buf_iomove | Christoph Hellwig | 2019-06-12 | 1 | -10/+1 |
* | xfs: fix xfs_buf magic number endian checks | Darrick J. Wong | 2019-02-18 | 1 | -2/+6 |
* | xfs: distinguish between inobt and finobt magic values | Brian Foster | 2019-02-11 | 1 | -0/+2 |
* | xfs: clarify documentation for the function to reverify buffers | Brian Foster | 2019-02-11 | 1 | -1/+1 |
* | xfs: always assign buffer verifiers when one is provided | Darrick J. Wong | 2018-10-18 | 1 | -0/+2 |
* | xfs: remove b_last_holder & associated macros | Eric Sandeen | 2018-08-12 | 1 | -4/+0 |
* | xfs: combine [a]sync buffer submission apis | Brian Foster | 2018-07-11 | 1 | -2/+8 |
* | xfs: add support for sub-pagesize writeback without buffer_heads | Christoph Hellwig | 2018-07-11 | 1 | -1/+0 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -13/+1 |
* | xfs: one-shot cached buffers | Dave Chinner | 2018-05-15 | 1 | -0/+12 |
* | xfs: make xfs_buf_incore out of line | Dave Chinner | 2018-05-09 | 1 | -14/+3 |