Re: [f2fs-dev] [PATCH v3 2/4] fscrypt: add inline encryption support

2020-06-30 Thread Eric Biggers
On Tue, Jun 30, 2020 at 12:14:36PM +, Satya Tangirala via Linux-f2fs-devel wrote: > Add support for inline encryption to fs/crypto/. With "inline > encryption", the block layer handles the decryption/encryption as part > of the bio, instead of the filesystem doing the crypto itself via > Linu

[f2fs-dev] [PATCH v3 2/4] fscrypt: add inline encryption support

2020-06-30 Thread Satya Tangirala via Linux-f2fs-devel
Add support for inline encryption to fs/crypto/. With "inline encryption", the block layer handles the decryption/encryption as part of the bio, instead of the filesystem doing the crypto itself via Linux's crypto API. This model is needed in order to take advantage of the inline encryption hardwa