On 7/15/25 2:44 PM, Eric Biggers wrote:
But if the actual encryption is done using code whose developers / maintainers don't really consider encryption to be a priority, that's not a great place to be.
Why does the crypto fallback code clone a bio instead of encrypting / decrypting in place? If encryption and decryption would happen in place, the crypto fallback code wouldn't have to be called from the block layer code but instead could be called from the block driver(s) that need encryption fallback support. Thanks, Bart.