aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/crypto_key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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