Age | Commit message (Expand) | Author |
---|---|---|
2016-03-17 | fs crypto: move per-file encryption from f2fs tree to fs/crypto | Jaegeuk Kim |
2016-02-22 | f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink | Chao Yu |
2016-02-22 | f2fs crypto: sync with ext4's fname padding | Jaegeuk Kim |
2016-02-22 | f2fs crypto: check for too-short encrypted file names | Jaegeuk Kim |
2016-02-22 | f2fs crypto: replace some BUG_ON()'s with error checks | Jaegeuk Kim |
2015-06-01 | f2fs crypto: clean up error handling in f2fs_fname_setup_filename | Jaegeuk Kim |
2015-06-01 | f2fs crypto: use per-inode tfm structure | Jaegeuk Kim |
2015-06-01 | f2fs crypto: fix to release buffer for fname crypto | Chao Yu |
2015-06-01 | f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info | Jaegeuk Kim |
2015-05-28 | f2fs crypto: filename encryption facilities | Jaegeuk Kim |