linux/fs/crypto
Chandan Rajendra ad8ceb03fd fscrypt: remove filesystem specific build config option
In order to have a common code base for fscrypt "post read" processing
for all filesystems which support encryption, this commit removes
filesystem specific build config option (e.g. CONFIG_EXT4_FS_ENCRYPTION)
and replaces it with a build option (i.e. CONFIG_FS_ENCRYPTION) whose
value affects all the filesystems making use of fscrypt.

Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
2019-04-04 09:52:02 -07:00
..
bio.c fscrypt: allow synchronous bio decryption 2018-05-02 14:30:57 -07:00
crypto.c fscrypt: add Adiantum support 2019-04-03 15:25:20 -07:00
fname.c fscrypt: add Adiantum support 2019-04-03 15:25:20 -07:00
fscrypt_private.h fscrypt: remove filesystem specific build config option 2019-04-04 09:52:02 -07:00
hooks.c fscrypt: return -EXDEV for incompatible rename or link into encrypted dir 2019-04-03 15:26:08 -07:00
Kconfig fscrypt: remove filesystem specific build config option 2019-04-04 09:52:02 -07:00
keyinfo.c fscrypt: add Adiantum support 2019-04-03 15:25:20 -07:00
Makefile fscrypt: new helper function - fscrypt_file_open() 2017-10-18 19:52:37 -04:00
policy.c fscrypt: return -EXDEV for incompatible rename or link into encrypted dir 2019-04-03 15:26:08 -07:00