aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-22xfs: don't set bt_nr_sectors to a negative numberDarrick J. Wong1-1/+1
2025-09-22xfs: track the number of blocks in each buftargChristoph Hellwig1-19/+23
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig1-2/+2
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig1-2/+2
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig1-2/+2
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig1-6/+1
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner1-38/+0
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-16/+63
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino1-12/+52
2025-05-14xfs: stop using set_blocksizeDarrick J. Wong1-4/+11
2025-05-07xfs: ignore HW which cannot atomic write a single blockDarrick J. Wong1-0/+12
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong1-8/+24
2025-05-07xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong1-10/+18
2025-05-07xfs: simplify xfs_buf_submit_bioChristoph Hellwig1-35/+8
2025-04-28xfs: stop using set_blocksizeDarrick J. Wong1-4/+11
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig1-0/+1
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig1-3/+2
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig1-2/+1
2025-03-18xfs: remove xfs_buf_free_mapsChristoph Hellwig1-11/+2
2025-03-18xfs: remove xfs_buf_get_mapsChristoph Hellwig1-27/+6
2025-03-18xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_allocChristoph Hellwig1-90/+75
2025-03-10xfs: trace what memory backs a bufferChristoph Hellwig1-0/+4
2025-03-10xfs: cleanup mapping tmpfs folios into the buffer cacheChristoph Hellwig1-4/+2
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig1-160/+52
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig1-54/+4
2025-03-10xfs: convert buffer cache to use high order foliosChristoph Hellwig1-6/+50
2025-03-10xfs: remove the kmalloc to page allocator fallbackChristoph Hellwig1-24/+24
2025-03-10xfs: refactor backing memory allocations for buffersChristoph Hellwig1-19/+36
2025-03-10xfs: remove xfs_buf_is_vmappedChristoph Hellwig1-17/+3
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig1-2/+1
2025-03-10xfs: add a fast path to xfs_buf_zero when b_addr is setChristoph Hellwig1-2/+7
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig1-7/+1
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig1-75/+15
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig1-21/+20
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig1-16/+27
2025-02-03Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-19/+17
2025-01-28xfs: remove xfs_buf_cache.bc_lockChristoph Hellwig1-14/+17
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2025-01-24xfs: remove an out of data comment in _xfs_buf_allocChristoph Hellwig1-5/+0
2025-01-16xfs: fix buffer lookup vs release raceChristoph Hellwig1-45/+48
2025-01-16xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig1-2/+1
2025-01-14xfs: add a b_iodone callback to struct xfs_bufChristoph Hellwig1-5/+2
2025-01-14xfs: move b_li_list based retry handling to common codeChristoph Hellwig1-6/+6
2025-01-14xfs: always complete the buffer inline in xfs_buf_submitChristoph Hellwig1-10/+6
2025-01-14xfs: remove the extra buffer reference in xfs_buf_submitChristoph Hellwig1-15/+1
2025-01-14xfs: move invalidate_kernel_vmap_range to xfs_buf_ioendChristoph Hellwig1-3/+3
2025-01-14xfs: simplify buffer I/O submissionChristoph Hellwig1-144/+60
2025-01-14xfs: move in-memory buftarg handling out of _xfs_buf_ioapplyChristoph Hellwig1-11/+9
2025-01-14xfs: move write verification out of _xfs_buf_ioapplyChristoph Hellwig1-30/+37