Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | f2fs crypto: add alloc_bounce_page | Jaegeuk Kim | 2015-06-11 | 1 | -8/+15 |
* | f2fs crypto: fix to handle errors likewise ext4 | Jaegeuk Kim | 2015-06-11 | 1 | -3/+3 |
* | f2fs crypto: remove alloc_page for bounce_page | Jaegeuk Kim | 2015-06-01 | 1 | -21/+12 |
* | f2fs crypto: use per-inode tfm structure | Jaegeuk Kim | 2015-06-01 | 1 | -76/+6 |
* | f2fs crypto: split f2fs_crypto_init/exit with two parts | Jaegeuk Kim | 2015-06-01 | 1 | -38/+52 |
* | f2fs crypto: fix incorrect release for crypto ctx | Chao Yu | 2015-06-01 | 1 | -8/+0 |
* | f2fs crypto: shrink size of the f2fs_crypto_ctx structure | Jaegeuk Kim | 2015-06-01 | 1 | -22/+18 |
* | f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info | Jaegeuk Kim | 2015-06-01 | 1 | -6/+5 |
* | f2fs crypto: use slab caches | Jaegeuk Kim | 2015-06-01 | 1 | -29/+29 |
* | f2fs crypto: fix missing key when reading a page | Jaegeuk Kim | 2015-05-28 | 1 | -1/+3 |
* | f2fs crypto: add f2fs encryption facilities | Jaegeuk Kim | 2015-05-28 | 1 | -0/+560 |