summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
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-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
2025-01-14xfs: remove the incorrect comment above xfs_buf_free_mapsChristoph Hellwig
2025-01-14xfs: fix a double completion for buffers on in-memory targetsChristoph Hellwig
2024-12-23xfs: react to fsdax failure notifications on the rt deviceDarrick J. Wong
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-04xfs: Support atomic write for statxJohn Garry
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-03-27fs,block: yield devices earlyChristian Brauner
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