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
/
include
/
linux
/
iomap.h
Age
Commit message (
Expand
)
Author
2025-05-28
iomap: don't lose folio dropbehind state for overwrites
Jens Axboe
2025-03-28
iomap: Fix conflicting values of iomap flags
Ritesh Harjani (IBM)
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
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-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: factor out iomap length helper
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: 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
2024-12-11
iomap: fix zero padding data issue in concurrent append writes
Long Li
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-18
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-05
iomap: add a merge boundary flag
Christoph Hellwig
2024-11-04
fs: iomap: Atomic write support
John Garry
2024-11-01
Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2024-10-21
iomap: turn iomap_want_unshare_iter into an inline function
Christoph Hellwig
2024-10-15
iomap: remove iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
2024-10-15
iomap: factor out a iomap_last_written_block helper
Christoph Hellwig
2024-10-07
iomap: share iomap_unshare_iter predicate code with fsdax
Darrick J. Wong
2024-09-10
iomap: remove the iomap_file_buffered_write_punch_delalloc return value
Christoph Hellwig
2024-09-10
iomap: pass the iomap to the punch callback
Christoph Hellwig
2024-09-10
iomap: pass flags to iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
2024-09-03
iomap: add a private argument for iomap_file_buffered_write
Josef Bacik
2024-02-01
iomap: pass the length of the dirty region to ->map_blocks
Christoph Hellwig
2024-02-01
iomap: map multiple blocks at a time
Christoph Hellwig
2024-02-01
iomap: don't chain bios
Christoph Hellwig
2024-02-01
iomap: move the io_folios field out of struct iomap_ioend
Christoph Hellwig
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
2023-07-25
iomap: Add per-block dirty state tracking to improve performance
Ritesh Harjani (IBM)
2023-07-24
iomap: Create large folios in the buffered write path
Matthew Wilcox (Oracle)
2023-04-21
iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
Ritesh Harjani (IBM)
2023-02-22
Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-02-15
iomap: remove IOMAP_F_ZONE_APPEND
Christoph Hellwig
2023-01-18
iomap: Rename page_ops to folio_ops
Andreas Gruenbacher
2023-01-18
iomap: Rename page_prepare handler to get_folio
Andreas Gruenbacher
2023-01-18
iomap/gfs2: Get page in page_prepare handler
Andreas Gruenbacher
2023-01-18
iomap: Add iomap_get_folio helper
Andreas Gruenbacher
[next]