aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
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
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed
2022-11-30xfs: invalidate block device page cache during unmountDarrick J. Wong
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14xfs: lockless buffer lookupDave Chinner
2022-07-14xfs: remove a superflous hash lookup when inserting new buffersDave Chinner
2022-07-14xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner
2022-07-14xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner
2022-07-14xfs: break up xfs_buf_find() into individual piecesDave Chinner
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-04-21xfs: convert buffer flags to unsigned.Dave Chinner
2022-03-24Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-03-20xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner
2022-03-20xfs: check buffer pin state after locking in delwri_submitDave Chinner
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner
2021-06-18xfs: remove redundant initialization of variable errorShaokun Zhang
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong