summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
2020-03-27xfs: Improve metadata buffer reclaim accountabilityDave Chinner
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig
2020-03-02xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong
2020-01-26xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_get_map return an error codeDarrick J. Wong
2020-01-26xfs: make xfs_buf_alloc return an error codeDarrick J. Wong
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-10-29xfs: simplify setting bio flagsChristoph Hellwig
2019-10-28xfs: mark xfs_buf_free staticChristoph Hellwig
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov
2019-08-26xfs: add kmem_alloc_io()Dave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig
2019-06-28xfs: remove unused buffer cache APIsChristoph Hellwig
2019-06-28xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster
2019-02-11xfs: clarify documentation for the function to reverify buffersBrian Foster
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2018-12-29xfs: xfs_buf: drop useless LIST_HEADJulia Lawall
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster
2018-10-18xfs: fix use-after-free race in xfs_buf_releDave Chinner
2018-10-18xfs: always assign buffer verifiers when one is providedDarrick J. Wong
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen
2018-07-11xfs: kill __xfs_buf_submit_common()Brian Foster
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster
2018-07-11xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster
2018-07-11xfs: refactor buffer submission into a common helperBrian Foster
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-09xfs: don't retry xfs_buf_find on XBF_TRYLOCK failureDave Chinner
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-11xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino
2018-01-09xfs: clarify units in the failed metadata io messageDarrick J. Wong
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong