Searched +hist:5585 +hist:f2af (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dfs.hdiff 5585f2af Mon Jul 22 10:26:21 MDT 2019 Eric Biggers <ebiggers@google.com> fs-verity: add inode and superblock fields

Analogous to fs/crypto/, add fields to the VFS inode and superblock for
use by the fs/verity/ support layer:

- ->s_vop: points to the fsverity_operations if the filesystem supports
fs-verity, otherwise is NULL.

- ->i_verity_info: points to cached fs-verity information for the inode
after someone opens it, otherwise is NULL.

- S_VERITY: bit in ->i_flags that identifies verity inodes, even when
they haven't been opened yet and thus still have NULL ->i_verity_info.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
diff 5585f2af Mon Jul 22 10:26:21 MDT 2019 Eric Biggers <ebiggers@google.com> fs-verity: add inode and superblock fields

Analogous to fs/crypto/, add fields to the VFS inode and superblock for
use by the fs/verity/ support layer:

- ->s_vop: points to the fsverity_operations if the filesystem supports
fs-verity, otherwise is NULL.

- ->i_verity_info: points to cached fs-verity information for the inode
after someone opens it, otherwise is NULL.

- S_VERITY: bit in ->i_flags that identifies verity inodes, even when
they haven't been opened yet and thus still have NULL ->i_verity_info.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>

Completed in 714 milliseconds