All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] dm crypt fixes and loop-aes mode support
@ 2010-12-21 15:28 Milan Broz
  2010-12-21 15:28 ` [PATCH 1/7] dm crypt: fix per cpu struct dereference in destructor Milan Broz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Milan Broz @ 2010-12-21 15:28 UTC (permalink / raw)
  To: dm-devel; +Cc: Milan Broz

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-12-21 15:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21 15:28 [PATCH 0/7] dm crypt fixes and loop-aes mode support Milan Broz
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

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.