summaryrefslogtreecommitdiffstats
path: root/fs/ext4/crypto_key.c
Commit message (Expand)AuthorAgeFilesLines
* ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-274/+0
* ext4: Use skcipherHerbert Xu2016-01-271-22/+20
* ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o2015-12-101-0/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-11-061-3/+13
|\
| * ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o2015-10-031-3/+13
* | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-2/+2
|/
* ext4 crypto: fix spelling typo in commentLaurent Navet2015-07-221-1/+1
* ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet2015-07-221-0/+2
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-311-30/+78
* ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o2015-05-181-6/+5
* ext4 crypto: use slab cachesTheodore Ts'o2015-05-181-3/+9
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-181-17/+57
* ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2015-05-181-10/+11
* ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2015-05-011-0/+1
* ext4 crypto: enable encryption feature flagTheodore Ts'o2015-04-161-12/+15
* ext4 crypto: add encryption key management facilitiesMichael Halcrow2015-04-121-0/+162
OpenPOWER on IntegriCloud