aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/iomap/bio.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-45/+87
2026-03-24iomap: fix lockdep complaint when reads failDarrick J. Wong1-1/+50
2026-03-10iomap: support T10 protection informationChristoph Hellwig1-3/+21
2026-03-10iomap: support ioends for buffered readsChristoph Hellwig1-3/+16
2026-03-10iomap: add a bioset pointer to iomap_read_folio_opsChristoph Hellwig1-2/+12
2026-03-10iomap: allow file systems to hook into buffered read bio submissionChristoph Hellwig1-6/+9
2026-03-10iomap: only call into ->submit_read when there is a read_ctxChristoph Hellwig1-4/+1
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig1-1/+2
2026-03-10iomap: refactor iomap_bio_read_folio_rangeChristoph Hellwig1-32/+37
2025-11-05iomap: move buffered io bio logic into new fileChristoph Hellwig [1]1-0/+88