From: Eric Biggers <ebiggers@kernel.org>
To: fsverity@lists.linux.dev
Cc: linux-f2fs-devel@lists.sourceforge.net,
linux-fsdevel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Jaegeuk Kim <jaegeuk@kernel.org>, Chao Yu <chao@kernel.org>,
Matthew Wilcox <willy@infradead.org>
Subject: Re: [PATCH v4 0/3] fsverity: remove fsverity_verify_page()
Date: Wed, 18 Feb 2026 13:41:57 -0800 [thread overview]
Message-ID: <20260218214157.GC2128@quark> (raw)
In-Reply-To: <20260218010630.7407-1-ebiggers@kernel.org>
On Tue, Feb 17, 2026 at 05:06:27PM -0800, Eric Biggers wrote:
> This series removes the non-large-folio-aware function
> fsverity_verify_page(), which is no longer needed.
>
> Changed in v4:
> - Split ClearPageUptodate removal into a separate patch
>
> Changed in v3:
> - Additional scope creep: verify the entire folio, switch to
> several more folio functions, and stop clearing PG_uptodate
>
> Changed in v2:
> - Made one specific part of f2fs_verify_cluster() large-folio-aware
>
> Eric Biggers (3):
> f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
> f2fs: make f2fs_verify_cluster() partially large-folio-aware
> fsverity: remove fsverity_verify_page()
>
> fs/f2fs/compress.c | 11 +++++------
> fs/verity/verify.c | 4 ++--
> include/linux/fsverity.h | 6 ------
> 3 files changed, 7 insertions(+), 14 deletions(-)
Applied to https://git.kernel.org/pub/scm/fs/fsverity/linux.git/log/?h=for-next
- Eric
prev parent reply other threads:[~2026-02-18 21:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-18 1:06 [PATCH v4 0/3] fsverity: remove fsverity_verify_page() Eric Biggers
2026-02-18 1:06 ` [PATCH v4 1/3] f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster() Eric Biggers
2026-02-18 5:40 ` Christoph Hellwig
2026-02-18 1:06 ` [PATCH v4 2/3] f2fs: make f2fs_verify_cluster() partially large-folio-aware Eric Biggers
2026-02-18 5:40 ` Christoph Hellwig
2026-02-18 1:06 ` [PATCH v4 3/3] fsverity: remove fsverity_verify_page() Eric Biggers
2026-02-18 21:41 ` Eric Biggers [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=20260218214157.GC2128@quark \
--to=ebiggers@kernel.org \
--cc=chao@kernel.org \
--cc=fsverity@lists.linux.dev \
--cc=jaegeuk@kernel.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-fsdevel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=willy@infradead.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