The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c: Linux 5.4-rc7 (2019-11-10 16:17:15 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus for you to fetch changes up to 73f0ec02d670a61afcef49bc0a74d42e324276ea: docs: fs-verity: mention statx() support (2019-11-13 12:15:34 -0800) ---------------------------------------------------------------- Expose the fs-verity bit through statx(). ---------------------------------------------------------------- Eric Biggers (5): docs: fs-verity: document first supported kernel version statx: define STATX_ATTR_VERITY ext4: support STATX_ATTR_VERITY f2fs: support STATX_ATTR_VERITY docs: fs-verity: mention statx() support Documentation/filesystems/fsverity.rst | 12 ++++++++++-- fs/ext4/inode.c | 5 ++++- fs/f2fs/file.c | 5 ++++- include/linux/stat.h | 3 ++- include/uapi/linux/stat.h | 2 +- 5 files changed, 21 insertions(+), 6 deletions(-)