summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13 days1-1/+1
|\
| * set_blocksize(): switch to passing struct file *Al Viro2024-05-021-1/+1
* | xfs: repair extended attributesDarrick J. Wong2024-04-151-0/+3
|/
* fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
* Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-120/+200
|\
| * xfs: support in-memory buffer cache targetsDarrick J. Wong2024-02-221-46/+86
| * xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong2024-02-221-29/+55
| * xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftargChristoph Hellwig2024-02-221-4/+4
| * xfs: remove xfs_setsize_buftarg_earlyChristoph Hellwig2024-02-221-15/+7
| * xfs: remove the xfs_buftarg_t typedefChristoph Hellwig2024-02-221-3/+3
| * xfs: split xfs_buf_rele for cached vs uncached buffersChristoph Hellwig2024-02-221-15/+31
| * xfs: clean up remaining GFP_NOFS usersDave Chinner2024-02-131-1/+1
| * xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-11/+17
| * xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-6/+6
| * xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-3/+3
| * xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-3/+3
* | xfs: port block device access to filesChristian Brauner2024-02-251-5/+5
|/
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-4/+40
|\
| * xfs: force all buffers to be written during btree bulk loadDarrick J. Wong2023-12-151-4/+40
* | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-3/+3
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-11/+13
|\
| * xfs: dynamically allocate the xfs-buf shrinkerQi Zheng2023-10-041-11/+13
* | xfs: Convert to bdev_open_by_path()Jan Kara2023-10-281-12/+10
|/
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-1/+8
|\
| * xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong2023-08-101-1/+8
* | fs: use the super_block as holder when mounting file systemsChristoph Hellwig2023-08-111-1/+1
* | xfs: close the external block devices in xfs_mount_freeChristoph Hellwig2023-08-101-2/+0
* | xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig2023-08-101-0/+5
|/
* mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-181-2/+1
* xfs: invalidate block device page cache during unmountDarrick J. Wong2022-11-301-0/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-3/+10
|\
| * xfs: implement ->notify_failure() for XFSShiyang Ruan2022-07-171-3/+8
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-2/+3
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+2
* | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-041-139/+149
|\ \
| * | xfs: xfs_buf cache destroy isn't RCU safeDave Chinner2022-07-201-24/+1
| * | xfs: lockless buffer lookupDave Chinner2022-07-141-7/+15
| * | xfs: remove a superflous hash lookup when inserting new buffersDave Chinner2022-07-141-4/+9
| * | xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner2022-07-141-2/+3
| * | xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner2022-07-141-109/+93
| * | xfs: break up xfs_buf_find() into individual piecesDave Chinner2022-07-141-54/+104
| * | xfs: rework xfs_buf_incore() APIDave Chinner2022-07-071-17/+2
| |/
* / fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-2/+2
|/
* xfs: convert buffer flags to unsigned.Dave Chinner2022-04-211-3/+3
* Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-03-241-10/+35
|\
| * xfs: xfs_is_shutdown vs xlog_is_shutdown cage fightDave Chinner2022-03-201-8/+32
| * xfs: check buffer pin state after locking in delwri_submitDave Chinner2022-03-201-2/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-3/+0
|\ \
| * | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-221-3/+0
| |/
* / block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
|/