Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs crypto: move per-file encryption from f2fs tree to fs/crypto | Jaegeuk Kim | 2016-03-17 | 1 | -267/+0 |
* | f2fs crypto: add missing locking for keyring_key access | Jaegeuk Kim | 2016-02-22 | 1 | -0/+4 |
* | f2fs crypto: fix spelling typo in comment | Jaegeuk Kim | 2016-02-22 | 1 | -1/+1 |
* | f2fs crypto: replace some BUG_ON()'s with error checks | Jaegeuk Kim | 2016-02-22 | 1 | -3/+12 |
* | KEYS: Merge the type-specific data with the payload data | David Howells | 2015-10-21 | 1 | -2/+2 |
* | f2fs crypto: delete an unnecessary check before the function call "key_put" | Markus Elfring | 2015-08-04 | 1 | -2/+1 |
* | f2fs crypto: use per-inode tfm structure | Jaegeuk Kim | 2015-06-01 | 1 | -28/+79 |
* | f2fs crypto: split f2fs_crypto_init/exit with two parts | Jaegeuk Kim | 2015-06-01 | 1 | -5/+3 |
* | f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info | Jaegeuk Kim | 2015-06-01 | 1 | -6/+6 |
* | f2fs crypto: use slab caches | Jaegeuk Kim | 2015-06-01 | 1 | -3/+3 |
* | f2fs crypto: add encryption key management facilities | Jaegeuk Kim | 2015-05-28 | 1 | -0/+206 |