From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/5] Fixes for relase
Date: Wed, 2 Feb 2011 14:07:56 +0100 [thread overview]
Message-ID: <cover.1296651808.git.zkabelac@redhat.com> (raw)
Contains minimal consistent patchset for a release.
1st patch might need very simply 'hack' to make it work properly.
But currently I fail to see how :(
Others are fixes releated to multiple stacked operations.
As we have had still left fs_unlock with every lv_resume()
these were not really a big problem - but once this is removed
the lv_info() check showed as the best place for checking
udev sychronization and making sure there are no operations in
progress. (This is very quick one the cookie is 0)
Zdenek Kabelac (5):
Fix clustered and no-lock locking with HOTFIX
Move add_dev_node to DM_DEVICE_RESUME
Fix operation node stacking
lv_info handle udev_sync
Remove open_count read from some lv_info calls
daemons/clvmd/clvmd-command.c | 5 ++-
daemons/clvmd/clvmd.c | 3 ++
daemons/clvmd/lvm-functions.c | 9 ++++-
daemons/clvmd/lvm-functions.h | 2 +-
lib/activate/activate.c | 15 +++++++-
lib/activate/fs.c | 66 ++++++++++++++++++++++++++++++++++++--
lib/activate/fs.h | 1 +
lib/locking/cluster_locking.c | 6 ++--
lib/locking/locking.c | 7 ++--
lib/locking/locking.h | 22 +++++++++++-
libdm/ioctl/libdm-iface.c | 8 ++--
libdm/libdm-common.c | 71 ++++++++++++++++++++++++++++++++++++-----
liblvm/lvm_lv.c | 4 +-
tools/lvconvert.c | 2 +-
tools/lvscan.c | 2 +-
15 files changed, 190 insertions(+), 33 deletions(-)
--
1.7.3.5
next reply other threads:[~2011-02-02 13:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-02 13:07 Zdenek Kabelac [this message]
2011-02-02 13:07 ` [PATCH 1/5] Fix clustered and no-lock locking with HOTFIX Zdenek Kabelac
2011-02-02 13:07 ` [PATCH 2/5] Move add_dev_node to DM_DEVICE_RESUME Zdenek Kabelac
2011-02-02 13:07 ` [PATCH 3/5] Fix operation node stacking Zdenek Kabelac
2011-02-02 13:08 ` [PATCH 4/5] lv_info handle udev_sync Zdenek Kabelac
2011-02-02 13:08 ` [PATCH 5/5] Remove open_count read from some lv_info calls 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.1296651808.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.