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 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
