summaryrefslogtreecommitdiff
path: root/fs/ext4/crypto_key.c
AgeCommit message (Expand)Author
2017-11-30fscrypt: lock mutex before checking for bounce page poolEric Biggers
2017-10-27fscrypt: fix dereference of NULL user_key_payloadEric Biggers
2017-03-31fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2016-02-17ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o
2015-07-22ext4 crypto: fix spelling typo in commentLaurent Navet
2015-07-22ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o
2015-05-18ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o
2015-05-18ext4 crypto: use slab cachesTheodore Ts'o
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow