index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
crypto.c
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: f2fs_page_crypto() doesn't need a encryption context
Jaegeuk Kim
2016-02-22
f2fs crypto: replace some BUG_ON()'s with error checks
Jaegeuk Kim
2015-06-11
f2fs crypto: add alloc_bounce_page
Jaegeuk Kim
2015-06-11
f2fs crypto: fix to handle errors likewise ext4
Jaegeuk Kim
2015-06-01
f2fs crypto: remove alloc_page for bounce_page
Jaegeuk Kim
2015-06-01
f2fs crypto: use per-inode tfm structure
Jaegeuk Kim
2015-06-01
f2fs crypto: split f2fs_crypto_init/exit with two parts
Jaegeuk Kim
2015-06-01
f2fs crypto: fix incorrect release for crypto ctx
Chao Yu
2015-06-01
f2fs crypto: shrink size of the f2fs_crypto_ctx structure
Jaegeuk Kim
2015-06-01
f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
Jaegeuk Kim
2015-06-01
f2fs crypto: use slab caches
Jaegeuk Kim
2015-05-28
f2fs crypto: fix missing key when reading a page
Jaegeuk Kim
2015-05-28
f2fs crypto: add f2fs encryption facilities
Jaegeuk Kim