summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig
2020-09-15xfs: remove xlog_recover_iodoneChristoph Hellwig
2020-09-15xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig
2020-09-15xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig
2020-09-15xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig
2020-09-15xfs: remove xfs_buf_ioerror_retryChristoph Hellwig
2020-09-15xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig
2020-09-15xfs: refactor xfs_buf_ioendChristoph Hellwig
2020-09-15xfs: mark xfs_buf_ioend staticChristoph Hellwig
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner
2020-07-06xfs: mark log recovery buffers for completionDave Chinner
2020-07-06xfs: mark dquot buffers in cacheDave Chinner
2020-07-06xfs: mark inode buffers in cacheDave Chinner
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-05-08xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster
2020-05-07xfs: random buffer write failure errortagBrian Foster
2020-05-07xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster
2020-05-07xfs: refactor ratelimited buffer error messages into helperBrian Foster
2020-05-07xfs: reset buffer write failure state on successful completionBrian Foster
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster
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