/openbmc/linux/fs/f2fs/ |
H A D | inline.c | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | gc.c | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | checkpoint.c | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | node.c | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | segment.c | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | data.c | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | file.c | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | f2fs.h | diff 4375a33664de17af9032b5f491a49bd256670927 Thu Apr 23 14:04:33 CDT 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|