summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
2026-03-19iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong
2026-02-26iomap: 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
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
2025-10-20iomap: store read/readahead bio genericallyJoanne Koong
2025-10-20iomap: move read/readahead bio submission logic into helper functionJoanne Koong
2025-10-20iomap: move bio read logic into helper functionJoanne Koong
2025-10-20iomap: adjust read range correctly for non-block-aligned positionsJoanne Koong
2025-10-20iomap: simplify iomap_iter_advance()Joanne Koong
2025-09-19iomap: error out on file IO when there is no inline_data bufferDarrick J. Wong
2025-09-19iomap: trace iomap_zero_iter zeroing activitiesDarrick J. Wong
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-14iomap: build the writeback code without CONFIG_BLOCKChristoph Hellwig
2025-07-14iomap: add read_folio_range() handler for buffered writesChristoph Hellwig
2025-07-14iomap: improve argument passing to iomap_read_folio_syncChristoph Hellwig
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig
2025-07-14iomap: export iomap_writeback_folioChristoph Hellwig
2025-07-14iomap: move folio_unlock out of iomap_writeback_folioJoanne Koong
2025-07-14iomap: rename iomap_writepage_map to iomap_writeback_folioChristoph Hellwig
2025-07-14iomap: move all ioend handling to ioend.cChristoph Hellwig
2025-07-14iomap: add public helpers for uptodate state manipulationJoanne Koong
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig
2025-07-14iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocksJoanne Koong
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig
2025-07-14iomap: header dietChristoph Hellwig
2025-07-11iomap: avoid unnecessary ifs_set_range_uptodate() with locksJinliang Zheng
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)