aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/crypto_key.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-27ext4: Use skcipherGravatar Herbert Xu 1-22/+20
2015-12-10ext4 crypto: add missing locking for keyring_key accessGravatar Theodore Ts'o 1-0/+4
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+13
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-2/+2
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksGravatar Theodore Ts'o 1-3/+13
2015-07-22ext4 crypto: fix spelling typo in commentGravatar Laurent Navet 1-1/+1
2015-07-22ext4 crypto: exit cleanly if ext4_derive_key_aes() failsGravatar Laurent Navet 1-0/+2
2015-05-31ext4 crypto: use per-inode tfm structureGravatar Theodore Ts'o 1-30/+78
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoGravatar Theodore Ts'o 1-6/+5
2015-05-18ext4 crypto: use slab cachesGravatar Theodore Ts'o 1-3/+9
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-17/+57
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyGravatar Theodore Ts'o 1-10/+11
2015-05-01ext4 crypto: add padding to filenames before encryptingGravatar Theodore Ts'o 1-0/+1
2015-04-16ext4 crypto: enable encryption feature flagGravatar Theodore Ts'o 1-12/+15
2015-04-12ext4 crypto: add encryption key management facilitiesGravatar Michael Halcrow 1-0/+162