From: Jaegeuk Kim Date: Thu, 23 Apr 2015 19:04:33 +0000 (-0700) Subject: f2fs crypto: add encryption support in read/write paths X-Git-Tag: omap-for-v4.3/legacy-v2-signed~156^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4375a33664de17af9032b5f491a49bd256670927;p=pandora-kernel.git f2fs crypto: add encryption support in read/write paths 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 --- Reading git-diff-tree failed