aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/crypto_key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+13
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-2/+2
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o1-3/+13
2015-07-22ext4 crypto: fix spelling typo in commentLaurent Navet1-1/+1
2015-07-22ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet1-0/+2
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o1-30/+78
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o1-6/+5
2015-05-18ext4 crypto: use slab cachesTheodore Ts'o1-3/+9
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o1-17/+57
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o1-10/+11
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o1-0/+1
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o1-12/+15
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow1-0/+162