aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bio_io.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-1/+1
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-33/+0
2022-03-29xfs: drop async cache flushes from CIL commits.Gravatar Dave Chinner 1-35/+0
2022-02-02block: pass a block_device and opf to bio_initGravatar Christoph Hellwig 1-3/+1
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-6/+4
2021-06-21xfs: async blkdev cache flushGravatar Dave Chinner 1-0/+35
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 1-1/+1
2019-07-10xfs: chain bios the right way around in xfs_rw_bdevGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: use bios directly to read and write the log recovery buffersGravatar Christoph Hellwig 1-0/+61