linux-sg2042/fs/crypto
David Gstir f32d7ac20a fscrypt: Delay bounce page pool allocation until needed
Since fscrypt users can now indicated if fscrypt_encrypt_page() should
use a bounce page, we can delay the bounce page pool initialization util
it is really needed. That is until fscrypt_operations has no
FS_CFLG_OWN_PAGES flag set.

Signed-off-by: David Gstir <david@sigma-star.at>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-12-11 16:33:11 -05:00
..
Kconfig fscrypto: remove unneeded Kconfig dependencies 2016-12-11 16:26:07 -05:00
Makefile fs crypto: move per-file encryption from f2fs tree to fs/crypto 2016-03-17 21:19:33 -07:00
crypto.c fscrypt: Delay bounce page pool allocation until needed 2016-12-11 16:33:11 -05:00
fname.c fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info() 2016-12-11 16:26:08 -05:00
fscrypt_private.h fscrypt: Delay bounce page pool allocation until needed 2016-12-11 16:33:11 -05:00
keyinfo.c fscrypt: Delay bounce page pool allocation until needed 2016-12-11 16:33:11 -05:00
policy.c fscrypt: move non-public structures and constants to fscrypt_private.h 2016-12-11 16:26:09 -05:00