| From: |
| Joanne Koong <joannelkoong-AT-gmail.com> |
| To: |
| brauner-AT-kernel.org |
| Subject: |
| [PATCH v2 0/8] iomap: buffered io changes |
| Date: |
| Tue, 21 Oct 2025 09:43:44 -0700 |
| Message-ID: |
| <20251021164353.3854086-1-joannelkoong@gmail.com> |
| Cc: |
| djwong-AT-kernel.org, hch-AT-infradead.org, bfoster-AT-redhat.com, linux-fsdevel-AT-vger.kernel.org, kernel-team-AT-meta.com |
| Archive-link: |
| Article |
v1: https://lore.kernel.org/linux-fsdevel/20251009225611.3744...
v1 -> v2:
* Incorporate Christoph's feedback (drop non-block-aligned writes patch, fix
bitmap scanning function comments, use more concise variable name, etc)
* For loff_t patch, fix up .writeback_range() callback for zonefs, gfs2, and
block
Joanne Koong (8):
iomap: account for unaligned end offsets when truncating read range
docs: document iomap writeback's iomap_finish_folio_write()
requirement
iomap: optimize pending async writeback accounting
iomap: simplify ->read_folio_range() error handling for reads
iomap: simplify when reads can be skipped for writes
iomap: use loff_t for file positions and offsets in writeback code
iomap: use find_next_bit() for dirty bitmap scanning
iomap: use find_next_bit() for uptodate bitmap scanning
.../filesystems/iomap/operations.rst | 10 +-
block/fops.c | 3 +-
fs/fuse/file.c | 18 +-
fs/gfs2/bmap.c | 3 +-
fs/iomap/buffered-io.c | 229 +++++++++++-------
fs/iomap/ioend.c | 2 -
fs/xfs/xfs_aops.c | 8 +-
fs/zonefs/file.c | 3 +-
include/linux/iomap.h | 15 +-
9 files changed, 167 insertions(+), 124 deletions(-)
--
2.47.3