From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/5] ShareVG
Date: Thu, 11 Aug 2011 09:33:39 +0200 [thread overview]
Message-ID: <cover.1313047685.git.zkabelac@redhat.com> (raw)
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
next reply other threads:[~2011-08-11 7:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-11 7:33 Zdenek Kabelac [this message]
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
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.1313047685.git.zkabelac@redhat.com \
--to=zkabelac@redhat.com \
--cc=lvm-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.