summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino
2025-05-14xfs: stop using set_blocksizeDarrick J. Wong
2025-05-07xfs: ignore HW which cannot atomic write a single blockDarrick J. Wong
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong
2025-05-07xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong
2025-05-07xfs: simplify xfs_buf_submit_bioChristoph Hellwig
2025-04-28xfs: stop using set_blocksizeDarrick J. Wong
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig
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-18xfs: remove xfs_buf_free_mapsChristoph Hellwig
2025-03-18xfs: remove xfs_buf_get_mapsChristoph Hellwig
2025-03-18xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_allocChristoph Hellwig
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig
2025-03-10xfs: cleanup mapping tmpfs folios into the buffer cacheChristoph 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: convert buffer cache to use high order foliosChristoph Hellwig
2025-03-10xfs: remove the kmalloc to page allocator fallbackChristoph Hellwig
2025-03-10xfs: refactor backing memory allocations for buffersChristoph Hellwig
2025-03-10xfs: remove xfs_buf_is_vmappedChristoph Hellwig
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig
2025-03-10xfs: add a fast path to xfs_buf_zero when b_addr is setChristoph Hellwig
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph 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-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig
2025-02-03Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-24xfs: remove an out of data comment in _xfs_buf_allocChristoph Hellwig
2025-01-16xfs: fix buffer lookup vs release raceChristoph Hellwig
2025-01-16xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig
2025-01-14xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig
2025-01-14xfs: move b_li_list based retry handling to common codeChristoph Hellwig
2025-01-14xfs: always complete the buffer inline in xfs_buf_submitChristoph Hellwig
2025-01-14xfs: remove the extra buffer reference in xfs_buf_submitChristoph Hellwig
2025-01-14xfs: move invalidate_kernel_vmap_range to xfs_buf_ioendChristoph Hellwig
2025-01-14xfs: simplify buffer I/O submissionChristoph Hellwig
2025-01-14xfs: move in-memory buftarg handling out of _xfs_buf_ioapplyChristoph Hellwig
2025-01-14xfs: move write verification out of _xfs_buf_ioapplyChristoph Hellwig
2025-01-14xfs: remove xfs_buf_delwri_submit_buffersChristoph Hellwig
2025-01-14xfs: simplify xfs_buf_delwri_pushbufChristoph Hellwig
2025-01-14xfs: move xfs_buf_iowait out of (__)xfs_buf_submitChristoph Hellwig