index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
Age
Commit message (
Expand
)
Author
2026-02-09
Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-02-09
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-01-29
iomap: fix invalid folio access after folio_end_read()
Joanne Koong
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
2026-01-28
iomap: support ioends for direct reads
Christoph Hellwig
2026-01-28
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
Christoph Hellwig
2026-01-28
iomap: free the bio before completing the dio
Christoph Hellwig
2026-01-28
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
Christoph Hellwig
2026-01-28
iomap: split out the per-bio logic from iomap_dio_bio_iter
Christoph Hellwig
2026-01-28
iomap: simplify iomap_dio_bio_iter
Christoph Hellwig
2026-01-28
iomap: fix submission side handling of completion side errors
Christoph Hellwig
2026-01-14
iomap: wait for batched folios to be stable in __iomap_get_folio
Christoph Hellwig
2026-01-14
iomap: stash iomap read ctx in the private field of iomap_iter
Hongbo Li
2026-01-13
iomap: report file I/O errors to the VFS
Darrick J. Wong
2026-01-11
blk-crypto: handle the fallback above the block layer
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-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-11-25
iomap: allocate s_dio_done_wq for async reads as well
Christoph Hellwig
2025-11-25
iomap: fix iomap_read_end() for already uptodate folios
Joanne Koong
2025-11-25
iomap: invert the polarity of IOMAP_DIO_INLINE_COMP
Christoph Hellwig
2025-11-25
iomap: support write completions from interrupt context
Christoph Hellwig
2025-11-25
iomap: rework REQ_FUA selection
Christoph Hellwig
2025-11-25
iomap: always run error completions in user context
Christoph Hellwig
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
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: add IOMAP_DIO_FSBLOCK_ALIGNED flag
Qu Wenruo
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-31
iomap: use largest_zero_folio() in iomap_dio_zero()
Pankaj Raghav
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
[next]