summaryrefslogtreecommitdiff
path: root/fs/iomap/direct-io.c
AgeCommit message (Expand)Author
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-31block: validate user space vectors during extractionKeith Busch
2026-07-31iomap: use GFP_NOWAIT when application for iomap_dio_simple allocationsChristoph Hellwig
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig
2026-07-31iomap: add simple dio path for small direct I/OFengnan Chang
2026-07-31iomap: pass error code to should_report_dio_fserror directlyFengnan Chang
2026-07-31iomap: factor out iomap_dio_alignment helperFengnan Chang
2026-07-01iomap: release pages on atomic dio size mismatchFengnan Chang
2026-06-15Merge tag 'vfs-7.2-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-18iomap: don't make REQ_POLLED imply REQ_NOWAITChristoph Hellwig
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig
2026-05-11iomap: remove over-strict inline data boundary checkNamjae Jeon
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-03-10iomap: support T10 protection informationChristoph Hellwig
2026-03-10Merge branch 'for-7.1/block-integrity'Christian Brauner
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig
2026-02-26iomap: don't report direct-io retries to fserrorDarrick J. Wong
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
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