All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] miscellaneous multipath patches
@ 2014-06-30  5:13 Benjamin Marzinski
  2014-06-30  5:13 ` [PATCH 01/12] Fix memory issues in path reordering failure code paths Benjamin Marzinski
                   ` (11 more replies)
  0 siblings, 12 replies; 31+ messages in thread
From: Benjamin Marzinski @ 2014-06-30  5:13 UTC (permalink / raw)
  To: device-mapper development; +Cc: Christophe Varoqui

Here are some bugfix, cleanup, and minor feature patches. Let me know if
any of these seem problematic. I'm definitely open to using a seperate
timeout for prioritizers, for instance.

Benjamin Marzinski (12):
  Fix memory issues in path reordering failure code paths
  Return the correct size buffer in set_value()
  enable gcc format-security check
  change conf->dry_run to conf->cmd
  allow users to add wwids to /etc/multipath/wwids with -a
  Make multipath add wwids from kernel cmdline mpath.wwids with -A
  Make multipathd orphan paths that were removed externally
  Add missing interactive commands to multipathd man page
  orphan paths on failed add
  Improve multipath.conf syntax checking
  make prioritizers use checker_timeout, if set
  Add multipath.conf force_sync option

 Makefile.inc                          |   2 +-
 libmultipath/config.c                 |   1 +
 libmultipath/config.h                 |  15 +++-
 libmultipath/configure.c              |  12 ++-
 libmultipath/dict.c                   |  33 ++++++++
 libmultipath/discovery.c              |  14 +++-
 libmultipath/parser.c                 | 154 +++++++++++++++++++++++++++-------
 libmultipath/prio.c                   |   7 ++
 libmultipath/prio.h                   |   1 +
 libmultipath/prioritizers/alua.c      |   4 +-
 libmultipath/prioritizers/alua_rtpg.c |   5 +-
 libmultipath/prioritizers/emc.c       |   2 +-
 libmultipath/prioritizers/hds.c       |   2 +-
 libmultipath/prioritizers/hp_sw.c     |   2 +-
 libmultipath/prioritizers/ontap.c     |   4 +-
 libmultipath/prioritizers/rdac.c      |   2 +-
 libmultipath/structs_vec.c            |  31 ++++++-
 libmultipath/wwids.c                  |  44 ++++++++++
 libmultipath/wwids.h                  |   1 +
 multipath.conf.annotated              |  16 +++-
 multipath/main.c                      |  72 ++++++++++------
 multipath/multipath.8                 |   8 +-
 multipath/multipath.conf.5            |  13 ++-
 multipathd/main.c                     |   6 +-
 multipathd/multipathd.8               |  29 +++++++
 multipathd/multipathd.service         |   1 +
 26 files changed, 398 insertions(+), 83 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-07-24  8:51 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30  5:13 [PATCH 00/12] miscellaneous multipath patches Benjamin Marzinski
2014-06-30  5:13 ` [PATCH 01/12] Fix memory issues in path reordering failure code paths Benjamin Marzinski
2014-07-01 18:45   ` Christophe Varoqui
2014-06-30  5:13 ` [PATCH 02/12] Return the correct size buffer in set_value() Benjamin Marzinski
2014-07-01 18:47   ` Christophe Varoqui
2014-06-30  5:13 ` [PATCH 03/12] enable gcc format-security check Benjamin Marzinski
2014-07-01 18:48   ` Christophe Varoqui
2014-07-04  6:18   ` Hannes Reinecke
2014-06-30  5:13 ` [PATCH 04/12] change conf->dry_run to conf->cmd Benjamin Marzinski
2014-07-01 18:56   ` Christophe Varoqui
2014-06-30  5:13 ` [PATCH 05/12] allow users to add wwids to /etc/multipath/wwids with -a Benjamin Marzinski
2014-07-01 18:58   ` Christophe Varoqui
2014-06-30  5:13 ` [PATCH 06/12] Make multipath add wwids from kernel cmdline mpath.wwids with -A Benjamin Marzinski
2014-07-01 19:22   ` Christophe Varoqui
2014-07-02  6:03     ` Hannes Reinecke
2014-07-02 19:48       ` Benjamin Marzinski
2014-07-03 11:05         ` Hannes Reinecke
2014-07-03 19:25           ` Benjamin Marzinski
2014-07-04  6:24             ` Hannes Reinecke
2014-07-04  7:12               ` Christophe Varoqui
2014-06-30  5:13 ` [PATCH 07/12] Make multipathd orphan paths that were removed externally Benjamin Marzinski
2014-07-24  8:41   ` Christophe Varoqui
2014-06-30  5:13 ` [PATCH 08/12] Add missing interactive commands to multipathd man page Benjamin Marzinski
2014-06-30  5:14 ` [PATCH 09/12] orphan paths on failed add Benjamin Marzinski
2014-07-24  8:45   ` Christophe Varoqui
2014-06-30  5:14 ` [PATCH 10/12] Improve multipath.conf syntax checking Benjamin Marzinski
2014-07-24  8:47   ` Christophe Varoqui
2014-06-30  5:14 ` [PATCH 11/12] make prioritizers use checker_timeout, if set Benjamin Marzinski
2014-07-24  8:49   ` Christophe Varoqui
2014-06-30  5:14 ` [PATCH 12/12] Add multipath.conf force_sync option Benjamin Marzinski
2014-07-24  8:51   ` 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.