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
/
buffered-io.c
Age
Commit message (
Expand
)
Author
2024-06-05
iomap: Fix iomap_adjust_read_range for plen calculation
Ritesh Harjani (IBM)
2024-06-05
iomap: keep on increasing i_size in iomap_write_end()
Zhang Yi
2024-05-24
iomap: fault in smaller chunks for non-large folio mappings
Xu Yang
2024-04-25
iomap: do some small logical cleanup in buffered write
Zhang Yi
2024-04-25
iomap: make iomap_write_end() return a boolean
Zhang Yi
2024-04-25
iomap: use a new variable to handle the written bytes in iomap_write_iter()
Zhang Yi
2024-04-25
iomap: don't increase i_size if it's not a write operation
Zhang Yi
2024-04-25
iomap: drop the write failure handles when unsharing and zeroing
Zhang Yi
2024-04-15
iomap: convert iomap_writepages to writeack_iter
Christoph Hellwig
2024-03-04
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
2024-02-21
iomap: add pos and dirty_len into trace_iomap_writepage_map
Zhang Yi
2024-02-06
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
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: submit ioends immediately
Christoph Hellwig
2024-02-01
iomap: factor out a iomap_writepage_map_block helper
Christoph Hellwig
2024-02-01
iomap: only call mapping_set_error once for each failed bio
Christoph Hellwig
2024-02-01
iomap: don't chain bios
Christoph Hellwig
2024-02-01
iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
Christoph Hellwig
2024-02-01
iomap: clean up the iomap_alloc_ioend calling convention
Christoph Hellwig
2024-02-01
iomap: move all remaining per-folio logic into iomap_writepage_map
Christoph Hellwig
2024-02-01
iomap: factor out a iomap_writepage_handle_eof helper
Christoph Hellwig
2024-02-01
iomap: move the PF_MEMALLOC check to iomap_writepages
Christoph Hellwig
2024-02-01
iomap: move the io_folios field out of struct iomap_ioend
Christoph Hellwig
2024-02-01
iomap: treat inline data in iomap_writepage_map as an I/O error
Christoph Hellwig
2024-02-01
iomap: clear the per-folio dirty bits on all writeback failures
Christoph Hellwig
2023-12-10
mm: add folio_fill_tail() and use it in iomap
Matthew Wilcox (Oracle)
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-19
iomap: fix short copy in iomap_write_iter()
Jan Stancek
2023-10-18
iomap: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
iomap: protect read_bytes_pending with the state_lock
Matthew Wilcox (Oracle)
2023-10-18
iomap: hold state_lock over call to ifs_set_range_uptodate()
Matthew Wilcox (Oracle)
2023-09-28
iomap: Spelling s/preceeding/preceding/g
Geert Uytterhoeven
2023-09-19
iomap: convert iomap_unshare_iter to use large folios
Darrick J. Wong
2023-09-18
iomap: don't skip reading in !uptodate folios when unsharing a range
Darrick J. Wong
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
2023-07-25
iomap: Add per-block dirty state tracking to improve performance
Ritesh Harjani (IBM)
2023-07-25
iomap: Allocate ifs in ->write_begin() early
Ritesh Harjani (IBM)
2023-07-25
iomap: Refactor iomap_write_delalloc_punch() function out
Ritesh Harjani (IBM)
2023-07-25
iomap: Use iomap_punch_t typedef
Ritesh Harjani (IBM)
2023-07-25
iomap: Fix possible overflow condition in iomap_write_delalloc_scan
Ritesh Harjani (IBM)
2023-07-25
iomap: Add some uptodate state handling helpers for ifs state bitmap
Ritesh Harjani (IBM)
2023-07-25
iomap: Drop ifs argument from iomap_set_range_uptodate()
Ritesh Harjani (IBM)
2023-07-25
iomap: Rename iomap_page to iomap_folio_state and others
Ritesh Harjani (IBM)
2023-07-24
iomap: Copy larger chunks from userspace
Matthew Wilcox (Oracle)
2023-07-24
iomap: Create large folios in the buffered write path
Matthew Wilcox (Oracle)
2023-07-24
filemap: Add fgf_t typedef
Matthew Wilcox (Oracle)
2023-07-24
iomap: Remove unnecessary test from iomap_release_folio()
Matthew Wilcox (Oracle)
2023-07-24
iomap: Remove large folio handling in iomap_invalidate_folio()
Matthew Wilcox (Oracle)
[next]