linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: reiserfs-devel@vger.kernel.org
Cc: linux-fsdevel@vger.kernel.org, Jan Kara <jack@suse.cz>
Subject: Re: [PATCH] reiserfs: Convert to writepages
Date: Thu, 11 Apr 2024 19:08:50 +0100	[thread overview]
Message-ID: <ZhgnMsJ9AGAkgFXT@casper.infradead.org> (raw)
In-Reply-To: <ZedqFFiVyntHkxLZ@casper.infradead.org>

On Tue, Mar 05, 2024 at 06:53:08PM +0000, Matthew Wilcox wrote:
> On Tue, Mar 05, 2024 at 06:52:05PM +0000, Matthew Wilcox (Oracle) wrote:
> > Use buffer_migrate_folio to handle folio migration instead of writing
> > out dirty pages and reading them back in again.  Use writepages to write
> > out folios more efficiently.  We now only do that wait_on_write_block
> > check once per call to writepages instead of once per page.  It would be
> > possible to do one transaction per writeback run, but that's a bit of a
> > big change to do to this old filesystem, so leave it as one transaction
> > per folio (and leave reiserfs supporting only one page per folio).
> > 
> > Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>

This patch is not yet in linux-next.  Do I need to do anything to
make that happen?

  reply	other threads:[~2024-04-11 18:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 18:52 [PATCH] reiserfs: Convert to writepages Matthew Wilcox (Oracle)
2024-03-05 18:53 ` Matthew Wilcox
2024-04-11 18:08   ` Matthew Wilcox [this message]
2024-04-12 12:38     ` Jan Kara
2024-03-06 12:28 ` Jan Kara

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=ZhgnMsJ9AGAkgFXT@casper.infradead.org \
    --to=willy@infradead.org \
    --cc=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=reiserfs-devel@vger.kernel.org \
    /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).