aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/crypto_key.c
Commit message (Expand)AuthorAgeFilesLines
* UPSTREAM: fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-12-191-5/+3
* ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o2017-05-291-0/+4
* ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet2017-05-291-0/+2
* ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o2017-05-291-3/+13
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2017-05-271-30/+78
* ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o2017-05-271-6/+5
* ext4 crypto: use slab cachesTheodore Ts'o2017-05-271-3/+9
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2017-05-271-17/+57
* ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2017-05-271-10/+11
* ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2017-05-271-0/+1
* ext4 crypto: enable encryption feature flagTheodore Ts'o2017-05-271-12/+15
* ext4 crypto: add encryption key management facilitiesMichael Halcrow2017-05-271-0/+162