summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-07xfs: merge xfs_buf_allocate_memoryDave Chinner1-31/+13
2021-06-07xfs: cleanup error handling in xfs_buf_get_mapChristoph Hellwig1-8/+7
2021-06-07xfs: get rid of xb_to_gfp()Dave Chinner1-4/+6
2021-06-07xfs: simplify the b_page_count calculationChristoph Hellwig1-11/+3
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig1-5/+3
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-06-01xfs: move page freeing into _xfs_buf_free_pages()Dave Chinner1-38/+23
2021-06-01xfs: merge _xfs_buf_get_pages()Dave Chinner1-34/+14
2021-06-01xfs: use alloc_pages_bulk_array() for buffersDave Chinner1-38/+24
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner1-21/+6
2021-06-01xfs: split up xfs_buf_allocate_memoryDave Chinner1-52/+74
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-3/+3
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-2/+2
2021-01-23xfs: don't drain buffer lru on freeze and read-only remountBrian Foster1-5/+15
2021-01-23xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster1-6/+6
2020-12-17xfs: remove xfs_buf_t typedefDave Chinner1-12/+12
2020-09-16xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig1-3/+12
2020-09-16xfs: remove xlog_recover_iodoneChristoph Hellwig1-8/+12
2020-09-16xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig1-6/+5
2020-09-16xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig1-27/+9
2020-09-16xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig1-8/+8
2020-09-16xfs: remove xfs_buf_ioerror_retryChristoph Hellwig1-21/+12
2020-09-16xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig1-20/+15
2020-09-16xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig1-3/+5
2020-09-16xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-3/+170
2020-09-16xfs: refactor xfs_buf_ioendChristoph Hellwig1-24/+17
2020-09-16xfs: mark xfs_buf_ioend staticChristoph Hellwig1-1/+1
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-3/+1
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner1-16/+8
2020-07-06xfs: mark log recovery buffers for completionDave Chinner1-0/+10
2020-07-06xfs: mark dquot buffers in cacheDave Chinner1-0/+5
2020-07-06xfs: mark inode buffers in cacheDave Chinner1-5/+16
2020-06-03Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+55
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-05-08xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster1-2/+1
2020-05-07xfs: random buffer write failure errortagBrian Foster1-0/+6
2020-05-07xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster1-4/+17
2020-05-07xfs: refactor ratelimited buffer error messages into helperBrian Foster1-4/+11
2020-05-07xfs: reset buffer write failure state on successful completionBrian Foster1-3/+5
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster1-4/+17
2020-03-27xfs: Improve metadata buffer reclaim accountabilityDave Chinner1-3/+8
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-0/+22
2020-03-03xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig1-1/+1
2020-03-03xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong1-2/+3
2020-01-27xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong1-5/+7
2020-01-27xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong1-9/+16
2020-01-27xfs: make xfs_buf_read_map return an error codeDarrick J. Wong1-16/+47
2020-01-27xfs: make xfs_buf_get_map return an error codeDarrick J. Wong1-28/+16
2020-01-27xfs: make xfs_buf_alloc return an error codeDarrick J. Wong1-9/+12