Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink | Chao Yu | 2016-02-23 | 1 | -8/+13 |
* | f2fs crypto: sync with ext4's fname padding | Jaegeuk Kim | 2016-02-23 | 1 | -3/+3 |
* | f2fs crypto: check for too-short encrypted file names | Jaegeuk Kim | 2016-02-23 | 1 | -1/+4 |
* | f2fs crypto: replace some BUG_ON()'s with error checks | Jaegeuk Kim | 2016-02-23 | 1 | -2/+0 |
* | f2fs crypto: clean up error handling in f2fs_fname_setup_filename | Jaegeuk Kim | 2015-06-02 | 1 | -14/+10 |
* | f2fs crypto: use per-inode tfm structure | Jaegeuk Kim | 2015-06-02 | 1 | -47/+1 |
* | f2fs crypto: fix to release buffer for fname crypto | Chao Yu | 2015-06-02 | 1 | -5/+5 |
* | f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info | Jaegeuk Kim | 2015-06-02 | 1 | -2/+2 |
* | f2fs crypto: filename encryption facilities | Jaegeuk Kim | 2015-05-29 | 1 | -0/+490 |