[dm-devel] [PATCH 0/7] Data integrity protection with dm-integrity and dm-crypt

Milan Broz gmazyland at gmail.com
Thu Mar 16 14:39:37 UTC 2017


These are additional patches to previously submitted integrity protection commits,
based on for-next branch in Mike's DM tree.

Most of them probably can be folded-in, patches are separated for better readability.

The last patch for large encryption sectors is a new feature but because it depends
on all previous patches it is posted in this series.

Milan Broz (7):
  dm-crypt: Fix documentation of integrity table option.
  dm-crypt: Move IV constructor to separate function.
  dm-crypt: Introduce new format of cipher with capi: prefix.
  dm-crypt: Compute HMAC key size in a separate function.
  dm-crypt: Parse cipher specification according to AEAD flag.
  dm-crypt: Remove obsolete integrity_mode function.
  dm-crypt: optionally support larger encryption sector size

 Documentation/device-mapper/dm-crypt.txt |  65 +++--
 drivers/md/dm-crypt.c                    | 479 +++++++++++++++++++++----------
 2 files changed, 371 insertions(+), 173 deletions(-)

-- 
2.11.0




More information about the dm-devel mailing list