gfs2 filesystem and dlm development
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: Andreas Gruenbacher <agruenba@redhat.com>
Cc: gfs2@lists.linux.dev, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 0/8] More GFS2 folio conversions
Date: Thu, 20 Feb 2025 13:51:28 +0000	[thread overview]
Message-ID: <Z7czYNwTg7l0nu1i@casper.infradead.org> (raw)
In-Reply-To: <20250210133448.3796209-1-willy@infradead.org>

On Mon, Feb 10, 2025 at 01:34:38PM +0000, Matthew Wilcox (Oracle) wrote:
> I think this may be the last batch of patches to gfs2 for folio
> conversions.  The only remaining references to struct page that I see are
> for filesystem metadata that isn't stored in the page cache, so those are
> fine to continue using struct page.  The only mild improvement would be if
> we could have different bio completion handlers for gfs2_end_log_write()
> when it's using mempool pages vs folio pages, but that may not even be
> feasible and I like the current solution well enough.
> 
> This all seems fairly straightforward to me, but as usual only
> compile-tested.  I don't anticipate the change to buffer_head.h to have
> any conflicts; removing the last user of page_buffers() is not on the
> cards for the next merge window.

ping

  parent reply	other threads:[~2025-02-20 13:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-10 13:34 [PATCH 0/8] More GFS2 folio conversions Matthew Wilcox (Oracle)
2025-02-10 13:34 ` [PATCH 1/8] gfs2: Use b_folio in gfs2_log_write_bh() Matthew Wilcox (Oracle)
2025-02-10 13:34 ` [PATCH 2/8] gfs2: Use b_folio in gfs2_trans_add_meta() Matthew Wilcox (Oracle)
2025-02-10 13:34 ` [PATCH 3/8] gfs2: Use b_folio in gfs2_submit_bhs() Matthew Wilcox (Oracle)
2025-02-10 13:34 ` [PATCH 4/8] gfs2: Use b_folio in gfs2_check_magic() Matthew Wilcox (Oracle)
2025-02-10 13:34 ` [PATCH 5/8] gfs2: Convert gfs2_jhead_pg_srch() to gfs2_jhead_folio_srch() Matthew Wilcox (Oracle)
2025-02-10 13:34 ` [PATCH 6/8] gfs2: Convert gfs2_find_jhead() to use a folio Matthew Wilcox (Oracle)
2025-03-09 19:43   ` Andreas Gruenbacher
2025-02-10 13:34 ` [PATCH 7/8] gfs2: Convert gfs2_end_log_write_bh() to work on " Matthew Wilcox (Oracle)
2025-03-09 17:33   ` Andreas Gruenbacher
2025-03-09 20:57     ` Matthew Wilcox
2025-03-09 21:53       ` Andreas Gruenbacher
2025-03-10  3:46         ` Matthew Wilcox
2025-03-10 18:14           ` Andreas Gruenbacher
2025-02-10 13:34 ` [PATCH 8/8] gfs2: Convert gfs2_meta_read_endio() to use " Matthew Wilcox (Oracle)
2025-02-20 13:51 ` Matthew Wilcox [this message]
2025-03-09 17:33   ` [PATCH 0/8] More GFS2 folio conversions Andreas Gruenbacher

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=Z7czYNwTg7l0nu1i@casper.infradead.org \
    --to=willy@infradead.org \
    --cc=agruenba@redhat.com \
    --cc=gfs2@lists.linux.dev \
    --cc=linux-fsdevel@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