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:
6e22c69
)
f2fs crypto: add filename encryption for roll-forward recovery
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 30 Apr 2015 00:02:18 +0000
(17:02 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 28 May 2015 22:41:55 +0000
(15:41 -0700)
This patch adds a bit flag to indicate whether or not i_name in the inode
is encrypted.
If this name is encrypted, we can't do recover_dentry during roll-forward.
So, f2fs_sync_file() needs to do checkpoint, if this will be needed in future.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found