All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] pvcreate & detection of foreign signatures
@ 2010-08-12 14:07 Milan Broz
  2010-08-12 14:07 ` [PATCH 1/4] Change the pvcreate swap/md logic Milan Broz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Milan Broz @ 2010-08-12 14:07 UTC (permalink / raw)
  To: lvm-devel

After the third report of broken LUKS after pvcreate (just this week...)
I added LUKS detection to lvm. But the current code is messy and in fact
it wipes superblocks without asking by default.

This is attempt to change that to something more user friendly.

Milan Broz (4):
  Change the pvcreate swap/md logic
  Remove assumption that --ye must be used only in --force mode
  Fix file open leak in swap signature detection
  Detect LUKS signature in pvcreate

 lib/Makefile.in         |    1 +
 lib/device/dev-luks.c   |   43 ++++++++++++++++++++++++++++
 lib/device/dev-swap.c   |   12 +++----
 lib/device/device.h     |    1 +
 lib/metadata/metadata.c |   71 +++++++++++++++++++++++++----------------------
 tools/pvremove.c        |    5 ---
 tools/toollib.c         |    5 ---
 7 files changed, 88 insertions(+), 50 deletions(-)
 create mode 100644 lib/device/dev-luks.c



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

end of thread, other threads:[~2010-08-13 10:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-12 14:07 [PATCH 0/4] pvcreate & detection of foreign signatures Milan Broz
2010-08-12 14:07 ` [PATCH 1/4] Change the pvcreate swap/md logic Milan Broz
2010-08-12 14:07 ` [PATCH 2/4] Remove assumption that --ye must be used only in --force mode Milan Broz
2010-08-12 14:07 ` [PATCH 3/4] Fix file open leak in swap signature detection Milan Broz
2010-08-12 14:07 ` [PATCH 4/4] Detect LUKS signature in pvcreate Milan Broz
2010-08-13 10:46 ` [PATCH 0/4] pvcreate & detection of foreign signatures Petr Rockai

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.