All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] misc cleanups and bugfixes
@ 2017-04-07  6:16 Benjamin Marzinski
  2017-04-07  6:16 ` [PATCH 1/9] libdmmp: minor Makefile cleanup Benjamin Marzinski
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Benjamin Marzinski @ 2017-04-07  6:16 UTC (permalink / raw)
  To: device-mapper development

These patches are all just small cleanup and bugfixes.

Benjamin Marzinski (9):
  libdmmp: minor Makefile cleanup
  multipath-tools: remove incdir from Makefiles
  libdmmp: don't disconnect from multipathd twice
  multipathd: don't call strlen on NULL variables
  libdmmp: move libdmmp.pc install location
  multipathd: drop lock before calling uev_add_path
  multipathd: allow devices to switch from RW to RO
  libmultipath: don't set max_sectors_kb on reloads
  multipath: fix segfault with disable_changed_wwids

 Makefile.inc             |  3 +--
 libdmmp/Makefile         | 18 +++++++--------
 libdmmp/libdmmp.c        |  1 -
 libdmmp/test/Makefile    |  2 +-
 libmpathcmd/Makefile     |  6 ++---
 libmpathpersist/Makefile |  6 ++---
 libmultipath/configure.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++--
 libmultipath/devmapper.c |  9 ++++----
 libmultipath/discovery.c | 23 -------------------
 libmultipath/discovery.h |  1 -
 libmultipath/structs.h   |  1 +
 multipathd/main.c        | 21 ++++++++++++-----
 12 files changed, 96 insertions(+), 55 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-04-13 17:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-07  6:16 [PATCH 0/9] misc cleanups and bugfixes Benjamin Marzinski
2017-04-07  6:16 ` [PATCH 1/9] libdmmp: minor Makefile cleanup Benjamin Marzinski
2017-04-07  6:16 ` [PATCH 2/9] multipath-tools: remove incdir from Makefiles Benjamin Marzinski
2017-04-13 13:29   ` Martin Wilck
2017-04-07  6:16 ` [PATCH 3/9] libdmmp: don't disconnect from multipathd twice Benjamin Marzinski
2017-04-07  6:16 ` [PATCH 4/9] multipathd: don't call strlen on NULL variables Benjamin Marzinski
2017-04-13 14:12   ` Martin Wilck
2017-04-07  6:16 ` [PATCH 5/9] libdmmp: move libdmmp.pc install location Benjamin Marzinski
2017-04-07  6:16 ` [PATCH 6/9] multipathd: drop lock before calling uev_add_path Benjamin Marzinski
2017-04-07  6:16 ` [PATCH 7/9] multipathd: allow devices to switch from RW to RO Benjamin Marzinski
2017-04-13 14:39   ` Martin Wilck
2017-04-13 17:53     ` Benjamin Marzinski
2017-04-13 14:40   ` Martin Wilck
2017-04-07  6:16 ` [PATCH 8/9] libmultipath: don't set max_sectors_kb on reloads Benjamin Marzinski
2017-04-07  6:16 ` [PATCH 9/9] multipath: fix segfault with disable_changed_wwids Benjamin Marzinski
2017-04-07  7:28   ` Shichangkuo
2017-04-12  7:36 ` [PATCH 0/9] misc cleanups and bugfixes Christophe Varoqui
2017-04-13 14:56 ` Martin Wilck

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.