Re: [dm-devel] [PATCH v4 0/4] blk-crypto cleanups

2021-10-05 Thread Eric Biggers
On Wed, Sep 29, 2021 at 09:35:56AM -0700, Eric Biggers wrote: > This series renames struct blk_keyslot_manager to struct > blk_crypto_profile, as it is misnamed; it doesn't always manage > keyslots. It's much more logical to think of it as the > "blk-crypto profile" of a device, similar to blk_int

[dm-devel] [PATCH v4 0/4] blk-crypto cleanups

2021-09-29 Thread Eric Biggers
This series renames struct blk_keyslot_manager to struct blk_crypto_profile, as it is misnamed; it doesn't always manage keyslots. It's much more logical to think of it as the "blk-crypto profile" of a device, similar to blk_integrity_profile. This series also improves the inline-encryption.rst d