aboutsummaryrefslogtreecommitdiffstats
path: root/fs/crypto/keyinfo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12fscrypt: rename keyinfo.c to keysetup.cEric Biggers1-345/+0
2019-08-12fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers1-321/+7
2019-08-12fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers1-109/+138
2019-08-12fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers1-65/+65
2019-08-12fscrypt: add ->ci_inode to fscrypt_infoEric Biggers1-0/+2
2019-08-12fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers1-26/+27
2019-08-12fscrypt: use ENOPKG when crypto API support missingEric Biggers1-9/+11
2019-08-12fscrypt: improve warnings for missing crypto API supportEric Biggers1-5/+14
2019-08-12fscrypt: improve warning messages for unsupported encryption contextsEric Biggers1-3/+15
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers1-14/+12
2019-08-12fscrypt: remove loadable module related codeEric Biggers1-5/+0
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers1-1/+0
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-2/+23
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers1-0/+21
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers1-2/+2
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2019-01-06fscrypt: add Adiantum supportEric Biggers1-79/+272
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-10/+0
2018-05-20fscrypt: log the crypto algorithm implementationsEric Biggers1-34/+68
2018-05-20fscrypt: add Speck128/256 supportEric Biggers1-0/+2
2018-05-20fscrypt: only derive the needed portion of the keyEric Biggers1-23/+16
2018-05-20fscrypt: separate key lookup from key derivationEric Biggers1-48/+74
2018-05-20fscrypt: use a common logging functionEric Biggers1-12/+15
2018-05-20fscrypt: remove internal key size constantsEric Biggers1-11/+6
2018-05-20fscrypt: remove unnecessary check for non-logon key typeEric Biggers1-6/+0
2018-05-20fscrypt: don't clear flags on crypto transformEric Biggers1-1/+0
2018-05-20fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers1-2/+2
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers1-13/+3
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers1-0/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-1/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-18/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef1-18/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers1-1/+1
2017-10-12fscrypt: fix dereference of NULL user_key_payloadEric Biggers1-0/+5
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter1-38/+135
2017-04-30fscrypt: remove unnecessary checks for NULL operationsEric Biggers1-3/+0
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-43/+9
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers1-43/+9
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-02-06fscrypt: remove redundant assignment of resColin Ian King1-1/+0
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers1-20/+11
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o1-9/+6
2016-12-27fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o1-1/+2
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir1-1/+1
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o1-3/+3
2016-11-13fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13