diff options
author | Eric Biggers <ebiggers@google.com> | 2019-07-22 18:26:20 +0200 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2019-07-29 01:59:15 +0200 |
commit | 6ff2deb2e8f6f2e23959724bab03ac60a050710b (patch) | |
tree | 06b68464e04ce9ff1b2010f5a99d8c5e5b15f4f5 /Documentation/filesystems/index.rst | |
parent | Linux 5.3-rc2 (diff) | |
download | linux-6ff2deb2e8f6f2e23959724bab03ac60a050710b.tar.xz linux-6ff2deb2e8f6f2e23959724bab03ac60a050710b.zip |
fs-verity: add a documentation file
Add a documentation file for fs-verity, covering:
- Introduction
- Use cases
- User API
- FS_IOC_ENABLE_VERITY
- FS_IOC_MEASURE_VERITY
- FS_IOC_GETFLAGS
- Accessing verity files
- File measurement computation
- Merkle tree
- fs-verity descriptor
- Built-in signature verification
- Filesystem support
- ext4
- f2fs
- Implementation details
- Verifying data
- Pagecache
- Block device based filesystems
- Userspace utility
- Tests
- FAQ
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'Documentation/filesystems/index.rst')
-rw-r--r-- | Documentation/filesystems/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 2de2fe2ab078..54f2c6aac187 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -32,3 +32,4 @@ filesystem implementations. journalling fscrypt + fsverity |