summaryrefslogtreecommitdiffstats
path: root/fs/ext4/crypto_key.c
AgeCommit message (Expand)AuthorLines
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim-274/+0
2016-01-27ext4: Use skcipherHerbert Xu-22/+20
2015-12-10ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o-0/+4
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-3/+13
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells-2/+2
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o-3/+13
2015-07-22ext4 crypto: fix spelling typo in commentLaurent Navet-1/+1
2015-07-22ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet-0/+2
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o-30/+78
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o-6/+5
2015-05-18ext4 crypto: use slab cachesTheodore Ts'o-3/+9
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o-17/+57
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o-10/+11
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o-0/+1
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o-12/+15
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow-0/+162