linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian Brauner <brauner@kernel.org>
To: linux-fsdevel@vger.kernel.org, Joanne Koong <joannelkoong@gmail.com>
Cc: Christian Brauner <brauner@kernel.org>,
	hch@lst.de, miklos@szeredi.hu, djwong@kernel.org,
	anuj20.g@samsung.com, kernel-team@meta.com
Subject: Re: [PATCH v5 0/5] fuse: use iomap for buffered writes + writeback
Date: Thu, 17 Jul 2025 09:55:57 +0200	[thread overview]
Message-ID: <20250717-wickeln-schematisch-5f78e7e413fe@brauner> (raw)
In-Reply-To: <20250715202122.2282532-1-joannelkoong@gmail.com>

On Tue, 15 Jul 2025 13:21:17 -0700, Joanne Koong wrote:
> This series adds fuse iomap support for buffered writes and dirty folio
> writeback. This is needed so that granular uptodate and dirty tracking can
> be used in fuse when large folios are enabled. This has two big advantages.
> For writes, instead of the entire folio needing to be read into the page
> cache, only the relevant portions need to be. For writeback, only the
> dirty portions need to be written back instead of the entire folio.
> 
> [...]

Applied to the vfs-6.17.iomap branch of the vfs/vfs.git tree.
Patches in the vfs-6.17.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-6.17.iomap

[1/5] fuse: use iomap for buffered writes
      https://git.kernel.org/vfs/vfs/c/a4c9ab1d4975
[2/5] fuse: use iomap for writeback
      https://git.kernel.org/vfs/vfs/c/ef7e7cbb323f
[3/5] fuse: use iomap for folio laundering
      https://git.kernel.org/vfs/vfs/c/1097a87dcb74
[4/5] fuse: hook into iomap for invalidating and checking partial uptodateness
      https://git.kernel.org/vfs/vfs/c/707c5d3471e3
[5/5] fuse: refactor writeback to use iomap_writepage_ctx inode
      https://git.kernel.org/vfs/vfs/c/6e2f4d8a6118

      parent reply	other threads:[~2025-07-17  7:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-15 20:21 [PATCH v5 0/5] fuse: use iomap for buffered writes + writeback Joanne Koong
2025-07-15 20:21 ` [PATCH v5 1/5] fuse: use iomap for buffered writes Joanne Koong
2025-07-15 20:21 ` [PATCH v5 2/5] fuse: use iomap for writeback Joanne Koong
2025-07-15 20:57   ` Darrick J. Wong
2025-07-15 20:21 ` [PATCH v5 3/5] fuse: use iomap for folio laundering Joanne Koong
2025-07-15 20:21 ` [PATCH v5 4/5] fuse: hook into iomap for invalidating and checking partial uptodateness Joanne Koong
2025-07-15 20:21 ` [PATCH v5 5/5] fuse: refactor writeback to use iomap_writepage_ctx inode Joanne Koong
2025-07-17  7:55 ` Christian Brauner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250717-wickeln-schematisch-5f78e7e413fe@brauner \
    --to=brauner@kernel.org \
    --cc=anuj20.g@samsung.com \
    --cc=djwong@kernel.org \
    --cc=hch@lst.de \
    --cc=joannelkoong@gmail.com \
    --cc=kernel-team@meta.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).