index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+7
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-64
/
+265
2026-08-12
iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninit
Christoph Hellwig
1
-0
/
+1
2026-08-12
iomap: don't free integrity payload that doesn't exist
Christoph Hellwig
1
-1
/
+1
2026-07-31
iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
1
-2
/
+3
2026-07-31
block: validate user space vectors during extraction
Keith Busch
1
-0
/
+1
2026-07-31
iomap: add ->iomap_next()
Joanne Koong
1
-2
/
+6
2026-07-31
iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
Christoph Hellwig
1
-1
/
+6
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
1
-158
/
+50
2026-07-31
iomap: split iomap_iter() logic into iomap_iter_next()
Joanne Koong
1
-56
/
+60
2026-07-31
iomap: release the folio batch on iomap callback failures
Brian Foster
1
-4
/
+14
2026-07-31
iomap: add helper to mark folio uptodate
Joanne Koong
1
-0
/
+6
2026-07-31
iomap: add simple dio path for small direct I/O
Fengnan Chang
1
-0
/
+274
2026-07-31
iomap: pass error code to should_report_dio_fserror directly
Fengnan Chang
1
-3
/
+3
2026-07-31
iomap: factor out iomap_dio_alignment helper
Fengnan Chang
1
-4
/
+9
2026-07-31
iomap: Remove FGP_NOFS from iomap_get_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2026-07-31
iomap: add a separate bio_set for iomap_split_ioend
Christoph Hellwig
1
-2
/
+19
2026-07-23
iomap: prevent ioend merge when io_private differs
Zhang Yi
1
-0
/
+2
2026-07-23
iomap: add comments for ifs_clear/set_range_dirty()
Zhang Yi
1
-0
/
+14
2026-07-23
iomap: fix out-of-bounds bitmap_set() with zero-length range
Zhang Yi
1
-8
/
+14
2026-07-23
iomap: fix incorrect did_zero setting in iomap_zero_iter()
Zhang Yi
1
-2
/
+6
2026-07-23
iomap: support invalidating partial folios
Zhang Yi
1
-0
/
+2
2026-07-23
iomap: correct the range of a partial dirty clear
Zhang Yi
1
-4
/
+8
2026-07-01
iomap: submit read bio after each extent
Christoph Hellwig
2
-8
/
+10
2026-07-01
iomap: consolidate bio submission
Christoph Hellwig
1
-3
/
+10
2026-07-01
iomap: guard io_size EOF trim against concurrent truncate underflow
Morduan Zang
1
-2
/
+6
2026-07-01
iomap: release pages on atomic dio size mismatch
Fengnan Chang
1
-1
/
+6
2026-06-29
iomap: always return status from iomap_write_iter
Brian Foster
1
-3
/
+1
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-06-15
Merge tag 'vfs-7.2-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-23
/
+115
2026-06-10
iomap: pass the correct len to fserror_report_io in __iomap_write_begin
Christoph Hellwig
1
-1
/
+1
2026-06-06
Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+5
2026-06-05
iomap: Add IOMAP_F_ZERO_TAIL flag to trace event strings
Namjae Jeon
1
-1
/
+2
2026-06-05
iomap: introduce iomap_fsverity_write() for writing fsverity metadata
Andrey Albershteyn
1
-0
/
+25
2026-06-05
iomap: teach iomap to read files with fsverity
Andrey Albershteyn
2
-2
/
+40
2026-06-05
iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
Andrey Albershteyn
2
-10
/
+36
2026-06-05
iomap: introduce IOMAP_F_ZERO_TAIL flag
Namjae Jeon
1
-0
/
+4
2026-06-04
iomap: avoid potential null folio->mapping deref during error reporting
Joanne Koong
1
-5
/
+5
2026-05-18
iomap: don't make REQ_POLLED imply REQ_NOWAIT
Christoph Hellwig
1
-1
/
+1
2026-05-13
block: pass a minsize argument to bio_iov_iter_bounce
Christoph Hellwig
1
-1
/
+1
2026-05-11
iomap: remove over-strict inline data boundary check
Namjae Jeon
2
-4
/
+0
2026-05-11
iomap: add dirty page control to iomap_zero_iter
Chi Zhiling
1
-0
/
+2
2026-05-11
iomap: avoid memset iomap when iter is done
Fengnan Chang
1
-6
/
+6
2026-04-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-4
/
+2
2026-04-13
Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-5
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-5
/
+5
2026-04-13
Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-56
/
+143
2026-03-24
iomap: fix lockdep complaint when reads fail
Darrick J. Wong
1
-1
/
+50
2026-03-23
xfs: replace zero range flush with folio batch
Brian Foster
1
-4
/
+0
[next]