diff options
author | Eric Biggers <ebiggers@google.com> | 2019-07-22 18:26:24 +0200 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2019-08-13 04:33:51 +0200 |
commit | 84fb7ca4b3f864782cb1e66e60b04d4ea1d2930b (patch) | |
tree | 900f64fd037435fd27aedb094661dbe864e78d89 /Documentation/filesystems/ext4/super.rst | |
parent | ext4: add fs-verity read support (diff) | |
download | linux-84fb7ca4b3f864782cb1e66e60b04d4ea1d2930b.tar.xz linux-84fb7ca4b3f864782cb1e66e60b04d4ea1d2930b.zip |
ext4: update on-disk format documentation for fs-verity
Document the format of verity files on ext4, and the corresponding inode
and superblock flags.
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'Documentation/filesystems/ext4/super.rst')
-rw-r--r-- | Documentation/filesystems/ext4/super.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/ext4/super.rst b/Documentation/filesystems/ext4/super.rst index 04ff079a2acf..6eae92054827 100644 --- a/Documentation/filesystems/ext4/super.rst +++ b/Documentation/filesystems/ext4/super.rst @@ -696,6 +696,8 @@ the following: (RO\_COMPAT\_READONLY) * - 0x2000 - Filesystem tracks project quotas. (RO\_COMPAT\_PROJECT) + * - 0x8000 + - Verity inodes may be present on the filesystem. (RO\_COMPAT\_VERITY) .. _super_def_hash: |