-
- Downloads
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Pull fsverity updates from Eric Biggers: "Add an ioctl which allows reading fs-verity metadata from a file. This is useful when a file with fs-verity enabled needs to be served somewhere, and the other end wants to do its own fs-verity compatible verification of the file. See the commit messages for details. This new ioctl has been tested using new xfstests I've written for it" * tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt: fs-verity: support reading signature with ioctl fs-verity: support reading descriptor with ioctl fs-verity: support reading Merkle tree with ioctl fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl fs-verity: don't pass whole descriptor to fsverity_verify_signature() fs-verity: factor out fsverity_get_descriptor()
No related branches found
No related tags found
Showing
- Documentation/filesystems/fsverity.rst 76 additions, 0 deletionsDocumentation/filesystems/fsverity.rst
- fs/ext4/ioctl.c 7 additions, 0 deletionsfs/ext4/ioctl.c
- fs/f2fs/file.c 11 additions, 0 deletionsfs/f2fs/file.c
- fs/verity/Makefile 1 addition, 0 deletionsfs/verity/Makefile
- fs/verity/fsverity_private.h 8 additions, 5 deletionsfs/verity/fsverity_private.h
- fs/verity/open.c 87 additions, 46 deletionsfs/verity/open.c
- fs/verity/read_metadata.c 195 additions, 0 deletionsfs/verity/read_metadata.c
- fs/verity/signature.c 6 additions, 14 deletionsfs/verity/signature.c
- include/linux/fsverity.h 12 additions, 0 deletionsinclude/linux/fsverity.h
- include/uapi/linux/fsverity.h 14 additions, 0 deletionsinclude/uapi/linux/fsverity.h
Loading
Please register or sign in to comment