summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
4 daysMerge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds
5 daysMerge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
5 daysMerge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
5 daysMerge 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-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig
2026-01-28iomap: support ioends for direct readsChristoph Hellwig
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig
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
2026-01-11blk-crypto: handle the fallback above the block layerChristoph 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-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig
2025-11-25iomap: always run error completions in user contextChristoph Hellwig
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig
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: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo
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-31iomap: use largest_zero_folio() in iomap_dio_zero()Pankaj Raghav
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