summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: mark xfs_buf_ioend staticChristoph Hellwig2020-09-151-1/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-3/+1
* xfs: call xfs_buf_iodone directlyDave Chinner2020-07-061-16/+8
* xfs: mark log recovery buffers for completionDave Chinner2020-07-061-0/+10
* xfs: mark dquot buffers in cacheDave Chinner2020-07-061-0/+5
* xfs: mark inode buffers in cacheDave Chinner2020-07-061-5/+16
* Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-15/+55
|\
| * xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster2020-05-081-2/+1
| * xfs: random buffer write failure errortagBrian Foster2020-05-071-0/+6
| * xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster2020-05-071-4/+17
| * xfs: refactor ratelimited buffer error messages into helperBrian Foster2020-05-071-4/+11
| * xfs: reset buffer write failure state on successful completionBrian Foster2020-05-071-3/+5
| * xfs: factor out buffer I/O failure codeBrian Foster2020-05-071-4/+17
* | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-1/+1
|/
* xfs: Improve metadata buffer reclaim accountabilityDave Chinner2020-03-271-3/+8
* xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong2020-03-121-1/+1
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-0/+22
* xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig2020-03-021-1/+1
* xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong2020-03-021-2/+3
* xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong2020-01-261-5/+7
* xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong2020-01-261-9/+16
* xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2020-01-261-16/+47
* xfs: make xfs_buf_get_map return an error codeDarrick J. Wong2020-01-261-28/+16
* xfs: make xfs_buf_alloc return an error codeDarrick J. Wong2020-01-261-9/+12
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-3/+3
* xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: Remove slab init wrappersCarlos Maiolino2019-11-181-2/+3
* xfs: Correct comment tyops -> typosJoe Perches2019-11-101-1/+1
* xfs: simplify setting bio flagsChristoph Hellwig2019-10-291-9/+6
* xfs: mark xfs_buf_free staticChristoph Hellwig2019-10-281-1/+1
* xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell2019-10-061-1/+11
* xfs: remove unlikely() from WARN_ON() conditionDenis Efremov2019-09-261-2/+2
* xfs: add kmem_alloc_io()Dave Chinner2019-08-261-2/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-16/+0