commit | 4375a33664de17af9032b5f491a49bd256670927 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Apr 23 12:04:33 2015 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu May 28 15:41:52 2015 -0700 |
tree | 7c083fd9fafecaac1e6b49d5c60abe1ecbe68ece | |
parent | fcc85a4d86b5018f08717160c89c0eb50afd1dca [diff] |
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 <jaegeuk@kernel.org>