aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-01-15mm: introduce memalloc_retry_wait()Gravatar NeilBrown 1-1/+1
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevGravatar Christoph Hellwig 1-1/+1
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargGravatar Christoph Hellwig 1-4/+4
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-7/+7
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-1/+1
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-19/+21
2021-08-19xfs: rename buffer cache index variable b_bnGravatar Dave Chinner 1-8/+11
2021-08-19xfs: introduce xfs_buf_daddr()Gravatar Dave Chinner 1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-4/+4
2021-08-19xfs: convert remaining mount flags to state flagsGravatar Dave Chinner 1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-3/+3
2021-08-09xfs: remove kmem_alloc_io()Gravatar Dave Chinner 1-2/+1
2021-08-09block: remove the bd_bdi in struct block_deviceGravatar Christoph Hellwig 1-1/+1
2021-06-21xfs: remove xfs_blkdev_issue_flushGravatar Dave Chinner 1-1/+1
2021-06-18xfs: remove redundant initialization of variable errorGravatar Shaokun Zhang 1-1/+1
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Darrick J. Wong 1-1/+1
2021-06-07xfs: merge xfs_buf_allocate_memoryGravatar Dave Chinner 1-31/+13
2021-06-07xfs: cleanup error handling in xfs_buf_get_mapGravatar Christoph Hellwig 1-8/+7
2021-06-07xfs: get rid of xb_to_gfp()Gravatar Dave Chinner 1-4/+6
2021-06-07xfs: simplify the b_page_count calculationGravatar Christoph Hellwig 1-11/+3
2021-06-07xfs: remove ->b_offset handling for page backed buffersGravatar Christoph Hellwig 1-5/+3
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Gravatar Dave Chinner 1-1/+1
2021-06-01xfs: move page freeing into _xfs_buf_free_pages()Gravatar Dave Chinner 1-38/+23
2021-06-01xfs: merge _xfs_buf_get_pages()Gravatar Dave Chinner 1-34/+14
2021-06-01xfs: use alloc_pages_bulk_array() for buffersGravatar Dave Chinner 1-38/+24
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersGravatar Dave Chinner 1-21/+6
2021-06-01xfs: split up xfs_buf_allocate_memoryGravatar Dave Chinner 1-52/+74
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-3/+3
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 1-2/+2
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountGravatar Brian Foster 1-5/+15
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Gravatar Brian Foster 1-6/+6
2020-12-16xfs: remove xfs_buf_t typedefGravatar Dave Chinner 1-12/+12
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockGravatar Christoph Hellwig 1-3/+12
2020-09-15xfs: remove xlog_recover_iodoneGravatar Christoph Hellwig 1-8/+12
2020-09-15xfs: clear the read/write flags later in xfs_buf_ioendGravatar Christoph Hellwig 1-6/+5
2020-09-15xfs: simplify the xfs_buf_ioend_disposition calling conventionGravatar Christoph Hellwig 1-27/+9
2020-09-15xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionGravatar Christoph Hellwig 1-8/+8
2020-09-15xfs: remove xfs_buf_ioerror_retryGravatar Christoph Hellwig 1-21/+12
2020-09-15xfs: refactor xfs_buf_ioerror_fail_without_retryGravatar Christoph Hellwig 1-20/+15
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendGravatar Christoph Hellwig 1-3/+5
2020-09-15xfs: move the buffer retry logic to xfs_buf.cGravatar Christoph Hellwig 1-3/+170
2020-09-15xfs: refactor xfs_buf_ioendGravatar Christoph Hellwig 1-24/+17
2020-09-15xfs: mark xfs_buf_ioend staticGravatar Christoph Hellwig 1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-3/+1
2020-07-06xfs: call xfs_buf_iodone directlyGravatar Dave Chinner 1-16/+8
2020-07-06xfs: mark log recovery buffers for completionGravatar Dave Chinner 1-0/+10
2020-07-06xfs: mark dquot buffers in cacheGravatar Dave Chinner 1-0/+5
2020-07-06xfs: mark inode buffers in cacheGravatar Dave Chinner 1-5/+16
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-15/+55