]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: Document the blk-crypto framework
authorSatya Tangirala <satyat@google.com>
Thu, 14 May 2020 00:37:16 +0000 (00:37 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 May 2020 15:46:54 +0000 (09:46 -0600)
commitefdf631b3b7668315dd4e892a4ec207bb3c49840
tree775765ae15b61d04ce52d46ba30a14b046826b6c
parent6cd298112c9b31a002033b156b08817973d804da
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>
Documentation/block/index.rst
Documentation/block/inline-encryption.rst [new file with mode: 0644]