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