[GIT PULL] fscrypt updates for 6.9

From: Eric Biggers
Date: Tue Mar 12 2024 - 00:17:42 EST


The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

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 8c62f31eddb71c6f6878258579318c1156045247:

fscrypt: shrink the size of struct fscrypt_inode_info slightly (2024-02-23 22:03:48 -0800)

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

Fix flakiness in a test by releasing the quota synchronously when a key
is removed, and other minor cleanups.

----------------------------------------------------------------
Eric Biggers (2):
fscrypt: write CBC-CTS instead of CTS-CBC
fscrypt: shrink the size of struct fscrypt_inode_info slightly

Luis Henriques (1):
fscrypt: clear keyring before calling key_put()

Xiubo Li (1):
fscrypt: explicitly require that inode->i_blkbits be set

Documentation/filesystems/fscrypt.rst | 27 +++++++++++++++------------
fs/crypto/fscrypt_private.h | 14 ++++++++------
fs/crypto/keyring.c | 8 ++++++--
fs/crypto/keysetup.c | 11 +++++++----
4 files changed, 36 insertions(+), 24 deletions(-)