index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
/
buffered-io.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3 days
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-14
iomap: build the writeback code without CONFIG_BLOCK
Christoph Hellwig
2025-07-14
iomap: add read_folio_range() handler for buffered writes
Christoph Hellwig
2025-07-14
iomap: improve argument passing to iomap_read_folio_sync
Christoph Hellwig
2025-07-14
iomap: replace iomap_folio_ops with iomap_write_ops
Christoph Hellwig
2025-07-14
iomap: export iomap_writeback_folio
Christoph Hellwig
2025-07-14
iomap: move folio_unlock out of iomap_writeback_folio
Joanne Koong
2025-07-14
iomap: rename iomap_writepage_map to iomap_writeback_folio
Christoph Hellwig
2025-07-14
iomap: move all ioend handling to ioend.c
Christoph Hellwig
2025-07-14
iomap: add public helpers for uptodate state manipulation
Joanne Koong
2025-07-14
iomap: hide ioends from the generic writeback code
Christoph Hellwig
2025-07-14
iomap: refactor the writeback interface
Christoph Hellwig
2025-07-14
iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
Joanne Koong
2025-07-14
iomap: pass more arguments using the iomap writeback context
Christoph Hellwig
2025-07-14
iomap: header diet
Christoph Hellwig
2025-07-11
iomap: avoid unnecessary ifs_set_range_uptodate() with locks
Jinliang Zheng
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
2025-05-28
iomap: don't lose folio dropbehind state for overwrites
Jens Axboe
2025-05-26
Merge tag 'vfs-6.16-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-09
iomap: rework iomap_write_begin() to return folio offset and length
Brian Foster
2025-05-09
iomap: push non-large folio check into get folio path
Brian Foster
2025-05-09
iomap: helper to trim pos/bytes to within folio
Brian Foster
2025-05-09
iomap: drop pos param from __iomap_[get|put]_folio()
Brian Foster
2025-05-09
iomap: drop unnecessary pos param from iomap_write_[begin|end]
Brian Foster
2025-05-09
iomap: resample iter->pos after iomap_write_begin() calls
Brian Foster
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-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
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: convert misc simple ops to incremental advance
Brian Foster
2025-02-26
iomap: advance the iter directly on buffered read
Brian Foster
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-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: 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-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
[next]