aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto/keyinfo.c
AgeCommit message (Expand)AuthorFilesLines
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