All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] multipath-tools: miscellaneous multipath patches
@ 2013-05-02 21:46 Benjamin Marzinski
  2013-05-02 21:46 ` [PATCH 01/16] Make kpartx advise modprobe instead of insmod Benjamin Marzinski
                   ` (16 more replies)
  0 siblings, 17 replies; 25+ messages in thread
From: Benjamin Marzinski @ 2013-05-02 21:46 UTC (permalink / raw)
  To: device-mapper development; +Cc: Christophe Varoqui

Here are the patches I've got since my last resync.

Please apply.

Philipp Schmidt (1):
  Make kpartx correctly handle non-512 byte GPT partitions

Benjamin Marzinski (15):
  Make kpartx advise modprobe instead of insmod
  Fix print_multipath_topology for large outputs
  Don't print checker messages for ghost paths
  Fix a couple of signal issues
  Fix hardware entry matching code
  Fix some socket issues
  Avoid race between ueventloop and uevqloop
  Add existing multipath devices to wwids file on configure
  add wwids file cleanup options
  Fix max path checker timing
  Make set_multipath_wwid actually do something
  Make multipathd deal better with uninitialized paths
  Stop annoying prio_lookup warning messages
  make multipathd disable queue_without_daemon by default
  Use mapname to choose kpartx delimiter

 kpartx/gpt.c                      |   9 ++-
 kpartx/kpartx.c                   |   2 +-
 kpartx/lopart.c                   |   4 +-
 libmpathpersist/mpath_updatepr.c  |   3 +-
 libmultipath/config.c             |   2 +
 libmultipath/dict.c               |  10 ++-
 libmultipath/discovery.c          |   8 ++-
 libmultipath/log_pthread.c        |   3 +
 libmultipath/print.c              |  30 +++++++--
 libmultipath/prio.c               |   5 +-
 libmultipath/structs.h            |   2 +-
 libmultipath/structs_vec.c        |   2 +-
 libmultipath/uevent.c             |  12 ++--
 libmultipath/uxsock.c             |   4 +-
 libmultipath/wwids.c              | 130 ++++++++++++++++++++++++++++++++++++++
 libmultipath/wwids.h              |   2 +
 multipath/main.c                  |  51 +++++++++++++--
 multipath/multipath.8             |   8 ++-
 multipathd/cli.c                  |   3 +
 multipathd/cli.h                  |   2 +
 multipathd/cli_handlers.c         |  18 ++++++
 multipathd/cli_handlers.h         |   2 +
 multipathd/main.c                 |  41 ++++++++----
 multipathd/multipathd.init.redhat |  14 ++--
 24 files changed, 313 insertions(+), 54 deletions(-)

-- 
1.8.2

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

end of thread, other threads:[~2013-05-06 19:45 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 21:46 [PATCH 00/16] multipath-tools: miscellaneous multipath patches Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 01/16] Make kpartx advise modprobe instead of insmod Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 02/16] Make kpartx correctly handle non-512 byte GPT Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 03/16] Fix print_multipath_topology for large outputs Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 04/16] Don't print checker messages for ghost paths Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 05/16] Fix a couple of signal issues Benjamin Marzinski
2013-05-03  6:36   ` Bart Van Assche
2013-05-03 20:24     ` Benjamin Marzinski
2013-05-04  7:19       ` Bart Van Assche
2013-05-02 21:46 ` [PATCH 06/16] Fix hardware entry matching code Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 07/16] Fix some socket issues Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 08/16] Avoid race between ueventloop and uevqloop Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 09/16] Add existing multipath devices to wwids file on Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 10/16] add wwids file cleanup options Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 11/16] Fix max path checker timing Benjamin Marzinski
2013-05-03  6:59   ` Hannes Reinecke
2013-05-03 15:44     ` Benjamin Marzinski
2013-05-03 17:59       ` [PATCH v2 " Benjamin Marzinski
2013-05-06  5:42         ` Hannes Reinecke
2013-05-02 21:46 ` [PATCH 12/16] Make set_multipath_wwid actually do something Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 13/16] Make multipathd deal better with uninitialized paths Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 14/16] Stop annoying prio_lookup warning messages Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 15/16] make multipathd disable queue_without_daemon by default Benjamin Marzinski
2013-05-02 21:46 ` [PATCH 16/16] Use mapname to choose kpartx delimiter Benjamin Marzinski
2013-05-06 19:45 ` [PATCH 00/16] multipath-tools: miscellaneous multipath patches Christophe Varoqui

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.