All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ShareVG
@ 2011-08-11  7:33 Zdenek Kabelac
  2011-08-11  7:33 ` [PATCH 1/5] Add cache_vg Zdenek Kabelac
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Zdenek Kabelac @ 2011-08-11  7:33 UTC (permalink / raw)
  To: lvm-devel

New version of shared VG.
Upon review the order in patch has been a bit modified.
I've moded holder counter from vg to vginfo which simplified patch.
It's now better vissible 1-to-1 mapping between vg and vginfo.
Updated some comments.
Renamed verify_vg_crc to detect_internal_vg_cache_corruption.

Added udev patch to this patch set so it's not forgotten.

Patch was not yet well tested - I'll try to do more testing in 
the afternoon. But test-suite has passed.

Zdenek Kabelac (5):
  Add cache_vg
  Pool locking code
  Lock memory for shared VG
  Add detect_internal_vg_cache_corruption option
  Do not decode DM flags for device removal

 WHATS_NEW                  |    1 +
 doc/example.conf.in        |    5 ++
 lib/cache/lvmcache.c       |   50 +++++++++++++++++++--
 lib/cache/lvmcache.h       |    7 +++
 lib/commands/toolcontext.c |    4 ++
 lib/config/defaults.h      |    1 +
 lib/metadata/metadata.c    |   22 +++++++++
 lib/metadata/vg.c          |    9 ++++
 lib/metadata/vg.h          |    1 +
 lib/misc/lvm-globals.c     |   12 +++++
 lib/misc/lvm-globals.h     |    2 +
 libdm/libdevmapper.h       |   16 +++++++
 libdm/mm/pool-debug.c      |   30 ++++++++++++
 libdm/mm/pool-fast.c       |   66 ++++++++++++++++++++++++++-
 libdm/mm/pool.c            |  107 +++++++++++++++++++++++++++++++++++++++++++-
 make.tmpl.in               |    4 ++
 test/lib/aux.sh            |    1 +
 udev/10-dm.rules.in        |   12 +++---
 18 files changed, 337 insertions(+), 13 deletions(-)

-- 
1.7.6



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

end of thread, other threads:[~2011-08-11  7:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11  7:33 [PATCH 0/5] ShareVG Zdenek Kabelac
2011-08-11  7:33 ` [PATCH 1/5] Add cache_vg Zdenek Kabelac
2011-08-11  7:33 ` [PATCH 2/5] Pool locking code Zdenek Kabelac
2011-08-11  7:33 ` [PATCH 3/5] Lock memory for shared VG Zdenek Kabelac
2011-08-11  7:33 ` [PATCH 4/5] Add detect_internal_vg_cache_corruption option Zdenek Kabelac
2011-08-11  7:33 ` [PATCH 5/5] Do not decode DM flags for device removal Zdenek Kabelac

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.