index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
Age
Commit message (
Expand
)
Author
2025-04-11
iomap: skip unnecessary ifs_block_is_uptodate check
Gou Hao
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
2025-03-20
iomap: comment on atomic write checks in iomap_dio_bio_iter()
John Garry
2025-03-20
iomap: inline iomap_dio_bio_opflags()
John Garry
2025-03-19
iomap: fix inline data on buffered read
Gao Xiang
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
2025-03-06
iomap: Lift blocksize restriction on atomic writes
Ritesh Harjani (IBM)
2025-03-06
iomap: Support SW-based atomic writes
John Garry
2025-03-06
iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
John Garry
2025-03-06
Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...
Christian Brauner
2025-02-27
iomap: make buffered writes work with RWF_DONTCACHE
Jens Axboe
2025-02-26
iomap: introduce a full map advance helper
Brian Foster
2025-02-26
iomap: rename iomap_iter processed field to status
Brian Foster
2025-02-26
iomap: remove unnecessary advance from iomap_iter()
Brian Foster
2025-02-26
iomap: convert misc simple ops to incremental advance
Brian Foster
2025-02-26
iomap: advance the iter on direct I/O
Brian Foster
2025-02-26
iomap: advance the iter directly on buffered read
Brian Foster
2025-02-25
iomap: Minor code simplification in iomap_dio_bio_iter()
John Garry
2025-02-10
iomap: advance the iter directly on zero range
Brian Foster
2025-02-10
iomap: advance the iter directly on unshare range
Brian Foster
2025-02-10
iomap: advance the iter directly on buffered writes
Brian Foster
2025-02-10
iomap: support incremental iomap_iter advances
Brian Foster
2025-02-10
iomap: export iomap_iter_advance() and return remaining length
Brian Foster
2025-02-10
iomap: lift iter termination logic from iomap_iter_advance()
Brian Foster
2025-02-10
iomap: lift error code check out of iomap_iter_advance()
Brian Foster
2025-02-10
iomap: refactor iomap_iter() length check and tracepoint
Brian Foster
2025-02-10
iomap: split out iomap check and reset logic from iter advance
Brian Foster
2025-02-06
iomap: pass private data to iomap_truncate_page
Christoph Hellwig
2025-02-06
iomap: pass private data to iomap_zero_range
Christoph Hellwig
2025-02-06
iomap: pass private data to iomap_page_mkwrite
Christoph Hellwig
2025-02-06
iomap: add a io_private field to struct iomap_ioend
Christoph Hellwig
2025-02-06
iomap: optionally use ioends for direct I/O
Christoph Hellwig
2025-02-06
iomap: factor out a iomap_dio_done helper
Christoph Hellwig
2025-02-06
iomap: move common ioend code to ioend.c
Christoph Hellwig
2025-02-06
iomap: split bios to zone append limits in the submission handlers
Christoph Hellwig
2025-02-06
iomap: add a IOMAP_F_ANON_WRITE flag
Christoph Hellwig
2025-02-06
iomap: simplify io_flags and io_type in struct iomap_ioend
Christoph Hellwig
2025-02-06
iomap: allow the file system to submit the writeback bios
Christoph Hellwig
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-25
mm, swap: clean up device availability check
Kairui Song
2025-01-09
iomap: avoid avoid truncating 64-bit offset to 32 bits
Marco Nelissen
2024-12-11
iomap: fix zero padding data issue in concurrent append writes
Long Li
2024-12-11
iomap: pass byte granular end position to iomap_add_to_ioend
Long Li
2024-11-26
Merge branch 'ovl.fixes'
Christian Brauner
2024-11-21
Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2024-11-21
iomap: elide flush from partial eof zero range
Brian Foster
2024-11-21
iomap: lift zeroed mapping handling into iomap_zero_range()
Brian Foster
2024-11-21
iomap: reset per-iter state on non-error iter advances
Brian Foster
[next]