summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-17/+15
* xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig2019-06-281-3/+2
* xfs: remove unused buffer cache APIsChristoph Hellwig2019-06-281-81/+2
* xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig2019-06-281-12/+1
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2019-06-121-20/+5
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-1/+19
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-111-0/+19
* xfs: clarify documentation for the function to reverify buffersBrian Foster2019-02-111-20/+15
* xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-031-0/+16
* xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-02-031-2/+1
* xfs: xfs_buf: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
* xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2018-10-181-0/+7
* xfs: fix use-after-free race in xfs_buf_releDave Chinner2018-10-181-1/+37
* xfs: always assign buffer verifiers when one is providedDarrick J. Wong2018-10-181-17/+47
* xfs: remove b_last_holder & associated macrosEric Sandeen2018-08-121-18/+2
* xfs: kill __xfs_buf_submit_common()Brian Foster2018-07-111-49/+34
* xfs: combine [a]sync buffer submission apisBrian Foster2018-07-111-49/+23
* xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster2018-07-111-39/+41
* xfs: refactor buffer submission into a common helperBrian Foster2018-07-111-48/+37
* xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-081-1/+0