Re: [PATCH v4 1/4] fs: introduce SB_INLINECRYPT
From: tytso@mit.edu
Date: 2020-07-08 17:07:43
Also in:
linux-f2fs-devel, linux-fscrypt, linux-fsdevel
From: tytso@mit.edu
Date: 2020-07-08 17:07:43
Also in:
linux-f2fs-devel, linux-fscrypt, linux-fsdevel
On Thu, Jul 02, 2020 at 01:56:04AM +0000, Satya Tangirala wrote:
Introduce SB_INLINECRYPT, which is set by filesystems that wish to use blk-crypto for file content en/decryption. This flag maps to the '-o inlinecrypt' mount option which multiple filesystems will implement, and code in fs/crypto/ needs to be able to check for this mount option in a filesystem-independent way. Signed-off-by: Satya Tangirala <redacted> Reviewed-by: Eric Biggers <redacted>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>