aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07xfs: ignore HW which cannot atomic write a single blockDarrick J. Wong1-1/+1
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong1-1/+1
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig1-1/+1
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig1-1/+1
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig1-7/+0
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig1-5/+11
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig1-2/+0
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig1-4/+1
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig1-1/+1
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig1-1/+0
2025-01-16xfs: fix buffer lookup vs release raceChristoph Hellwig1-1/+1
2025-01-14xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig1-4/+1
2025-01-14xfs: simplify buffer I/O submissionChristoph Hellwig1-2/+0
2025-01-14xfs: remove the incorrect comment about the b_pag fieldChristoph Hellwig1-1/+1
2024-11-04xfs: Support atomic write for statxJohn Garry1-0/+4
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+19
2024-02-25xfs: port block device access to filesChristian Brauner1-2/+2
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong1-0/+9
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong1-0/+8
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig1-2/+2
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara1-1/+2
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng1-1/+1
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong1-0/+13
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner1-4/+2
2022-07-14xfs: lockless buffer lookupDave Chinner1-0/+1
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-4/+16
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner1-21/+21
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-0/+1
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig1-2/+2
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner1-17/+1
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-1/+5
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner1-1/+6
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner1-6/+0
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig1-1/+2
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster1-0/+1
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster1-5/+5
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner1-7/+7
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig1-8/+1
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig1-7/+0
2020-09-15xfs: mark xfs_buf_ioend staticChristoph Hellwig1-1/+0
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner1-5/+1
2020-07-06xfs: mark log recovery buffers for completionDave Chinner1-0/+2
2020-07-06xfs: mark dquot buffers in cacheDave Chinner1-0/+2
2020-07-06xfs: mark inode buffers in cacheDave Chinner1-13/+25
2020-05-07xfs: refactor ratelimited buffer error messages into helperBrian Foster1-0/+1
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster1-0/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-0/+2