index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
iomap
Age
Commit message (
Expand
)
Author
Lines
12 days
iomap: reject delalloc mappings during writeback
Darrick J. Wong
-6
/
+7
12 days
iomap: don't mark folio uptodate if read IO has bytes pending
Joanne Koong
-3
/
+12
2026-02-26
iomap: don't report direct-io retries to fserror
Darrick J. Wong
-1
/
+14
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+47
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+2
2026-02-19
fserror: fix lockdep complaint when igrabbing inode
Darrick J. Wong
-0
/
+46
2026-02-14
iomap: Describe @private in iomap_readahead()
Hongbo Li
-0
/
+1
2026-02-09
Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...
Linus Torvalds
-87
/
+112
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+2
2026-02-09
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-26
/
+31
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+40
2026-01-29
iomap: fix invalid folio access after folio_end_read()
Joanne Koong
-24
/
+27
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
-10
/
+20
2026-01-28
iomap: support ioends for direct reads
Christoph Hellwig
-0
/
+8
2026-01-28
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
Christoph Hellwig
-4
/
+4
2026-01-28
iomap: free the bio before completing the dio
Christoph Hellwig
-8
/
+9
2026-01-28
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
Christoph Hellwig
-23
/
+19
2026-01-28
iomap: split out the per-bio logic from iomap_dio_bio_iter
Christoph Hellwig
-52
/
+59
2026-01-28
iomap: simplify iomap_dio_bio_iter
Christoph Hellwig
-7
/
+6
2026-01-28
iomap: fix submission side handling of completion side errors
Christoph Hellwig
-3
/
+7
2026-01-14
iomap: wait for batched folios to be stable in __iomap_get_folio
Christoph Hellwig
-0
/
+1
2026-01-14
iomap: stash iomap read ctx in the private field of iomap_iter
Hongbo Li
-2
/
+4
2026-01-13
iomap: report file I/O errors to the VFS
Darrick J. Wong
-1
/
+40
2026-01-11
blk-crypto: handle the fallback above the block layer
Christoph Hellwig
-1
/
+2
2025-12-15
iomap: replace folio_batch allocation with stack allocation
Brian Foster
-18
/
+38
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-6
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-23
/
+15
2025-11-25
iomap: allocate s_dio_done_wq for async reads as well
Christoph Hellwig
-5
/
+5
2025-11-25
iomap: fix iomap_read_end() for already uptodate folios
Joanne Koong
-18
/
+19
2025-11-25
iomap: invert the polarity of IOMAP_DIO_INLINE_COMP
Christoph Hellwig
-19
/
+14
2025-11-25
iomap: support write completions from interrupt context
Christoph Hellwig
-11
/
+48
2025-11-25
iomap: rework REQ_FUA selection
Christoph Hellwig
-30
/
+48
2025-11-25
iomap: always run error completions in user context
Christoph Hellwig
-1
/
+12
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
-54
/
+2
2025-11-25
iomap: use find_next_bit() for uptodate bitmap scanning
Joanne Koong
-20
/
+32
2025-11-25
iomap: use find_next_bit() for dirty bitmap scanning
Joanne Koong
-20
/
+41
2025-11-12
iomap: simplify when reads can be skipped for writes
Joanne Koong
-3
/
+6
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
-29
/
+34
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
-26
/
+34
2025-11-12
iomap: account for unaligned end offsets when truncating read range
Joanne Koong
-2
/
+20
2025-11-12
iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...
Joanne Koong
-19
/
+20
2025-11-05
iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
Qu Wenruo
-5
/
+19
2025-11-05
iomap: remove old partial eof zeroing optimization
Brian Foster
-25
/
+0
2025-11-05
iomap: optional zero range dirty folio processing
Brian Foster
-5
/
+91
2025-11-05
iomap: remove pos+len BUG_ON() to after folio lookup
Brian Foster
-4
/
+1
2025-11-05
iomap: make iomap_read_folio() a void return
Joanne Koong
-8
/
+1
2025-11-05
iomap: move buffered io bio logic into new file
Christoph Hellwig [1]
-88
/
+103
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
-26
/
+29
2025-11-05
iomap: set accurate iter->pos when reading folio ranges
Joanne Koong
-8
/
+13
[next]