summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
13 daysiomap: submit read bio after each extentChristoph Hellwig
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-10iomap: pass the correct len to fserror_report_io in __iomap_write_beginChristoph Hellwig
2026-06-05iomap: introduce iomap_fsverity_write() for writing fsverity metadataAndrey Albershteyn
2026-06-05iomap: teach iomap to read files with fsverityAndrey Albershteyn
2026-06-05iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverityAndrey Albershteyn
2026-06-05iomap: introduce IOMAP_F_ZERO_TAIL flagNamjae Jeon
2026-06-04iomap: avoid potential null folio->mapping deref during error reportingJoanne Koong
2026-05-11iomap: remove over-strict inline data boundary checkNamjae Jeon
2026-05-11iomap: add dirty page control to iomap_zero_iterChi Zhiling
2026-04-13Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-23xfs: replace zero range flush with folio batchBrian Foster
2026-03-23iomap, xfs: lift zero range hole mapping flush into xfsBrian Foster
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong
2026-03-10iomap: only call into ->submit_read when there is a read_ctxChristoph Hellwig
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig
2026-03-04iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-14iomap: Describe @private in iomap_readahead()Hongbo Li
2026-02-09Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-29iomap: fix invalid folio access after folio_end_read()Joanne Koong
2026-01-14iomap: wait for batched folios to be stable in __iomap_get_folioChristoph Hellwig
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li
2026-01-13iomap: report file I/O errors to the VFSDarrick J. Wong
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong
2025-11-25iomap: use find_next_bit() for uptodate bitmap scanningJoanne Koong
2025-11-25iomap: use find_next_bit() for dirty bitmap scanningJoanne Koong
2025-11-12iomap: simplify when reads can be skipped for writesJoanne Koong
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong
2025-11-12iomap: account for unaligned end offsets when truncating read rangeJoanne Koong
2025-11-12iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...Joanne Koong
2025-11-05iomap: remove old partial eof zeroing optimizationBrian Foster
2025-11-05iomap: optional zero range dirty folio processingBrian Foster
2025-11-05iomap: remove pos+len BUG_ON() to after folio lookupBrian Foster
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong
2025-11-05iomap: move buffered io bio logic into new fileChristoph Hellwig [1]
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong
2025-11-05iomap: set accurate iter->pos when reading folio rangesJoanne Koong
2025-11-05iomap: track pending read bytes more optimallyJoanne Koong
2025-10-31iomap: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-20iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctxJoanne Koong
2025-10-20iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()Joanne Koong
2025-10-20iomap: iterate over folio mapping in iomap_readpage_iter()Joanne Koong