From: Milan Broz <mbroz@redhat.com>
To: dm-devel@redhat.com
Cc: Milan Broz <mbroz@redhat.com>
Subject: [PATCH 0/7] dm crypt fixes and loop-aes mode support
Date: Tue, 21 Dec 2010 16:28:12 +0100 [thread overview]
Message-ID: <cover.1292944625.git.mbroz@redhat.com> (raw)
Patch 1 and 2 are fixes (maybe fold it in per cpu patch)
others are preparation and changes for multikey support
(compatibility mode for loop-aes mappings).
Note: the patchset is based on top of dm devel queue,
http://www.kernel.org/pub/linux/kernel/people/agk/patches/2.6/editing/series.html
it requires per-cpu dmcrypt change
Milan Broz (7):
dm crypt: fix per cpu struct dereference in destructor
dm crypt: remove redundant setkey call
dm crypt: set key size early
dm crypt: remove unused compatible table output
dm crypt: redefine IV generator function and add post IV call
[RFC]dm crypt: add multi-key capability
[RFC]dm crypt: add loop-aes LMK IV generator
Documentation/device-mapper/dm-crypt.txt | 7 +-
drivers/md/dm-crypt.c | 382 ++++++++++++++++++++++++------
2 files changed, 314 insertions(+), 75 deletions(-)
--
1.7.2.3
next reply other threads:[~2010-12-21 15:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-21 15:28 Milan Broz [this message]
2010-12-21 15:28 ` [PATCH 1/7] dm crypt: fix per cpu struct dereference in destructor Milan Broz
2010-12-21 15:28 ` [PATCH 2/7] dm crypt: remove redundant setkey call Milan Broz
2010-12-21 15:28 ` [PATCH 3/7] dm crypt: set key size early Milan Broz
2010-12-21 15:28 ` [PATCH 4/7] dm crypt: remove unused compatible table output Milan Broz
2010-12-21 15:28 ` [PATCH 5/7] dm crypt: redefine IV generator function and add post IV call Milan Broz
2010-12-21 15:28 ` [PATCH 6/7] [RFC]dm crypt: add multi-key capability Milan Broz
2010-12-21 15:28 ` [PATCH 7/7] [RFC]dm crypt: add loop-aes LMK IV generator Milan Broz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1292944625.git.mbroz@redhat.com \
--to=mbroz@redhat.com \
--cc=dm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.