index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
/
direct-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-4
/
+2
2026-03-10
iomap: support T10 protection information
Christoph Hellwig
1
-1
/
+14
2026-03-10
Merge branch 'for-7.1/block-integrity'
Christian Brauner
1
-1
/
+1
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
1
-4
/
+2
2026-03-09
block: pass a maxlen argument to bio_iov_iter_bounce
Christoph Hellwig
1
-1
/
+1
2026-02-26
iomap: don't report direct-io retries to fserror
Darrick J. Wong
1
-1
/
+14
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-09
Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-87
/
+104
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
1
-10
/
+20
2026-01-28
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
Christoph Hellwig
1
-4
/
+4
2026-01-28
iomap: free the bio before completing the dio
Christoph Hellwig
1
-8
/
+9
2026-01-28
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
Christoph Hellwig
1
-23
/
+19
2026-01-28
iomap: split out the per-bio logic from iomap_dio_bio_iter
Christoph Hellwig
1
-52
/
+59
2026-01-28
iomap: simplify iomap_dio_bio_iter
Christoph Hellwig
1
-7
/
+6
2026-01-28
iomap: fix submission side handling of completion side errors
Christoph Hellwig
1
-3
/
+7
2026-01-13
iomap: report file I/O errors to the VFS
Darrick J. Wong
1
-0
/
+12
2026-01-11
blk-crypto: handle the fallback above the block layer
Christoph Hellwig
1
-1
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-23
/
+15
2025-11-25
iomap: allocate s_dio_done_wq for async reads as well
Christoph Hellwig
1
-5
/
+5
2025-11-25
iomap: invert the polarity of IOMAP_DIO_INLINE_COMP
Christoph Hellwig
1
-19
/
+14
2025-11-25
iomap: support write completions from interrupt context
Christoph Hellwig
1
-11
/
+48
2025-11-25
iomap: rework REQ_FUA selection
Christoph Hellwig
1
-30
/
+48
2025-11-25
iomap: always run error completions in user context
Christoph Hellwig
1
-1
/
+12
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
1
-54
/
+2
2025-11-05
iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
Qu Wenruo
1
-2
/
+15
2025-10-31
iomap: use largest_zero_folio() in iomap_dio_zero()
Pankaj Raghav
1
-23
/
+15
2025-10-20
iomap: simplify iomap_iter_advance()
Joanne Koong
1
-3
/
+3
2025-10-07
iomap: open code bio_iov_iter_get_bdev_pages
Christoph Hellwig
1
-1
/
+2
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2025-09-19
iomap: error out on file IO when there is no inline_data buffer
Darrick J. Wong
1
-0
/
+3
2025-09-09
iomap: simplify direct io validity check
Keith Busch
1
-2
/
+1
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
1
-1
/
+1
2025-08-11
iomap: Fix broken data integrity guarantees for O_SYNC writes
Jan Kara
1
-7
/
+7
2025-07-14
iomap: header diet
Christoph Hellwig
1
-5
/
+0
2025-03-24
Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-123
/
+156
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
1
-5
/
+3
2025-03-20
iomap: comment on atomic write checks in iomap_dio_bio_iter()
John Garry
1
-1
/
+6
2025-03-20
iomap: inline iomap_dio_bio_opflags()
John Garry
1
-63
/
+49
2025-03-06
iomap: Lift blocksize restriction on atomic writes
Ritesh Harjani (IBM)
1
-1
/
+1
2025-03-06
iomap: Support SW-based atomic writes
John Garry
1
-1
/
+3
2025-03-06
iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
John Garry
1
-9
/
+9
2025-02-26
iomap: rename iomap_iter processed field to status
Brian Foster
1
-1
/
+1
2025-02-26
iomap: advance the iter on direct I/O
Brian Foster
1
-13
/
+9
2025-02-25
iomap: Minor code simplification in iomap_dio_bio_iter()
John Garry
1
-5
/
+3
2025-02-06
iomap: optionally use ioends for direct I/O
Christoph Hellwig
1
-2
/
+46
2025-02-06
iomap: factor out a iomap_dio_done helper
Christoph Hellwig
1
-38
/
+38
2025-02-06
iomap: add a IOMAP_F_ANON_WRITE flag
Christoph Hellwig
1
-2
/
+4
[next]