diff options
author | Satya Tangirala <satyat@google.com> | 2020-05-14 00:37:16 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-05-14 09:46:54 -0600 |
commit | 54b259f68de59920714588cb52c4a262cb712f98 (patch) | |
tree | 775765ae15b61d04ce52d46ba30a14b046826b6c /Documentation/block/index.rst | |
parent | 81ca627a933063fa63a6d4c66425de822a2ab7f5 (diff) |
Documentation: Document the blk-crypto framework
The blk-crypto framework adds support for inline encryption. There are
numerous changes throughout the storage stack. This patch documents the
main design choices in the block layer, the API presented to users of
the block layer (like fscrypt or layered devices) and the API presented
to drivers for adding support for inline encryption.
Signed-off-by: Satya Tangirala <satyat@google.com>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/block/index.rst')
-rw-r--r-- | Documentation/block/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/block/index.rst b/Documentation/block/index.rst index 3fa7a52fafa4..026addfc69bc 100644 --- a/Documentation/block/index.rst +++ b/Documentation/block/index.rst @@ -14,6 +14,7 @@ Block cmdline-partition data-integrity deadline-iosched + inline-encryption ioprio kyber-iosched null_blk |