Eric Biggers 6ff2deb2e8 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>
2019-07-28 16:59:15 -07:00
..
2019-03-14 19:32:36 -05:00
2017-05-12 15:57:15 -07:00
2017-10-15 00:47:23 -04:00
2015-07-23 20:59:40 +02:00
2019-07-02 15:40:42 -07:00
2018-03-20 17:11:45 +01:00
2019-07-28 16:59:15 -07:00
2019-03-28 08:54:20 -07:00
2018-04-04 14:05:48 -04:00
2016-03-09 15:33:06 -07:00
2018-10-23 13:49:01 +02:00