aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bio_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche1-1/+1
2022-04-01Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-33/+0
2022-03-29xfs: drop async cache flushes from CIL commits.Dave Chinner1-35/+0
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-3/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+4
2021-06-21xfs: async blkdev cache flushDave Chinner1-0/+35
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-1/+1
2019-07-10xfs: chain bios the right way around in xfs_rw_bdevChristoph Hellwig1-1/+1
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig1-0/+61