aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong1-46/+86
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong1-29/+55
2024-02-22xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftargChristoph Hellwig1-4/+4
2024-02-22xfs: remove xfs_setsize_buftarg_earlyChristoph Hellwig1-15/+7
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig1-3/+3
2024-02-22xfs: split xfs_buf_rele for cached vs uncached buffersChristoph Hellwig1-15/+31
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner1-1/+1
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner1-11/+17
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-6/+6
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-3/+3
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-3/+3
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+40
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong1-4/+40
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-3/+3
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+13
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara1-12/+10
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng1-11/+13
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+8
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig1-1/+1
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong1-1/+8
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig1-2/+0
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig1-0/+5
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed1-2/+1
2022-11-30xfs: invalidate block device page cache during unmountDarrick J. Wong1-0/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+10
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-139/+149
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner1-24/+1
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan1-3/+8
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-2/+3
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche1-2/+2
2022-07-14xfs: lockless buffer lookupDave Chinner1-7/+15
2022-07-14xfs: remove a superflous hash lookup when inserting new buffersDave Chinner1-4/+9
2022-07-14xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner1-2/+3
2022-07-14xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner1-109/+93
2022-07-14xfs: break up xfs_buf_find() into individual piecesDave Chinner1-54/+104
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-17/+2
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+2
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner1-3/+3
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+35
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-3/+0
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner1-8/+32
2022-03-20xfs: check buffer pin state after locking in delwri_submitDave Chinner1-2/+3
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-1/+1
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-1/+1
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig1-4/+4