All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes for relase
@ 2011-02-02 13:07 Zdenek Kabelac
  2011-02-02 13:07 ` [PATCH 1/5] Fix clustered and no-lock locking with HOTFIX Zdenek Kabelac
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Zdenek Kabelac @ 2011-02-02 13:07 UTC (permalink / raw)
  To: lvm-devel

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



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

end of thread, other threads:[~2011-02-02 13:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 13:07 [PATCH 0/5] Fixes for relase Zdenek Kabelac
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

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.