linux/fs/verity
Linus Torvalds fbf3380361 fsverity fixes for v7.0-rc1
- Fix a build error on parisc
 
 - Remove the non-large-folio-aware function fsverity_verify_page()
 -----BEGIN PGP SIGNATURE-----
 
 iIoEABYIADIWIQSacvsUNc7UX4ntmEPzXCl4vpKOKwUCaZtg+xQcZWJpZ2dlcnNA
 a2VybmVsLm9yZwAKCRDzXCl4vpKOKwQ+AQCiXEYAibl3vHRgQo7qEPCC5or4FtkF
 HZ0ERRArhsU17AD/TKHE/AJkyFrwK4rGTb6I9Wi1OXnpG7jihZlYjj03Ag4=
 =CUql
 -----END PGP SIGNATURE-----

Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux

Pull fsverity fixes from Eric Biggers:

 - Fix a build error on parisc

 - Remove the non-large-folio-aware function fsverity_verify_page()

* tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux:
  fsverity: fix build error by adding fsverity_readahead() stub
  fsverity: remove fsverity_verify_page()
  f2fs: make f2fs_verify_cluster() partially large-folio-aware
  f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
2026-02-22 13:12:04 -08:00
..
enable.c vfs-7.0-rc1.misc.2 2026-02-16 13:00:36 -08:00
fsverity_private.h vfs-7.0-rc1.misc.2 2026-02-16 13:00:36 -08:00
hash_algs.c fsverity: Remove inode parameter from fsverity_hash_block() 2025-09-17 13:09:40 -05:00
init.c fsverity: add tracepoints 2026-01-29 16:00:57 +01:00
Kconfig fsverity: Switch from crypto_shash to SHA-2 library 2025-07-14 11:29:32 -07:00
Makefile fsverity: start consolidating pagecache code 2026-01-29 09:39:41 -08:00
measure.c bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs 2026-01-02 12:04:28 -08:00
open.c fsverity: use a hashtable to find the fsverity_info 2026-02-04 11:31:54 -08:00
pagecache.c fsverity: kick off hash readahead at data I/O submission time 2026-02-02 17:15:26 -08:00
read_metadata.c fsverity: kick off hash readahead at data I/O submission time 2026-02-02 17:15:26 -08:00
signature.c fsverity: expose verified fsverity built-in signatures to LSMs 2024-08-20 14:03:18 -04:00
verify.c fsverity fixes for v7.0-rc1 2026-02-22 13:12:04 -08:00