From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/4] VG Validation updates
Date: Wed, 9 Mar 2011 13:18:31 +0100 [thread overview]
Message-ID: <cover.1299670163.git.zkabelac@redhat.com> (raw)
This patchset should address some algorithmic problems
which will become noticable with thousans of LVs.
Using hash tables.
Simplify postorder for all LVs in VG.
Skip some duplicate tests.
The last patch just add pool name to fast pools.
It's IMHO very cheap and adds useful debug info for
non-debug builds.
Zdenek Kabelac (4):
Use hash tables for validating names
Refactor code for _lv_postoder
Do not check already checked part
Add pool name to pool-fast as well
lib/metadata/merge.c | 3 +
lib/metadata/metadata.c | 177 +++++++++++++++++++++++++++-------------------
libdm/mm/pool-fast.c | 2 +
libdm/mm/pool.c | 2 +-
4 files changed, 110 insertions(+), 74 deletions(-)
--
1.7.4.1
next reply other threads:[~2011-03-09 12:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-09 12:18 Zdenek Kabelac [this message]
2011-03-09 12:18 ` [PATCH 1/4] Use hash tables for validating names Zdenek Kabelac
2011-03-09 12:18 ` [PATCH 2/4] Refactor code for _lv_postoder Zdenek Kabelac
2011-03-09 12:18 ` [PATCH 3/4] Do not check already checked part Zdenek Kabelac
2011-03-09 12:18 ` [PATCH 4/4] Add pool name to pool-fast as well 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.1299670163.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.