aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto/keyinfo.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-2/+23
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkGravatar Eric Biggers 1-0/+21
2019-04-16fscrypt: use READ_ONCE() to access ->i_crypt_infoGravatar Eric Biggers 1-2/+2
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-2/+2
2019-01-06fscrypt: add Adiantum supportGravatar Eric Biggers 1-79/+272
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 1-10/+0
2018-05-20fscrypt: log the crypto algorithm implementationsGravatar Eric Biggers 1-34/+68
2018-05-20fscrypt: add Speck128/256 supportGravatar Eric Biggers 1-0/+2
2018-05-20fscrypt: only derive the needed portion of the keyGravatar Eric Biggers 1-23/+16
2018-05-20fscrypt: separate key lookup from key derivationGravatar Eric Biggers 1-48/+74
2018-05-20fscrypt: use a common logging functionGravatar Eric Biggers 1-12/+15
2018-05-20fscrypt: remove internal key size constantsGravatar Eric Biggers 1-11/+6
2018-05-20fscrypt: remove unnecessary check for non-logon key typeGravatar Eric Biggers 1-6/+0
2018-05-20fscrypt: don't clear flags on crypto transformGravatar Eric Biggers 1-1/+0
2018-05-20fscrypt: remove unnecessary NULL check when allocating skcipherGravatar Eric Biggers 1-2/+2
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Gravatar Eric Biggers 1-13/+3
2018-01-11fscrypt: trim down fscrypt.h includesGravatar Eric Biggers 1-0/+1
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-18/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-03fscrypt: move to generic async completionGravatar Gilad Ben-Yossef 1-18/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Gravatar Eric Biggers 1-1/+1
2017-10-12fscrypt: fix dereference of NULL user_key_payloadGravatar Eric Biggers 1-0/+5
2017-06-23fscrypt: add support for AES-128-CBCGravatar Daniel Walter 1-38/+135
2017-04-30fscrypt: remove unnecessary checks for NULL operationsGravatar Eric Biggers 1-3/+0
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-43/+9
2017-03-15fscrypt: remove broken support for detecting keyring key revocationGravatar Eric Biggers 1-43/+9
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2017-02-06fscrypt: remove redundant assignment of resGravatar Colin Ian King 1-1/+0
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringGravatar Eric Biggers 1-20/+11
2017-01-02fscrypt: make test_dummy_encryption require a keyring keyGravatar Theodore Ts'o 1-9/+6
2016-12-27fscrypt: fix the test_dummy_encryption mount optionGravatar Theodore Ts'o 1-1/+2
2016-12-11fscrypt: Delay bounce page pool allocation until neededGravatar David Gstir 1-1/+1
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Gravatar Theodore Ts'o 1-3/+3
2016-11-13fscrypto: don't use on-stack buffer for key derivationGravatar Eric Biggers 1-3/+13
2016-09-15fscrypto: remove unnecessary includesGravatar Eric Biggers 1-3/+0
2016-09-15fscrypto: improved validation when loading inode encryption metadataGravatar Eric Biggers 1-23/+45
2016-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionGravatar Jaegeuk Kim 1-44/+76
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 1-0/+272
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoGravatar Jaegeuk Kim 1-0/+278