aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16xfs: remove xfs_buf_t typedefGravatar Dave Chinner 1-12/+12
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockGravatar Christoph Hellwig 1-3/+12
2020-09-15xfs: remove xlog_recover_iodoneGravatar Christoph Hellwig 1-8/+12
2020-09-15xfs: clear the read/write flags later in xfs_buf_ioendGravatar Christoph Hellwig 1-6/+5
2020-09-15xfs: simplify the xfs_buf_ioend_disposition calling conventionGravatar Christoph Hellwig 1-27/+9
2020-09-15xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionGravatar Christoph Hellwig 1-8/+8
2020-09-15xfs: remove xfs_buf_ioerror_retryGravatar Christoph Hellwig 1-21/+12
2020-09-15xfs: refactor xfs_buf_ioerror_fail_without_retryGravatar Christoph Hellwig 1-20/+15
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendGravatar Christoph Hellwig 1-3/+5
2020-09-15xfs: move the buffer retry logic to xfs_buf.cGravatar Christoph Hellwig 1-3/+170
2020-09-15xfs: refactor xfs_buf_ioendGravatar Christoph Hellwig 1-24/+17
2020-09-15xfs: mark xfs_buf_ioend staticGravatar Christoph Hellwig 1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-3/+1
2020-07-06xfs: call xfs_buf_iodone directlyGravatar Dave Chinner 1-16/+8
2020-07-06xfs: mark log recovery buffers for completionGravatar Dave Chinner 1-0/+10
2020-07-06xfs: mark dquot buffers in cacheGravatar Dave Chinner 1-0/+5
2020-07-06xfs: mark inode buffers in cacheGravatar Dave Chinner 1-5/+16
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-15/+55
2020-06-02mm: remove the prot argument from vm_map_ramGravatar Christoph Hellwig 1-1/+1
2020-05-08xfs: fix unused variable warning in buffer completion on !DEBUGGravatar Brian Foster 1-2/+1
2020-05-07xfs: random buffer write failure errortagGravatar Brian Foster 1-0/+6
2020-05-07xfs: ratelimit unmount time per-buffer I/O error alertGravatar Brian Foster 1-4/+17
2020-05-07xfs: refactor ratelimited buffer error messages into helperGravatar Brian Foster 1-4/+11
2020-05-07xfs: reset buffer write failure state on successful completionGravatar Brian Foster 1-3/+5
2020-05-07xfs: factor out buffer I/O failure codeGravatar Brian Foster 1-4/+17
2020-03-27xfs: Improve metadata buffer reclaim accountabilityGravatar Dave Chinner 1-3/+8
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressGravatar Darrick J. Wong 1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-0/+22
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: improve error message when we can't allocate memory for xfs_bufGravatar Darrick J. Wong 1-2/+3
2020-01-26xfs: fix xfs_buf_ioerror_alert location reportingGravatar Darrick J. Wong 1-5/+7
2020-01-26xfs: make xfs_buf_get_uncached return an error codeGravatar Darrick J. Wong 1-9/+16
2020-01-26xfs: make xfs_buf_read_map return an error codeGravatar Darrick J. Wong 1-16/+47
2020-01-26xfs: make xfs_buf_get_map return an error codeGravatar Darrick J. Wong 1-28/+16
2020-01-26xfs: make xfs_buf_alloc return an error codeGravatar Darrick J. Wong 1-9/+12
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-3/+3
2019-11-18xfs: Remove kmem_zone_destroy() wrapperGravatar Carlos Maiolino 1-1/+1
2019-11-18xfs: Remove slab init wrappersGravatar Carlos Maiolino 1-2/+3
2019-11-10xfs: Correct comment tyops -> typosGravatar Joe Perches 1-1/+1
2019-10-29xfs: simplify setting bio flagsGravatar Christoph Hellwig 1-9/+6
2019-10-28xfs: mark xfs_buf_free staticGravatar Christoph Hellwig 1-1/+1
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsGravatar Bill O'Donnell 1-1/+11
2019-09-26xfs: remove unlikely() from WARN_ON() conditionGravatar Denis Efremov 1-2/+2
2019-08-26xfs: add kmem_alloc_io()Gravatar Dave Chinner 1-2/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-16/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 1-17/+15
2019-06-28xfs: remove the b_io_length field in struct xfs_bufGravatar Christoph Hellwig 1-3/+2
2019-06-28xfs: remove unused buffer cache APIsGravatar Christoph Hellwig 1-81/+2
2019-06-28xfs: make mem_to_page available outside of xfs_buf.cGravatar Christoph Hellwig 1-12/+1