summaryrefslogtreecommitdiff
path: root/fs/iomap/direct-io.c
AgeCommit message (Expand)Author
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph 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-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-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: 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-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo
2025-10-31iomap: use largest_zero_folio() in iomap_dio_zero()Pankaj Raghav
2025-10-20iomap: simplify iomap_iter_advance()Joanne Koong
2025-10-07iomap: open code bio_iov_iter_get_bdev_pagesChristoph Hellwig
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-19iomap: error out on file IO when there is no inline_data bufferDarrick J. Wong
2025-09-09iomap: simplify direct io validity checkKeith Busch
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch
2025-08-11iomap: Fix broken data integrity guarantees for O_SYNC writesJan Kara
2025-07-14iomap: header dietChristoph Hellwig
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-20iomap: comment on atomic write checks in iomap_dio_bio_iter()John Garry
2025-03-20iomap: inline iomap_dio_bio_opflags()John Garry
2025-03-06iomap: Lift blocksize restriction on atomic writesRitesh Harjani (IBM)
2025-03-06iomap: Support SW-based atomic writesJohn Garry
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster
2025-02-26iomap: advance the iter on direct I/OBrian Foster
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig
2025-02-06iomap: factor out a iomap_dio_done helperChristoph Hellwig
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig
2024-11-11iomap: drop an obsolete comment in iomap_dio_bio_iterChristoph Hellwig
2024-11-04fs: iomap: Atomic write supportJohn Garry
2024-09-03iomap: remove set_memor_ro() on zero pageLuis Chamberlain
2024-09-02iomap: fix iomap_dio_zero() for fs bs > system page sizePankaj Raghav
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche
2023-08-01iomap: support IOCB_DIO_CALLER_COMPJens Axboe
2023-08-01iomap: add IOMAP_DIO_INLINE_COMPJens Axboe
2023-08-01iomap: only set iocb->private for polled bioJens Axboe