summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.h
AgeCommit message (Expand)Author
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig
2025-01-16xfs: fix buffer lookup vs release raceChristoph Hellwig
2025-01-14xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig
2025-01-14xfs: simplify buffer I/O submissionChristoph Hellwig
2025-01-14xfs: remove the incorrect comment about the b_pag fieldChristoph Hellwig
2024-11-04xfs: Support atomic write for statxJohn Garry
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-02-25xfs: port block device access to filesChristian Brauner
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner
2022-07-14xfs: lockless buffer lookupDave Chinner
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster
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