All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Benjamin Marzinski" <bmarzins@redhat.com>
To: device-mapper development <dm-devel@redhat.com>
Cc: Martin Wilck <mwilck@suse.com>
Subject: [PATCH 00/12] Misc fixes
Date: Thu,  7 Dec 2017 12:48:54 -0600	[thread overview]
Message-ID: <1512672546-12785-1-git-send-email-bmarzins@redhat.com> (raw)

The first patch here is just a rebased version of an earlier patch.  The last
patch is fixes for commit 95d594fd6f031e59bb73d04a631b6c592fe26214
"multipath-tools: intermittent IO error accounting to improve reliability".
The rest of the patches are various fixes and code cleanups that I've been
accumulating while working on removing the waiter threads. That work has run
into some hiccups with corner cases, so I thought I would send these cleanup
patches first, since they are generally useful, even without the waiter thread
changes.

Benjamin Marzinski (12):
  multipath: add "ghost_delay" parameter
  kpartx: don't delete partitions from partitions
  multipath: fix hwhandler check in select_action
  libmultipath: cleanup features handling code
  multipathd: move helper functions to libmultipath
  multipathd: fix device creation issues
  multipathd: remove select_* from setup_multipath
  libmultipath: __setup_multipath param cleanup
  multipathd: move recovery mode code to function
  multipathd: clean up set_no_path_retry
  multipath: check failed path dmstate in check_path
  multipathd: marginal path code fixes

 kpartx/del-part-nodes.rules |   1 +
 libmultipath/config.c       |   3 +
 libmultipath/config.h       |   3 +
 libmultipath/configure.c    |  38 +++----
 libmultipath/defaults.h     |   1 +
 libmultipath/devmapper.c    |   2 +-
 libmultipath/dict.c         |  12 +++
 libmultipath/dmparser.c     |  35 ++----
 libmultipath/hwtable.c      |   1 +
 libmultipath/io_err_stat.c  |  12 +--
 libmultipath/propsel.c      |  21 +++-
 libmultipath/propsel.h      |   1 +
 libmultipath/structs.c      |  17 ---
 libmultipath/structs.h      |  10 +-
 libmultipath/structs_vec.c  | 256 +++++++++++++++++++++++++-------------------
 libmultipath/structs_vec.h  |  12 ++-
 multipath/multipath.conf.5  |  21 +++-
 multipathd/cli_handlers.c   |  34 +++---
 multipathd/main.c           | 134 +++++++++--------------
 multipathd/main.h           |   1 -
 20 files changed, 322 insertions(+), 293 deletions(-)

-- 
2.7.4

             reply	other threads:[~2017-12-07 18:48 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07 18:48 Benjamin Marzinski [this message]
2017-12-07 18:48 ` [PATCH 01/12] multipath: add "ghost_delay" parameter Benjamin Marzinski
2017-12-07 22:08   ` Martin Wilck
2017-12-07 18:48 ` [PATCH 02/12] kpartx: don't delete partitions from partitions Benjamin Marzinski
2017-12-07 22:09   ` Martin Wilck
2017-12-07 18:48 ` [PATCH 03/12] multipath: fix hwhandler check in select_action Benjamin Marzinski
2017-12-07 22:09   ` Martin Wilck
2017-12-07 18:48 ` [PATCH 04/12] libmultipath: cleanup features handling code Benjamin Marzinski
2017-12-07 22:10   ` Martin Wilck
2017-12-08 15:24   ` Martin Wilck
2017-12-08 21:12     ` Benjamin Marzinski
2017-12-07 18:48 ` [PATCH 05/12] multipathd: move helper functions to libmultipath Benjamin Marzinski
2017-12-07 22:11   ` Martin Wilck
2017-12-07 18:49 ` [PATCH 06/12] multipathd: fix device creation issues Benjamin Marzinski
2017-12-08 17:26   ` Martin Wilck
2018-01-30 16:51   ` Martin Wilck
2018-01-30 18:34     ` Benjamin Marzinski
2018-01-30 19:02       ` Martin Wilck
2017-12-07 18:49 ` [PATCH 07/12] multipathd: remove select_* from setup_multipath Benjamin Marzinski
2017-12-08 20:08   ` Martin Wilck
2017-12-07 18:49 ` [PATCH 08/12] libmultipath: __setup_multipath param cleanup Benjamin Marzinski
2017-12-08 20:13   ` Martin Wilck
2017-12-07 18:49 ` [PATCH 09/12] multipathd: move recovery mode code to function Benjamin Marzinski
2017-12-07 22:13   ` Martin Wilck
2017-12-07 18:49 ` [PATCH 10/12] multipathd: clean up set_no_path_retry Benjamin Marzinski
2017-12-07 22:14   ` Martin Wilck
2017-12-07 18:49 ` [PATCH 11/12] multipath: check failed path dmstate in check_path Benjamin Marzinski
2017-12-07 22:14   ` Martin Wilck
2017-12-07 18:49 ` [PATCH 12/12] multipathd: marginal path code fixes Benjamin Marzinski
2017-12-07 22:15   ` Martin Wilck
2018-01-13  9:19 ` [PATCH 00/12] Misc fixes Christophe Varoqui

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=1512672546-12785-1-git-send-email-bmarzins@redhat.com \
    --to=bmarzins@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=mwilck@suse.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.