| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4 crypto: migrate into vfs's crypto engine | Jaegeuk Kim | 2016-07-10 | 1 | -274/+0 |
* | ext4: Use skcipher | Herbert Xu | 2016-01-27 | 1 | -22/+20 |
* | ext4 crypto: add missing locking for keyring_key access | Theodore Ts'o | 2015-12-10 | 1 | -0/+4 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2015-11-07 | 1 | -3/+13 |
|\ |
|
| * | ext4 crypto: replace some BUG_ON()'s with error checks | Theodore Ts'o | 2015-10-03 | 1 | -3/+13 |
* | | KEYS: Merge the type-specific data with the payload data | David Howells | 2015-10-21 | 1 | -2/+2 |
|/ |
|
* | ext4 crypto: fix spelling typo in comment | Laurent Navet | 2015-07-22 | 1 | -1/+1 |
* | ext4 crypto: exit cleanly if ext4_derive_key_aes() fails | Laurent Navet | 2015-07-22 | 1 | -0/+2 |
* | ext4 crypto: use per-inode tfm structure | Theodore Ts'o | 2015-05-31 | 1 | -30/+78 |
* | ext4 crypto: get rid of ci_mode from struct ext4_crypt_info | Theodore Ts'o | 2015-05-18 | 1 | -6/+5 |
* | ext4 crypto: use slab caches | Theodore Ts'o | 2015-05-18 | 1 | -3/+9 |
* | ext4 crypto: reorganize how we store keys in the inode | Theodore Ts'o | 2015-05-18 | 1 | -17/+57 |
* | ext4 crypto: separate kernel and userspace structure for the key | Theodore Ts'o | 2015-05-18 | 1 | -10/+11 |
* | ext4 crypto: add padding to filenames before encrypting | Theodore Ts'o | 2015-05-01 | 1 | -0/+1 |
* | ext4 crypto: enable encryption feature flag | Theodore Ts'o | 2015-04-16 | 1 | -12/+15 |
* | ext4 crypto: add encryption key management facilities | Michael Halcrow | 2015-04-12 | 1 | -0/+162 |