Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2025-07-10 Thread Md Sadre Alam
Hi Eric, On 10/18/2024 8:22 AM, Adrian Vovk wrote: Hello, On 10/16/24 19:27, Eric Biggers wrote: From: Eric Biggers Add a new device-mapper target "dm-inlinecrypt" that is similar to dm-crypt but uses the blk-crypto API instead of the regular crypto API. This allows it to take advantage of i

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-18 Thread Eric Biggers
On Thu, Oct 17, 2024 at 10:52:42PM -0400, Adrian Vovk wrote: > Hello, > > On 10/16/24 19:27, Eric Biggers wrote: > > From: Eric Biggers > > > > Add a new device-mapper target "dm-inlinecrypt" that is similar to > > dm-crypt but uses the blk-crypto API instead of the regular crypto API. > > This

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-17 Thread Adrian Vovk
Hello, On 10/16/24 19:27, Eric Biggers wrote: From: Eric Biggers Add a new device-mapper target "dm-inlinecrypt" that is similar to dm-crypt but uses the blk-crypto API instead of the regular crypto API. This allows it to take advantage of inline encryption hardware such as that commonly built

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-17 Thread Milan Broz
On 10/17/24 10:28 PM, Eric Biggers wrote: On Thu, Oct 17, 2024 at 10:17:04PM +0200, Milan Broz wrote: On 10/17/24 9:44 PM, Eric Biggers wrote: On Wed, Oct 16, 2024 at 04:27:48PM -0700, Eric Biggers wrote: Add a new device-mapper target "dm-inlinecrypt" that is similar to dm-crypt but uses the

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-17 Thread Eric Biggers
On Thu, Oct 17, 2024 at 10:17:04PM +0200, Milan Broz wrote: > On 10/17/24 9:44 PM, Eric Biggers wrote: > > On Wed, Oct 16, 2024 at 04:27:48PM -0700, Eric Biggers wrote: > > > Add a new device-mapper target "dm-inlinecrypt" that is similar to > > > dm-crypt but uses the blk-crypto API instead of the

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-17 Thread Milan Broz
On 10/17/24 9:44 PM, Eric Biggers wrote: On Wed, Oct 16, 2024 at 04:27:48PM -0700, Eric Biggers wrote: Add a new device-mapper target "dm-inlinecrypt" that is similar to dm-crypt but uses the blk-crypto API instead of the regular crypto API. This allows it to take advantage of inline encryption

Re: [RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-17 Thread Eric Biggers
On Wed, Oct 16, 2024 at 04:27:48PM -0700, Eric Biggers wrote: > Add a new device-mapper target "dm-inlinecrypt" that is similar to > dm-crypt but uses the blk-crypto API instead of the regular crypto API. > This allows it to take advantage of inline encryption hardware such as > that commonly built

[RFC PATCH v2 2/2] dm-inlinecrypt: add target for inline block device encryption

2024-10-16 Thread Eric Biggers
From: Eric Biggers Add a new device-mapper target "dm-inlinecrypt" that is similar to dm-crypt but uses the blk-crypto API instead of the regular crypto API. This allows it to take advantage of inline encryption hardware such as that commonly built into UFS host controllers. The table syntax mat