summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-1/+1
|\
| * mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-1/+1
* | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-1/+1
* | xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig2021-12-041-4/+4
|/
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-7/+7
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-021-19/+21
|\
| * xfs: rename buffer cache index variable b_bnDave Chinner2021-08-191-8/+11
| * xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
| * xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
| * xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-1/+1
| * xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-3/+3
| * xfs: remove kmem_alloc_io()Dave Chinner2021-08-091-2/+1
* | block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-091-1/+1
|/
* xfs: remove xfs_blkdev_issue_flushDave Chinner2021-06-211-1/+1
* xfs: remove redundant initialization of variable errorShaokun Zhang2021-06-181-1/+1
* Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-081-1/+1
|\
| * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* | xfs: merge xfs_buf_allocate_memoryDave Chinner2021-06-071-31/+13
* | xfs: cleanup error handling in xfs_buf_get_mapChristoph Hellwig2021-06-071-8/+7
* | xfs: get rid of xb_to_gfp()Dave Chinner2021-06-071-4/+6
* | xfs: simplify the b_page_count calculationChristoph Hellwig2021-06-071-11/+3
* | xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig2021-06-071-5/+3
* | xfs: move page freeing into _xfs_buf_free_pages()Dave Chinner2021-06-011-38/+23
* | xfs: merge _xfs_buf_get_pages()Dave Chinner2021-06-011-34/+14
* | xfs: use alloc_pages_bulk_array() for buffersDave Chinner2021-06-011-38/+24
* | xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner2021-06-011-21/+6
* | xfs: split up xfs_buf_allocate_memoryDave Chinner2021-06-011-52/+74
|/