]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2022 19:17:45 +0000 (12:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2022 19:17:45 +0000 (12:17 -0700)
commitaea21c01bbf837aac3fa0a982f6abbc5a611f54a
tree9bcc229942d6093c49cf02b42e3e084dc197521e
parente731031e2b3166b4aef0b19ee134b5792e750b43
parentec6e0ab79143c568a2119fe17d6d512d267ab0f8
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt

Pull fscrypt updates from Eric Biggers:
 "Some cleanups for fs/crypto/:

   - Split up the misleadingly-named FS_CRYPTO_BLOCK_SIZE constant.

   - Consistently report the encryption implementation that is being
     used.

   - Add helper functions for the test_dummy_encryption mount option
     that work properly with the new mount API. ext4 and f2fs will use
     these"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt:
  fscrypt: add new helper functions for test_dummy_encryption
  fscrypt: factor out fscrypt_policy_to_key_spec()
  fscrypt: log when starting to use inline encryption
  fscrypt: split up FS_CRYPTO_BLOCK_SIZE