On Wed, Apr 13, 2022 at 10:34:15PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > When inline encryption is used, the usual message "fscrypt: AES-256-XTS > using implementation <impl>" doesn't appear in the kernel log. Add a > similar message for the blk-crypto case that indicates that inline > encryption was used, and whether blk-crypto-fallback was used or not. > This can be useful for debugging performance problems. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > fs/crypto/fscrypt_private.h | 4 +++- > fs/crypto/inline_crypt.c | 33 ++++++++++++++++++++++++++++++++- > fs/crypto/keysetup.c | 2 +- > 3 files changed, 36 insertions(+), 3 deletions(-) Applied to fscrypt.git#master for 5.19. - Eric