kernel-fxtec-pro1x/fs/verity
Eric Biggers 43005f9bdb fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
Add a function for filesystems to call to implement the
FS_IOC_ENABLE_VERITY ioctl.  This ioctl enables fs-verity on a file.

See the "FS_IOC_ENABLE_VERITY" section of
Documentation/filesystems/fsverity.rst for the documentation.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
2019-09-23 14:11:56 -07:00
..
enable.c fs-verity: implement FS_IOC_ENABLE_VERITY ioctl 2019-09-23 14:11:56 -07:00
fsverity_private.h fs-verity: add data verification hooks for ->readpages() 2019-09-23 14:11:55 -07:00
hash_algs.c fs-verity: add Kconfig and the helper functions for hashing 2019-09-23 14:11:55 -07:00
init.c fs-verity: add data verification hooks for ->readpages() 2019-09-23 14:11:55 -07:00
Kconfig fs-verity: add Kconfig and the helper functions for hashing 2019-09-23 14:11:55 -07:00
Makefile fs-verity: implement FS_IOC_ENABLE_VERITY ioctl 2019-09-23 14:11:56 -07:00
open.c fs-verity: add data verification hooks for ->readpages() 2019-09-23 14:11:55 -07:00
verify.c fs-verity: add data verification hooks for ->readpages() 2019-09-23 14:11:55 -07:00