linux/fs/verity
Eric Biggers 9642946c6c fsverity: optimize fsverity_cleanup_inode() on non-verity files
Make fsverity_cleanup_inode() an inline function that checks for
non-NULL ->i_verity_info, then (if needed) calls
__fsverity_cleanup_inode() to do the real work.  This reduces the
overhead on non-verity files.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: Dave Chinner <dchinner@redhat.com>
Link: https://lore.kernel.org/r/20221214224304.145712-4-ebiggers@kernel.org
2023-01-01 15:46:48 -08:00
..
enable.c Page cache changes for 5.19 2022-05-24 19:55:07 -07:00
fsverity_private.h fsverity: simplify fsverity_get_digest() 2022-11-29 21:07:41 -08:00
hash_algs.c fsverity: simplify fsverity_get_digest() 2022-11-29 21:07:41 -08:00
init.c
Kconfig fs-verity: mention btrfs support 2022-07-15 23:42:30 -07:00
Makefile fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl 2021-02-07 14:51:11 -08:00
measure.c fsverity: simplify fsverity_get_digest() 2022-11-29 21:07:41 -08:00
open.c fsverity: optimize fsverity_cleanup_inode() on non-verity files 2023-01-01 15:46:48 -08:00
read_metadata.c fs-verity: use kmap_local_page() instead of kmap() 2022-08-19 15:19:55 -07:00
signature.c
verify.c fsverity: stop using PG_error to track error status 2022-11-28 23:15:10 -08:00