summaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)Author
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers
2019-12-31fscrypt: split up fscrypt_supported_policy() by policy versionEric Biggers
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers
2019-12-31fscrypt: constify inode parameter to filename encryption functionsEric Biggers
2019-12-31fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers
2019-12-31fscrypt: verify that the crypto_skcipher has the correct ivsizeEric Biggers
2019-12-31fscrypt: use crypto_skcipher_driver_name()Eric Biggers
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers
2019-11-06fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers
2019-10-21fscrypt: zeroize fscrypt_info before freeingEric Biggers
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers
2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers
2019-08-12fscrypt: require that key be added when setting a v2 encryption policyEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: add an HKDF-SHA512 implementationEric Biggers
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers
2019-08-12fscrypt: rename keyinfo.c to keysetup.cEric Biggers
2019-08-12fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers
2019-08-12fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers
2019-08-12fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers
2019-08-12fscrypt: add ->ci_inode to fscrypt_infoEric Biggers
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers
2019-08-12fscrypt: use ENOPKG when crypto API support missingEric Biggers
2019-08-12fscrypt: improve warnings for missing crypto API supportEric Biggers
2019-08-12fscrypt: improve warning messages for unsupported encryption contextsEric Biggers
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers
2019-08-12fscrypt: clean up base64 encoding/decodingEric Biggers
2019-08-12fscrypt: remove loadable module related codeEric Biggers
2019-06-27fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers
2019-05-28fscrypt: don't set policy for a dead directoryHongjie Fang
2019-05-28fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Eric Biggers
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: introduce fscrypt_decrypt_block_inplace()Eric Biggers
2019-05-28fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Eric Biggers
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: introduce fscrypt_encrypt_block_inplace()Eric Biggers
2019-05-28fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers
2019-05-28fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner