add patch fix-sleep-in-atomic-context-in-grab_mapping_entry
[ext4-patch-queue.git] / fscrypt-recommend-linux-fsdevel-for-fscrypto-patches
blob36b879b8a68b25768e28eef3abaf85a89d56f2b1
1 MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
3 From: Eric Biggers <ebiggers@google.com>
5 The filesystem level encryption support, currently used by ext4 and f2fs
6 and proposed for ubifs, does not yet have a dedicated mailing list.
7 Since no mailing lists were specified in MAINTAINERS, get_maintainer.pl
8 only recommended to send patches directly to the maintainers and to
9 linux-kernel.  This patch adds linux-fsdevel as the preferred mailing
10 list for fscrypto patches for the time being.
12 Signed-off-by: Eric Biggers <ebiggers@google.com>
13 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14 ---
15  MAINTAINERS | 1 +
16  1 file changed, 1 insertion(+)
18 diff --git a/MAINTAINERS b/MAINTAINERS
19 index ea4fbc9..d3ce20e 100644
20 --- a/MAINTAINERS
21 +++ b/MAINTAINERS
22 @@ -5123,6 +5123,7 @@ F:        include/linux/fscache*.h
23  FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
24  M:     Theodore Y. Ts'o <tytso@mit.edu>
25  M:     Jaegeuk Kim <jaegeuk@kernel.org>
26 +L:     linux-fsdevel@vger.kernel.org
27  S:     Supported
28  F:     fs/crypto/
29  F:     include/linux/fscrypto.h
30 -- 
31 2.8.0.rc3.226.g39d4020