aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto/keyinfo.c
AgeCommit message (Expand)Author
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: remove loadable module related codeEric Biggers
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-06fscrypt: add Adiantum supportEric Biggers
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld
2018-05-20fscrypt: log the crypto algorithm implementationsEric Biggers
2018-05-20fscrypt: add Speck128/256 supportEric Biggers
2018-05-20fscrypt: only derive the needed portion of the keyEric Biggers
2018-05-20fscrypt: separate key lookup from key derivationEric Biggers
2018-05-20fscrypt: use a common logging functionEric Biggers
2018-05-20fscrypt: remove internal key size constantsEric Biggers
2018-05-20fscrypt: remove unnecessary check for non-logon key typeEric Biggers
2018-05-20fscrypt: don't clear flags on crypto transformEric Biggers
2018-05-20fscrypt: remove unnecessary NULL check when allocating skcipherEric Biggers
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers
2017-10-12fscrypt: fix dereference of NULL user_key_payloadEric Biggers
2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter
2017-04-30fscrypt: remove unnecessary checks for NULL operationsEric Biggers
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-06fscrypt: remove redundant assignment of resColin Ian King
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o
2016-12-27fscrypt: fix the test_dummy_encryption mount optionTheodore Ts'o
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o
2016-11-13fscrypto: don't use on-stack buffer for key derivationEric Biggers