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
2026-04-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
-4
/
+2
2026-04-13
Merge tag 'xfs-merge-7.1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-5
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-5
/
+5
2026-04-13
Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-57
/
+144
2026-03-24
iomap: fix lockdep complaint when reads fail
Darrick J. Wong
-1
/
+50
2026-03-23
xfs: replace zero range flush with folio batch
Brian Foster
-4
/
+0
2026-03-23
iomap, xfs: lift zero range hole mapping flush into xfs
Brian Foster
-1
/
+1
2026-03-18
iomap: fix invalid folio access when i_blkbits differs from I/O granularity
Joanne Koong
-5
/
+10
2026-03-10
iomap: support T10 protection information
Christoph Hellwig
-6
/
+66
2026-03-10
iomap: support ioends for buffered reads
Christoph Hellwig
-7
/
+23
2026-03-10
iomap: add a bioset pointer to iomap_read_folio_ops
Christoph Hellwig
-2
/
+12
2026-03-10
iomap: allow file systems to hook into buffered read bio submission
Christoph Hellwig
-6
/
+9
2026-03-10
iomap: only call into ->submit_read when there is a read_ctx
Christoph Hellwig
-6
/
+3
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
-3
/
+4
2026-03-10
iomap: refactor iomap_bio_read_folio_range
Christoph Hellwig
-32
/
+37
2026-03-10
Merge branch 'for-7.1/block-integrity'
Christian Brauner
-1
/
+1
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
-4
/
+2
2026-03-09
block: pass a maxlen argument to bio_iov_iter_bounce
Christoph Hellwig
-1
/
+1
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-1
/
+1
2026-03-06
vfs: widen trace event i_ino fields to u64
Jeff Layton
-4
/
+4
2026-03-04
iomap: reject delalloc mappings during writeback
Darrick J. Wong
-6
/
+7
2026-03-04
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
[next]