Re: [PATCH v3 0/3] iomap/fuse: add helper to keep uptodate bitmap in sync
Christian Brauner <[email protected]> Wed, 22 Jul 2026 15:42:44 +0200
| Newsgroups | dev.linux.lists.fuse-devel,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <20260722-lernen-morsch-gewachsen-d0127dc27936@brauner> |
On Tue, 07 Jul 2026 15:04:47 -0700, Joanne Koong wrote:
> iomap/fuse: add helper to keep uptodate bitmap in sync
>
> Filesystems that use iomap normally mark folios uptodate through the iomap
> read/write paths, which keep iomap's internal uptodate bitmap in sync.
> However, some filesystems need to write data directly into the page cache
> outside of those paths (eg fuse, which may need to write server-pushed data
> straight into the page cache for servicing notify stores). These filesystems
> need a way to mark a folio uptodate that also updates the iomap bitmap so
> they're kept in sync.
>
> [...]
Applied to the vfs-7.3.iomap branch of the vfs/vfs.git tree.
Patches in the vfs-7.3.iomap branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.3.iomap
[1/3] fuse: don't clear folio uptodate on writethrough errors
https://git.kernel.org/vfs/vfs/c/e4cd50a53ab6
[2/3] iomap: add helper to mark folio uptodate
https://git.kernel.org/vfs/vfs/c/f2286d1715d0
[3/3] fuse: use iomap helper to mark folio uptodate
https://git.kernel.org/vfs/vfs/c/01c7fe2396a6