summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
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
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2024-02-22xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftargChristoph Hellwig
2024-02-22xfs: remove xfs_setsize_buftarg_earlyChristoph Hellwig
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig
2024-02-22xfs: split xfs_buf_rele for cached vs uncached buffersChristoph Hellwig
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
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-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong