summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)AuthorFilesLines
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-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-26mm: 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
2025-01-14xfs: remove xfs_buf_delwri_submit_buffersChristoph Hellwig1-66/+55
2025-01-14xfs: simplify xfs_buf_delwri_pushbufChristoph Hellwig1-25/+8
2025-01-14xfs: move xfs_buf_iowait out of (__)xfs_buf_submitChristoph Hellwig1-26/+16
2025-01-14xfs: remove the incorrect comment above xfs_buf_free_mapsChristoph Hellwig1-3/+0
2025-01-14xfs: fix a double completion for buffers on in-memory targetsChristoph Hellwig1-3/+1
2024-12-24xfs: react to fsdax failure notifications on the rt deviceDarrick J. Wong1-0/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2024-11-12mm/list_lru: simplify the list_lru walk callback functionKairui Song1-2/+0
2024-11-05xfs: Support atomic write for statxJohn Garry1-0/+7
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-05-03set_blocksize(): switch to passing struct file *Al Viro1-1/+1
2024-04-16xfs: repair extended attributesDarrick J. Wong1-0/+3
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-120/+200
2024-02-25xfs: port block device access to filesChristian Brauner1-5/+5