linux-stable/fs/crypto
David Gstir 1c7dcf69ee fscrypt: Add in-place encryption mode
ext4 and f2fs require a bounce page when encrypting pages. However, not
all filesystems will need that (eg. UBIFS). This is handled via a
flag on fscrypt_operations where a fs implementation can select in-place
encryption over using a bounce page (which is the default).

Signed-off-by: David Gstir <david@sigma-star.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-11-13 18:47:04 -05:00
..
crypto.c fscrypt: Add in-place encryption mode 2016-11-13 18:47:04 -05:00
fname.c fscrypto: use standard macros to compute length of fname ciphertext 2016-09-30 01:46:18 -04:00
Kconfig
keyinfo.c fscrypto: remove unnecessary includes 2016-09-15 16:41:09 -04:00
Makefile
policy.c fscrypto: lock inode while setting encryption policy 2016-10-15 09:48:50 -04:00