aboutsummaryrefslogtreecommitdiff
path: root/Documentation/block
diff options
context:
space:
mode:
authorGravatar Eric Biggers <ebiggers@google.com> 2021-09-16 10:49:26 -0700
committerGravatar Eric Biggers <ebiggers@google.com> 2021-09-20 19:32:34 -0700
commitabb861fac0465de10f5d17190523182b2cb55e68 (patch)
tree4ebb00f485d1cdff1d2c1982f2d1847973ea4fac /Documentation/block
parentfscrypt: clean up comments in bio.c (diff)
downloadlinux-abb861fac0465de10f5d17190523182b2cb55e68.tar.gz
linux-abb861fac0465de10f5d17190523182b2cb55e68.tar.bz2
linux-abb861fac0465de10f5d17190523182b2cb55e68.zip
fscrypt: improve documentation for inline encryption
Currently the fscrypt inline encryption support is documented in the "Implementation details" section, and it doesn't go into much detail. It's really more than just an "implementation detail" though, as there is a user-facing mount option. Also, hardware-wrapped key support (an upcoming feature) will depend on inline encryption and will affect the on-disk format; by definition that's not just an implementation detail. Therefore, move this documentation into its own section and expand it. Link: https://lore.kernel.org/r/20210916174928.65529-4-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'Documentation/block')
-rw-r--r--Documentation/block/inline-encryption.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/block/inline-encryption.rst b/Documentation/block/inline-encryption.rst
index 7f9b40d6b416..2e2a2c627096 100644
--- a/Documentation/block/inline-encryption.rst
+++ b/Documentation/block/inline-encryption.rst
@@ -1,5 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0
+.. _inline_encryption:
+
=================
Inline Encryption
=================