All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Reuse VG
@ 2011-07-08 15:52 Zdenek Kabelac
  2011-07-08 15:52 ` [PATCH 1/3] Share VG multiple times Zdenek Kabelac
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zdenek Kabelac @ 2011-07-08 15:52 UTC (permalink / raw)
  To: lvm-devel

Reuse VG structure multiple times.
With separate debug patch.

Zdenek Kabelac (3):
  Share VG multiple times
  Pool locking code
  Use dm_pool locking

 lib/cache/lvmcache.c    |   74 ++++++++++++++++++++++++++++++++-
 lib/cache/lvmcache.h    |    5 ++
 lib/metadata/metadata.c |   42 ++++++++++++++++++-
 lib/metadata/vg.h       |    2 +
 libdm/libdevmapper.h    |    7 +++
 libdm/mm/pool-debug.c   |   27 ++++++++++++
 libdm/mm/pool-fast.c    |   66 ++++++++++++++++++++++++++++-
 libdm/mm/pool.c         |  106 ++++++++++++++++++++++++++++++++++++++++++++++-
 make.tmpl.in            |    2 +
 9 files changed, 325 insertions(+), 6 deletions(-)

-- 
1.7.6



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

end of thread, other threads:[~2011-07-08 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08 15:52 [PATCH 0/3] Reuse VG Zdenek Kabelac
2011-07-08 15:52 ` [PATCH 1/3] Share VG multiple times Zdenek Kabelac
2011-07-08 15:52 ` [PATCH 2/3] Pool locking code Zdenek Kabelac
2011-07-08 15:52 ` [PATCH 3/3] Use dm_pool locking 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.