summaryrefslogtreecommitdiffstats
path: root/fs/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-12-26 22:51:58 -0600
committerEric Biggers <ebiggers@google.com>2023-12-26 22:55:42 -0600
commitc1f1f5bf413936a93fea0f920e9aafff3551ad56 (patch)
treea0c9a7af5b9375b941f96ae454365f388b10eabb /fs/crypto
parent0fc24a6549f9b6efc538b67a098ab577b1f9a00e (diff)
downloadlinux-c1f1f5bf413936a93fea0f920e9aafff3551ad56.tar.gz
linux-c1f1f5bf413936a93fea0f920e9aafff3551ad56.tar.bz2
linux-c1f1f5bf413936a93fea0f920e9aafff3551ad56.zip
fscrypt: document that CephFS supports fscrypt now
The help text for CONFIG_FS_ENCRYPTION and the fscrypt.rst documentation file both list the filesystems that support fscrypt. CephFS added support for fscrypt in v6.6, so add CephFS to the list. Link: https://lore.kernel.org/r/20231227045158.87276-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/crypto')
-rw-r--r--fs/crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/crypto/Kconfig b/fs/crypto/Kconfig
index 2d0c8922f635..5aff5934baa1 100644
--- a/fs/crypto/Kconfig
+++ b/fs/crypto/Kconfig
@@ -11,7 +11,7 @@ config FS_ENCRYPTION
feature is similar to ecryptfs, but it is more memory
efficient since it avoids caching the encrypted and
decrypted pages in the page cache. Currently Ext4,
- F2FS and UBIFS make use of this feature.
+ F2FS, UBIFS, and CephFS make use of this feature.
# Filesystems supporting encryption must select this if FS_ENCRYPTION. This
# allows the algorithms to be built as modules when all the filesystems are,