[GIT PULL] fscrypt updates for 6.8

From: Eric Biggers
Date: Mon Jan 08 2024 - 17:49:10 EST


The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

https://git.kernel.org/pub/scm/fs/fscrypt/linux.git tags/fscrypt-for-linus

for you to fetch changes up to 2a0e85719892a1d63f8f287563e2c1778a77879e:

fs: move fscrypt keyring destruction to after ->put_super (2023-12-27 21:56:01 -0600)

----------------------------------------------------------------

Adjust the timing of the fscrypt keyring destruction, to prepare for
btrfs's fscrypt support. Also document that CephFS supports fscrypt now.

----------------------------------------------------------------
Eric Biggers (4):
fscrypt.rst: update definition of struct fscrypt_context_v2
fscrypt: update comment for do_remove_key()
fscrypt: document that CephFS supports fscrypt now
f2fs: move release of block devices to after kill_block_super()

Josef Bacik (1):
fs: move fscrypt keyring destruction to after ->put_super

Documentation/filesystems/fscrypt.rst | 21 +++++++++++----------
fs/crypto/Kconfig | 2 +-
fs/crypto/keyring.c | 6 +++---
fs/f2fs/super.c | 13 ++++++++-----
fs/super.c | 12 ++++++------
5 files changed, 29 insertions(+), 25 deletions(-)