index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
/
buffered-io.c
Age
Commit message (
Expand
)
Author
2026-03-19
iomap: don't mark folio uptodate if read IO has bytes pending
Joanne Koong
2026-02-26
iomap: fix invalid folio access after folio_end_read()
Joanne Koong
2026-01-14
iomap: wait for batched folios to be stable in __iomap_get_folio
Christoph Hellwig
2025-12-15
iomap: replace folio_batch allocation with stack allocation
Brian Foster
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-25
iomap: fix iomap_read_end() for already uptodate folios
Joanne Koong
2025-11-25
iomap: use find_next_bit() for uptodate bitmap scanning
Joanne Koong
2025-11-25
iomap: use find_next_bit() for dirty bitmap scanning
Joanne Koong
2025-11-12
iomap: simplify when reads can be skipped for writes
Joanne Koong
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
2025-11-12
iomap: account for unaligned end offsets when truncating read range
Joanne Koong
2025-11-12
iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...
Joanne Koong
2025-11-05
iomap: remove old partial eof zeroing optimization
Brian Foster
2025-11-05
iomap: optional zero range dirty folio processing
Brian Foster
2025-11-05
iomap: remove pos+len BUG_ON() to after folio lookup
Brian Foster
2025-11-05
iomap: make iomap_read_folio() a void return
Joanne Koong
2025-11-05
iomap: move buffered io bio logic into new file
Christoph Hellwig [1]
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
2025-11-05
iomap: set accurate iter->pos when reading folio ranges
Joanne Koong
2025-11-05
iomap: track pending read bytes more optimally
Joanne Koong
2025-10-31
iomap: Use folio_next_pos()
Matthew Wilcox (Oracle)
2025-10-20
iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
Joanne Koong
2025-10-20
iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
Joanne Koong
2025-10-20
iomap: iterate over folio mapping in iomap_readpage_iter()
Joanne Koong
2025-10-20
iomap: store read/readahead bio generically
Joanne Koong
2025-10-20
iomap: move read/readahead bio submission logic into helper function
Joanne Koong
2025-10-20
iomap: move bio read logic into helper function
Joanne Koong
2025-10-20
iomap: adjust read range correctly for non-block-aligned positions
Joanne Koong
2025-10-20
iomap: simplify iomap_iter_advance()
Joanne Koong
2025-09-19
iomap: error out on file IO when there is no inline_data buffer
Darrick J. Wong
2025-09-19
iomap: trace iomap_zero_iter zeroing activities
Darrick J. Wong
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-14
iomap: build the writeback code without CONFIG_BLOCK
Christoph Hellwig
2025-07-14
iomap: add read_folio_range() handler for buffered writes
Christoph Hellwig
2025-07-14
iomap: improve argument passing to iomap_read_folio_sync
Christoph Hellwig
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
2025-07-14
iomap: export iomap_writeback_folio
Christoph Hellwig
2025-07-14
iomap: move folio_unlock out of iomap_writeback_folio
Joanne Koong
2025-07-14
iomap: rename iomap_writepage_map to iomap_writeback_folio
Christoph Hellwig
2025-07-14
iomap: move all ioend handling to ioend.c
Christoph Hellwig
2025-07-14
iomap: add public helpers for uptodate state manipulation
Joanne Koong
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
2025-07-14
iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
Joanne Koong
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
2025-07-14
iomap: header diet
Christoph Hellwig
2025-07-11
iomap: avoid unnecessary ifs_set_range_uptodate() with locks
Jinliang Zheng
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
[next]