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
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
iomap: prevent ioend merge when io_private differs
Zhang Yi
1
-0
/
+2
4 days
iomap: add comments for ifs_clear/set_range_dirty()
Zhang Yi
1
-0
/
+14
4 days
iomap: fix out-of-bounds bitmap_set() with zero-length range
Zhang Yi
1
-8
/
+14
4 days
iomap: fix incorrect did_zero setting in iomap_zero_iter()
Zhang Yi
1
-2
/
+6
4 days
iomap: support invalidating partial folios
Zhang Yi
1
-0
/
+2
4 days
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-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
-57
/
+144
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
2026-03-23
iomap, xfs: lift zero range hole mapping flush into xfs
Brian Foster
1
-1
/
+1
2026-03-18
iomap: fix invalid folio access when i_blkbits differs from I/O granularity
Joanne Koong
1
-5
/
+10
2026-03-10
iomap: support T10 protection information
Christoph Hellwig
4
-6
/
+66
2026-03-10
iomap: support ioends for buffered reads
Christoph Hellwig
3
-7
/
+23
2026-03-10
iomap: add a bioset pointer to iomap_read_folio_ops
Christoph Hellwig
1
-2
/
+12
2026-03-10
iomap: allow file systems to hook into buffered read bio submission
Christoph Hellwig
1
-6
/
+9
2026-03-10
iomap: only call into ->submit_read when there is a read_ctx
Christoph Hellwig
2
-6
/
+3
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
2
-3
/
+4
2026-03-10
iomap: refactor iomap_bio_read_folio_range
Christoph Hellwig
1
-32
/
+37
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-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-1
/
+1
2026-03-06
vfs: widen trace event i_ino fields to u64
Jeff Layton
1
-4
/
+4
2026-03-04
iomap: reject delalloc mappings during writeback
Darrick J. Wong
1
-6
/
+7
2026-03-04
iomap: don't mark folio uptodate if read IO has bytes pending
Joanne Koong
1
-3
/
+12
2026-02-26
iomap: don't report direct-io retries to fserror
Darrick J. Wong
1
-1
/
+14
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+47
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
[next]