index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
iomap
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
iomap: open code bio_iov_iter_get_bdev_pages
Christoph Hellwig
1
-1
/
+2
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-3
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-5
/
+17
2025-09-19
iomap: error out on file IO when there is no inline_data buffer
Darrick J. Wong
2
-5
/
+13
2025-09-19
iomap: trace iomap_zero_iter zeroing activities
Darrick J. Wong
2
-0
/
+4
2025-09-09
iomap: simplify direct io validity check
Keith Busch
1
-2
/
+1
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
1
-1
/
+1
2025-08-11
iomap: Fix broken data integrity guarantees for O_SYNC writes
Jan Kara
1
-7
/
+7
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
11
-402
/
+399
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+1
2025-07-14
iomap: build the writeback code without CONFIG_BLOCK
Christoph Hellwig
2
-55
/
+64
2025-07-14
iomap: add read_folio_range() handler for buffered writes
Christoph Hellwig
1
-4
/
+9
2025-07-14
iomap: improve argument passing to iomap_read_folio_sync
Christoph Hellwig
1
-8
/
+8
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
1
-35
/
+44
2025-07-14
iomap: export iomap_writeback_folio
Christoph Hellwig
1
-2
/
+2
2025-07-14
iomap: move folio_unlock out of iomap_writeback_folio
Joanne Koong
1
-5
/
+4
2025-07-14
iomap: rename iomap_writepage_map to iomap_writeback_folio
Christoph Hellwig
2
-6
/
+6
2025-07-14
iomap: move all ioend handling to ioend.c
Christoph Hellwig
3
-218
/
+219
2025-07-14
iomap: add public helpers for uptodate state manipulation
Joanne Koong
1
-5
/
+15
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
1
-44
/
+47
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
2
-53
/
+45
2025-07-14
iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
Joanne Koong
1
-6
/
+6
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
1
-29
/
+23
2025-07-14
iomap: header diet
Christoph Hellwig
7
-25
/
+0
2025-07-11
iomap: avoid unnecessary ifs_set_range_uptodate() with locks
Jinliang Zheng
1
-0
/
+3
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
1
-2
/
+1
2025-05-28
iomap: don't lose folio dropbehind state for overwrites
Jens Axboe
1
-0
/
+2
2025-05-26
Merge tag 'vfs-6.16-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-48
/
+79
2025-05-09
iomap: rework iomap_write_begin() to return folio offset and length
Brian Foster
1
-14
/
+19
2025-05-09
iomap: push non-large folio check into get folio path
Brian Foster
1
-3
/
+3
2025-05-09
iomap: helper to trim pos/bytes to within folio
Brian Foster
1
-15
/
+20
2025-05-09
iomap: drop pos param from __iomap_[get|put]_folio()
Brian Foster
1
-8
/
+9
2025-05-09
iomap: drop unnecessary pos param from iomap_write_[begin|end]
Brian Foster
1
-10
/
+12
2025-05-09
iomap: resample iter->pos after iomap_write_begin() calls
Brian Foster
1
-8
/
+11
2025-04-15
iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGS
Ritesh Harjani (IBM)
1
-6
/
+21
2025-04-11
iomap: skip unnecessary ifs_block_is_uptodate check
Gou Hao
1
-1
/
+1
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
10
-421
/
+590
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
2
-6
/
+4
2025-03-20
iomap: comment on atomic write checks in iomap_dio_bio_iter()
John Garry
1
-1
/
+6
2025-03-20
iomap: inline iomap_dio_bio_opflags()
John Garry
1
-63
/
+49
2025-03-19
iomap: fix inline data on buffered read
Gao Xiang
1
-2
/
+7
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-06
iomap: Lift blocksize restriction on atomic writes
Ritesh Harjani (IBM)
1
-1
/
+1
2025-03-06
iomap: Support SW-based atomic writes
John Garry
1
-1
/
+3
2025-03-06
iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
John Garry
2
-10
/
+10
2025-03-06
Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Christian Brauner
1
-0
/
+4
2025-02-27
iomap: make buffered writes work with RWF_DONTCACHE
Jens Axboe
1
-0
/
+4
2025-02-26
iomap: introduce a full map advance helper
Brian Foster
3
-7
/
+3
2025-02-26
iomap: rename iomap_iter processed field to status
Brian Foster
7
-41
/
+41
[next]