aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 3-15/+42
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlGravatar Eric Biggers 3-15/+42
2020-03-07fscrypt: don't evict dirty inodes after removing keyGravatar Eric Biggers 1-0/+9
2020-01-22fscrypt: improve format of no-key namesGravatar Daniel Rosenberg 2-51/+168
2020-01-22fscrypt: clarify what is meant by a per-file keyGravatar Eric Biggers 3-24/+25
2020-01-22fscrypt: derive dirhash key for casefolded directoriesGravatar Daniel Rosenberg 4-14/+90
2020-01-22fscrypt: don't allow v1 policies with casefoldingGravatar Daniel Rosenberg 2-0/+35
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Gravatar Eric Biggers 3-8/+10
2020-01-22fscrypt: don't print name of busy file when removing keyGravatar Eric Biggers 1-13/+2
2020-01-14fscrypt: document gfp_flags for bounce page allocationGravatar Eric Biggers 1-1/+6
2020-01-14fscrypt: optimize fscrypt_zeroout_range()Gravatar Eric Biggers 1-31/+81
2019-12-31fscrypt: remove redundant bi_status checkGravatar Eric Biggers 1-2/+0
2019-12-31fscrypt: Allow modular crypto algorithmsGravatar Herbert Xu 1-7/+14
2019-12-31fscrypt: remove fscrypt_is_direct_key_policy()Gravatar Eric Biggers 1-6/+0
2019-12-31fscrypt: move fscrypt_valid_enc_modes() to policy.cGravatar Eric Biggers 2-18/+17
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierGravatar Eric Biggers 4-30/+35
2019-12-31fscrypt: split up fscrypt_supported_policy() by policy versionGravatar Eric Biggers 1-57/+59
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cGravatar Eric Biggers 3-51/+50
2019-12-31fscrypt: constify inode parameter to filename encryption functionsGravatar Eric Biggers 2-11/+11
2019-12-31fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Gravatar Eric Biggers 2-2/+2
2019-12-31fscrypt: verify that the crypto_skcipher has the correct ivsizeGravatar Eric Biggers 1-0/+4
2019-12-31fscrypt: use crypto_skcipher_driver_name()Gravatar Eric Biggers 1-2/+1
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYGravatar Eric Biggers 1-8/+124
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesGravatar Eric Biggers 5-18/+100
2019-11-06fscrypt: avoid data race on fscrypt_mode::logged_impl_nameGravatar Eric Biggers 2-5/+3
2019-10-21fscrypt: zeroize fscrypt_info before freeingGravatar Eric Biggers 1-0/+1
2019-10-21fscrypt: remove struct fscrypt_ctxGravatar Eric Biggers 3-131/+10
2019-10-21fscrypt: invoke crypto API for ESSIV handlingGravatar Eric Biggers 4-114/+11
2019-08-12fscrypt: require that key be added when setting a v2 encryption policyGravatar Eric Biggers 3-1/+63
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlGravatar Eric Biggers 1-5/+24
2019-08-12fscrypt: allow unprivileged users to add/remove keys for v2 policiesGravatar Eric Biggers 3-33/+336
2019-08-12fscrypt: v2 encryption policy supportGravatar Eric Biggers 7-185/+684
2019-08-12fscrypt: add an HKDF-SHA512 implementationGravatar Eric Biggers 4-0/+199
2019-08-12fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlGravatar Eric Biggers 1-0/+63
2019-08-12fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlGravatar Eric Biggers 3-5/+411
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlGravatar Eric Biggers 5-3/+391
2019-08-12fscrypt: rename keyinfo.c to keysetup.cGravatar Eric Biggers 3-2/+2
2019-08-12fscrypt: move v1 policy key setup to keysetup_v1.cGravatar Eric Biggers 4-322/+369
2019-08-12fscrypt: refactor key setup code in preparation for v2 policiesGravatar Eric Biggers 2-112/+146
2019-08-12fscrypt: rename fscrypt_master_key to fscrypt_direct_keyGravatar Eric Biggers 2-69/+68
2019-08-12fscrypt: add ->ci_inode to fscrypt_infoGravatar Eric Biggers 2-0/+5
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Gravatar Eric Biggers 5-43/+44
2019-08-12fscrypt: use ENOPKG when crypto API support missingGravatar Eric Biggers 1-9/+11
2019-08-12fscrypt: improve warnings for missing crypto API supportGravatar Eric Biggers 1-5/+14
2019-08-12fscrypt: improve warning messages for unsupported encryption contextsGravatar Eric Biggers 1-3/+15
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockGravatar Eric Biggers 5-35/+28
2019-08-12fscrypt: clean up base64 encoding/decodingGravatar Eric Biggers 1-17/+17
2019-08-12fscrypt: remove loadable module related codeGravatar Eric Biggers 3-26/+1
2019-06-27fscrypt: remove selection of CONFIG_CRYPTO_SHA256Gravatar Eric Biggers 1-1/+0