summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_crypto.h
AgeCommit message (Expand)AuthorLines
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim-159/+0
2016-01-27ext4: Use skcipherHerbert Xu-1/+1
2015-06-03ext4 crypto: allocate bounce pages using GFP_NOWAITTheodore Ts'o-2/+1
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o-3/+0
2015-05-31ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o-7/+14
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o-1/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o-10/+6
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o-4/+11
2015-05-18ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o-2/+0
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o-1/+10
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o-0/+20
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow-0/+20
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow-0/+3
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow-0/+55
2015-04-11ext4 crypto: add encryption policy and password salt supportMichael Halcrow-0/+49