All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] multipath: miscellaneous bug fixes
@ 2018-02-13  3:42 Benjamin Marzinski
  2018-02-13  3:42 ` [PATCH v3 1/7] libmultipath: fix tur checker locking Benjamin Marzinski
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Benjamin Marzinski @ 2018-02-13  3:42 UTC (permalink / raw)
  To: device-mapper development

This is just a set of fixes for bugs I've run into.

V3:
	-rework tur locking fix to deal with an error pointed out
	 by Martin, and to remove tur_running(), as suggested by Bart

V2:
        -rework tur locking fix to use atomic variables as Martin
         suggested. If this version doesn't make people happy, I'll
         just move the condlog() and be done with it.

        -add comments and fix messages for ev_add_map

        -fix bugs in cli_restore_queueing() and
         cli_restore_all_queueing()

        -check if paths exist in sysfs in fast listing mode

Benjamin Marzinski (7):
  libmultipath: fix tur checker locking
  multipath: fix DEF_TIMEOUT use
  multipathd: remove coalesce_paths from ev_add_map
  multipathd: remove unused configure parameter
  Fix set_no_path_retry() regression
  multipathd: change spurious uevent msg priority
  multipath: print sysfs state in fast list mode

 libmultipath/checkers/tur.c | 107 ++++++++++++++++++--------------------------
 libmultipath/discovery.c    |   2 +-
 libmultipath/structs_vec.c  |   5 ++-
 multipath/main.c            |  10 +++--
 multipathd/cli_handlers.c   |  20 +++++----
 multipathd/main.c           |  60 +++++++++----------------
 6 files changed, 86 insertions(+), 118 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-02-13 20:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13  3:42 [PATCH v3 0/7] multipath: miscellaneous bug fixes Benjamin Marzinski
2018-02-13  3:42 ` [PATCH v3 1/7] libmultipath: fix tur checker locking Benjamin Marzinski
2018-02-13  9:16   ` Martin Wilck
2018-02-13 10:20   ` Hannes Reinecke
2018-02-13 20:41     ` Benjamin Marzinski
2018-02-13  3:42 ` [PATCH v3 2/7] multipath: fix DEF_TIMEOUT use Benjamin Marzinski
2018-02-13  3:42 ` [PATCH v3 3/7] multipathd: remove coalesce_paths from ev_add_map Benjamin Marzinski
2018-02-13  3:42 ` [PATCH v3 4/7] multipathd: remove unused configure parameter Benjamin Marzinski
2018-02-13  3:42 ` [PATCH v3 5/7] Fix set_no_path_retry() regression Benjamin Marzinski
2018-02-13  3:42 ` [PATCH v3 6/7] multipathd: change spurious uevent msg priority Benjamin Marzinski
2018-02-13  3:42 ` [PATCH v3 7/7] multipath: print sysfs state in fast list mode Benjamin Marzinski

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.