aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* ext4 crypto: allocate bounce pages using GFP_NOWAITTheodore Ts'o2017-05-271-2/+1
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2017-05-271-3/+0
* ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o2017-05-271-7/+14
* ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o2017-05-271-1/+0
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2017-05-271-10/+6
* ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2017-05-271-4/+11
* ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2017-05-271-2/+0
* ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2017-05-271-1/+10
* ext4 crypto: Add symlink encryptionTheodore Ts'o2017-05-271-0/+20
* ext4 crypto: filename encryption facilitiesMichael Halcrow2017-05-271-0/+20
* ext4 crypto: add encryption key management facilitiesMichael Halcrow2017-05-271-0/+3
* ext4 crypto: add ext4 encryption facilitiesMichael Halcrow2017-05-271-0/+55
* ext4 crypto: add encryption policy and password salt supportMichael Halcrow2017-05-271-0/+49