aboutsummaryrefslogtreecommitdiff
path: root/fs/iomap/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-4/+2
2026-03-10iomap: support T10 protection informationChristoph Hellwig1-1/+14
2026-03-10Merge branch 'for-7.1/block-integrity'Christian Brauner1-1/+1
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig1-4/+2
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig1-1/+1
2026-02-26iomap: don't report direct-io retries to fserrorDarrick J. Wong1-1/+14
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds1-87/+104
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig1-10/+20
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig1-4/+4
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig1-8/+9
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig1-23/+19
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig1-52/+59
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig1-7/+6
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig1-3/+7
2026-01-13iomap: report file I/O errors to the VFSDarrick J. Wong1-0/+12
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig1-1/+2
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+15
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig1-19/+14
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig1-11/+48
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig1-30/+48
2025-11-25iomap: always run error completions in user contextChristoph Hellwig1-1/+12
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-54/+2
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo1-2/+15
2025-10-31iomap: use largest_zero_folio() in iomap_dio_zero()Pankaj Raghav1-23/+15
2025-10-20iomap: simplify iomap_iter_advance()Joanne Koong1-3/+3
2025-10-07iomap: open code bio_iov_iter_get_bdev_pagesChristoph Hellwig1-1/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+2
2025-09-29Merge tag 'vfs-6.18-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2025-09-19iomap: error out on file IO when there is no inline_data bufferDarrick J. Wong1-0/+3
2025-09-09iomap: simplify direct io validity checkKeith Busch1-2/+1
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch1-1/+1
2025-08-11iomap: Fix broken data integrity guarantees for O_SYNC writesJan Kara1-7/+7
2025-07-14iomap: header dietChristoph Hellwig1-5/+0
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-123/+156
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-5/+3
2025-03-20iomap: comment on atomic write checks in iomap_dio_bio_iter()John Garry1-1/+6
2025-03-20iomap: inline iomap_dio_bio_opflags()John Garry1-63/+49
2025-03-06iomap: Lift blocksize restriction on atomic writesRitesh Harjani (IBM)1-1/+1
2025-03-06iomap: Support SW-based atomic writesJohn Garry1-1/+3
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry1-9/+9
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster1-1/+1
2025-02-26iomap: advance the iter on direct I/OBrian Foster1-13/+9
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry1-5/+3
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig1-2/+46
2025-02-06iomap: factor out a iomap_dio_done helperChristoph Hellwig1-38/+38
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig1-2/+4