blob: ae4a3bf676f87b9106c405c587abd95fb653d1d8 [file] [log] [blame]
ef5b18b00bad ("fscrypt: move fscrypt_valid_enc_modes() to policy.c")
85af90e57ce9 ("fscrypt: check for appropriate use of DIRECT_KEY flag earlier")
393a24a7956c ("fscrypt: split up fscrypt_supported_policy() by policy version")
b103fb7653ff ("fscrypt: add support for IV_INO_LBLK_64 policies")
1565bdad59e9 ("fscrypt: remove struct fscrypt_ctx")
4006d799d93b ("fscrypt: invoke crypto API for ESSIV handling")
ba13f2c8d7a0 ("fscrypt: document the new ioctls and policy version")
5dae460c2292 ("fscrypt: v2 encryption policy support")
c1144c9b8ad9 ("fscrypt: add an HKDF-SHA512 implementation")
b1c0ec3599f4 ("fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl")
22d94f493bfb ("fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl")
feed82586191 ("fscrypt: rename keyinfo.c to keysetup.c")
0109ce76dd6e ("fscrypt: move v1 policy key setup to keysetup_v1.c")
3ec4f2a62927 ("fscrypt: refactor key setup code in preparation for v2 policies")
a828daabb2ae ("fscrypt: rename fscrypt_master_key to fscrypt_direct_key")
59dc6a8e1f53 ("fscrypt: add ->ci_inode to fscrypt_info")
3b6df59bc4d2 ("fscrypt: use FSCRYPT_* definitions, not FS_*")
2336d0deb2d4 ("fscrypt: use FSCRYPT_ prefix for uapi constants")
7af0ab0d3aab ("fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>")
29a98c1caf7b ("fscrypt: use ENOPKG when crypto API support missing")
a4d14e915bcb ("fscrypt: improve warnings for missing crypto API support")
63f668f0def1 ("fscrypt: improve warning messages for unsupported encryption contexts")
886da8b39cf2 ("fscrypt: make fscrypt_msg() take inode instead of super_block")
75798f85f2ba ("fscrypt: remove loadable module related code")
adbd9b4dee70 ("fscrypt: remove selection of CONFIG_CRYPTO_SHA256")
0bb06cac060d ("fscrypt: remove unnecessary includes of ratelimit.h")
53bc1d854c64 ("fscrypt: support encrypting multiple filesystem blocks per page")
03569f2fb8e7 ("fscrypt: introduce fscrypt_encrypt_block_inplace()")
eeacfdc68a10 ("fscrypt: clean up some BUG_ON()s in block encryption/decryption")
f47fcbb2b578 ("fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()")
2a415a025731 ("fscrypt: remove the "write" part of struct fscrypt_ctx")
d2d0727b1654 ("fscrypt: simplify bounce page handling")
a9fbcd672883 ("Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt")