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 | c9570b2ced0305ad2e69ff57012641c584bfa2a9 (patch) | |
tree | 5fe8c285489065d6c08574f438d8f340d1899b0d | |
parent | fs-verity: add a documentation file (diff) | |
download | linux-c9570b2ced0305ad2e69ff57012641c584bfa2a9.tar.xz linux-c9570b2ced0305ad2e69ff57012641c584bfa2a9.zip |
fs-verity: add MAINTAINERS file entry
fs-verity will be jointly maintained by Eric Biggers and Theodore Ts'o.
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6426db5198f0..bf086a7f324a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6629,6 +6629,18 @@ S: Maintained F: fs/notify/ F: include/linux/fsnotify*.h +FSVERITY: READ-ONLY FILE-BASED AUTHENTICITY PROTECTION +M: Eric Biggers <ebiggers@kernel.org> +M: Theodore Y. Ts'o <tytso@mit.edu> +L: linux-fscrypt@vger.kernel.org +Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ +T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git fsverity +S: Supported +F: fs/verity/ +F: include/linux/fsverity.h +F: include/uapi/linux/fsverity.h +F: Documentation/filesystems/fsverity.rst + FUJITSU LAPTOP EXTRAS M: Jonathan Woithe <jwoithe@just42.net> L: platform-driver-x86@vger.kernel.org |