summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-3/+3
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-2/+2
* xfs: don't drain buffer lru on freeze and read-only remountBrian Foster2021-01-221-5/+15
* xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster2021-01-221-6/+6
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-12/+12
* xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig2020-09-151-3/+12
* xfs: remove xlog_recover_iodoneChristoph Hellwig2020-09-151-8/+12
* xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig2020-09-151-6/+5
* xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig2020-09-151-27/+9
* xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig2020-09-151-8/+8
* xfs: remove xfs_buf_ioerror_retryChristoph Hellwig2020-09-151-21/+12
* xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig2020-09-151-20/+15
* xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig2020-09-151-3/+5
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-3/+170
* xfs: refactor xfs_buf_ioendChristoph Hellwig2020-09-151-24/+17