index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
crypto.c
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
-473
/
+0
*
f2fs crypto: f2fs_page_crypto() doesn't need a encryption context
Jaegeuk Kim
2016-02-22
1
-22
/
+5
*
f2fs crypto: replace some BUG_ON()'s with error checks
Jaegeuk Kim
2016-02-22
1
-1
/
+0
*
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