mbox series

[GIT,PULL] fscrypt updates for 6.8

Message ID 20240108224811.GA94550@sol.localdomain (mailing list archive)
State New
Headers show
Series [GIT,PULL] fscrypt updates for 6.8 | expand

Pull-request

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

Message

Eric Biggers Jan. 8, 2024, 10:48 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 10, 2024, 8:38 p.m. UTC | #1
The pull request you sent on Mon, 8 Jan 2024 14:48:11 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17b9e388c619ea4f1eae97833cdcadfbfe041650

Thank you!