index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-10
iomap: advance the iter directly on buffered writes
Brian Foster
1
-13
/
+7
2025-02-10
iomap: support incremental iomap_iter advances
Brian Foster
1
-7
/
+25
2025-02-10
iomap: export iomap_iter_advance() and return remaining length
Brian Foster
1
-14
/
+8
2025-02-10
iomap: lift iter termination logic from iomap_iter_advance()
Brian Foster
1
-8
/
+13
2025-02-10
iomap: lift error code check out of iomap_iter_advance()
Brian Foster
1
-3
/
+8
2025-02-10
iomap: refactor iomap_iter() length check and tracepoint
Brian Foster
1
-8
/
+11
2025-02-10
iomap: split out iomap check and reset logic from iter advance
Brian Foster
1
-23
/
+26
2025-02-06
iomap: pass private data to iomap_truncate_page
Christoph Hellwig
1
-2
/
+2
2025-02-06
iomap: pass private data to iomap_zero_range
Christoph Hellwig
1
-2
/
+4
2025-02-06
iomap: pass private data to iomap_page_mkwrite
Christoph Hellwig
1
-1
/
+3
2025-02-06
iomap: add a io_private field to struct iomap_ioend
Christoph Hellwig
1
-0
/
+1
2025-02-06
iomap: optionally use ioends for direct I/O
Christoph Hellwig
3
-2
/
+49
2025-02-06
iomap: factor out a iomap_dio_done helper
Christoph Hellwig
1
-38
/
+38
2025-02-06
iomap: move common ioend code to ioend.c
Christoph Hellwig
3
-133
/
+138
2025-02-06
iomap: split bios to zone append limits in the submission handlers
Christoph Hellwig
3
-20
/
+116
2025-02-06
iomap: add a IOMAP_F_ANON_WRITE flag
Christoph Hellwig
2
-6
/
+13
2025-02-06
iomap: simplify io_flags and io_type in struct iomap_ioend
Christoph Hellwig
1
-17
/
+22
2025-02-06
iomap: allow the file system to submit the writeback bios
Christoph Hellwig
1
-5
/
+5
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+0
2025-01-25
mm, swap: clean up device availability check
Kairui Song
1
-1
/
+0
2025-01-09
iomap: avoid avoid truncating 64-bit offset to 32 bits
Marco Nelissen
1
-1
/
+1
2024-12-11
iomap: fix zero padding data issue in concurrent append writes
Long Li
1
-0
/
+45
2024-12-11
iomap: pass byte granular end position to iomap_add_to_ioend
Long Li
1
-9
/
+12
2024-11-26
Merge branch 'ovl.fixes'
Christian Brauner
1
-0
/
+6
2024-11-21
Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+6
2024-11-21
iomap: elide flush from partial eof zero range
Brian Foster
1
-4
/
+24
2024-11-21
iomap: lift zeroed mapping handling into iomap_zero_range()
Brian Foster
1
-42
/
+24
2024-11-21
iomap: reset per-iter state on non-error iter advances
Brian Foster
1
-6
/
+5
2024-11-21
iomap: warn on zero range of a post-eof folio
Brian Foster
1
-0
/
+2
2024-11-18
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-10
/
+36
2024-11-18
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+1
2024-11-11
iomap: drop an obsolete comment in iomap_dio_bio_iter
Christoph Hellwig
1
-5
/
+0
2024-11-05
iomap: add a merge boundary flag
Christoph Hellwig
1
-0
/
+6
2024-11-04
fs: iomap: Atomic write support
John Garry
2
-5
/
+36
2024-11-01
Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+1
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
1
-1
/
+1
2024-10-21
iomap: turn iomap_want_unshare_iter into an inline function
Christoph Hellwig
1
-17
/
+0
2024-10-15
iomap: move locking out of iomap_write_delalloc_release
Christoph Hellwig
1
-9
/
+8
2024-10-15
iomap: remove iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
1
-57
/
+28
2024-10-15
iomap: factor out a iomap_last_written_block helper
Christoph Hellwig
1
-11
/
+2
2024-10-07
iomap: share iomap_unshare_iter predicate code with fsdax
Darrick J. Wong
1
-14
/
+16
2024-10-03
iomap: constrain the file range passed to iomap_file_unshare
Darrick J. Wong
1
-1
/
+5
2024-10-03
iomap: don't bother unsharing delalloc extents
Darrick J. Wong
1
-1
/
+2
2024-09-20
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2
-82
/
+159
2024-09-10
iomap: remove the iomap_file_buffered_write_punch_delalloc return value
Christoph Hellwig
1
-54
/
+28
2024-09-10
iomap: pass the iomap to the punch callback
Christoph Hellwig
1
-12
/
+13
2024-09-10
iomap: pass flags to iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
1
-6
/
+5
2024-09-10
iomap: improve shared block detection in iomap_unshare_iter
Christoph Hellwig
1
-4
/
+13
2024-09-10
iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
Christoph Hellwig
1
-1
/
+9
2024-09-03
iomap: make zero range flush conditional on unwritten mappings
Brian Foster
1
-9
/
+54
[prev]
[next]