diff options
author | Eric Biggers <ebiggers@google.com> | 2017-04-26 19:43:00 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2017-05-04 11:44:40 -0400 |
commit | 90fce086ed59caefa457dffd587b00caeab9116d (patch) | |
tree | f9d6753cc07c0554253fee3dfc254a634b631ecc | |
parent | d9b9f8d5a88cb7881d9f1c2b7e9de9a3fe1dc9e2 (diff) |
MAINTAINERS: fscrypt: update mailing list, patchwork, and git
Now that there has been a dedicated mailing list, patchwork project, and
git repository set up for filesystem encryption, update the MAINTAINERS
file accordingly.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fdd5350fe261..28314fdd7163 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5351,10 +5351,12 @@ F: Documentation/filesystems/caching/ | |||
5351 | F: fs/fscache/ | 5351 | F: fs/fscache/ |
5352 | F: include/linux/fscache*.h | 5352 | F: include/linux/fscache*.h |
5353 | 5353 | ||
5354 | FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT | 5354 | FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT |
5355 | M: Theodore Y. Ts'o <tytso@mit.edu> | 5355 | M: Theodore Y. Ts'o <tytso@mit.edu> |
5356 | M: Jaegeuk Kim <jaegeuk@kernel.org> | 5356 | M: Jaegeuk Kim <jaegeuk@kernel.org> |
5357 | L: linux-fsdevel@vger.kernel.org | 5357 | L: linux-fscrypt@vger.kernel.org |
5358 | Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ | ||
5359 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git | ||
5358 | S: Supported | 5360 | S: Supported |
5359 | F: fs/crypto/ | 5361 | F: fs/crypto/ |
5360 | F: include/linux/fscrypt*.h | 5362 | F: include/linux/fscrypt*.h |