git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcc85a4
)
f2fs crypto: add encryption support in read/write paths
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 23 Apr 2015 19:04:33 +0000
(12:04 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 28 May 2015 22:41:52 +0000
(15:41 -0700)
This patch adds encryption support in read and write paths.
Note that, in f2fs, we need to consider cleaning operation.
In cleaning procedure, we must avoid encrypting and decrypting written blocks.
So, this patch implements move_encrypted_block().
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found