index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
iomap.h
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
1
-4
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+161
2026-07-31
iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
1
-4
/
+1
2026-07-31
iomap: add ->iomap_next()
Joanne Koong
1
-0
/
+9
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
1
-0
/
+66
2026-07-31
iomap: split iomap_iter() logic into iomap_iter_next()
Joanne Koong
1
-17
/
+85
2026-07-31
iomap: add helper to mark folio uptodate
Joanne Koong
1
-0
/
+1
2026-07-01
iomap: consolidate bio submission
Christoph Hellwig
1
-0
/
+2
2026-06-05
iomap: introduce iomap_fsverity_write() for writing fsverity metadata
Andrey Albershteyn
1
-0
/
+3
2026-06-05
iomap: teach iomap to read files with fsverity
Andrey Albershteyn
1
-0
/
+2
2026-06-05
iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
Andrey Albershteyn
1
-0
/
+8
2026-06-05
iomap: introduce IOMAP_F_ZERO_TAIL flag
Namjae Jeon
1
-0
/
+4
2026-05-11
iomap: remove over-strict inline data boundary check
Namjae Jeon
1
-10
/
+0
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-03-10
iomap: support T10 protection information
Christoph Hellwig
1
-0
/
+7
2026-03-10
iomap: add a bioset pointer to iomap_read_folio_ops
Christoph Hellwig
1
-0
/
+6
2026-03-10
iomap: allow file systems to hook into buffered read bio submission
Christoph Hellwig
1
-0
/
+4
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
1
-1
/
+2
2026-02-09
Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+9
2026-02-09
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
1
-0
/
+9
2026-01-14
iomap: stash iomap read ctx in the private field of iomap_iter
Hongbo Li
1
-4
/
+4
2025-12-15
iomap: replace folio_batch allocation with stack allocation
Brian Foster
1
-2
/
+6
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
1
-3
/
+2
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
1
-2
/
+0
2025-11-12
docs: document iomap writeback's iomap_finish_folio_write() requirement
Joanne Koong
1
-0
/
+4
2025-11-05
iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
Qu Wenruo
1
-0
/
+8
2025-11-05
iomap: optional zero range dirty folio processing
Brian Foster
1
-0
/
+4
2025-11-05
iomap: make iomap_read_folio() a void return
Joanne Koong
1
-1
/
+1
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
1
-2
/
+61
2025-10-20
iomap: simplify iomap_iter_advance()
Joanne Koong
1
-4
/
+2
2025-07-14
iomap: add read_folio_range() handler for buffered writes
Christoph Hellwig
1
-0
/
+10
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
1
-13
/
+9
2025-07-14
iomap: export iomap_writeback_folio
Christoph Hellwig
1
-0
/
+1
2025-07-14
iomap: add public helpers for uptodate state manipulation
Joanne Koong
1
-0
/
+5
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
1
-10
/
+9
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
1
-11
/
+10
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
1
-3
/
+3
2025-05-28
iomap: don't lose folio dropbehind state for overwrites
Jens Axboe
1
-1
/
+4
2025-03-28
iomap: Fix conflicting values of iomap flags
Ritesh Harjani (IBM)
1
-8
/
+7
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
1
-7
/
+5
2025-03-06
iomap: Support SW-based atomic writes
John Garry
1
-1
/
+7
2025-03-06
iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
John Garry
1
-1
/
+1
2025-03-06
Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...
Christian Brauner
1
-0
/
+1
2025-02-27
iomap: make buffered writes work with RWF_DONTCACHE
Jens Axboe
1
-0
/
+1
2025-02-26
iomap: introduce a full map advance helper
Brian Foster
1
-0
/
+10
2025-02-26
iomap: rename iomap_iter processed field to status
Brian Foster
1
-4
/
+3
2025-02-10
iomap: support incremental iomap_iter advances
Brian Foster
1
-2
/
+6
2025-02-10
iomap: export iomap_iter_advance() and return remaining length
Brian Foster
1
-0
/
+1
[next]