[dm-devel] [PATCH] bio-integrity: revert "stop abusing bi_end_io"

2017-08-03 Thread Mikulas Patocka
On Wed, 2 Aug 2017, Christoph Hellwig wrote: > On Wed, Aug 02, 2017 at 02:27:50PM +0200, Milan Broz wrote: > > In dm-integrity target we register integrity profile that have > > both generate_fn and verify_fn callbacks set to NULL. > > > > This is used if dm-integrity is stacked under a dm-cryp

Re: [dm-devel] [PATCH] multipath-tools: check sysfs path state for NVMe/NVMf

2017-08-03 Thread Christophe Varoqui
Merged. Thanks. On Fri, Jul 28, 2017 at 8:54 AM, Guan Junxiong wrote: > Hi Hannes, > > On 2017/7/28 14:12, Hannes Reinecke wrote: > > On 07/28/2017 03:28 AM, Guan Junxiong wrote: > >> The previous code of path_offline checking was only valid for SCSI > >> device. It returned PATH_UP for other de

Re: [dm-devel] [PATCH] multipath-tools: sync third-party headers with 3.13 upstream

2017-08-03 Thread Christophe Varoqui
Merged. Thanks. On Wed, Jun 21, 2017 at 5:14 PM, Bart Van Assche wrote: > On Wed, 2017-06-21 at 14:26 +0200, Xose Vazquez Perez wrote: > > Cc: Bart Van Assche > > Cc: Christophe Varoqui > > Cc: device-mapper development > > Signed-off-by: Xose Vazquez Perez > > Reviewed-by: Bart Van Assche

Re: [dm-devel] [PATCH v2 0/4] libmultipath: Fixes for NVME / NVMEoF

2017-08-03 Thread Christophe Varoqui
This set is now merged. Thanks. On Tue, Jul 18, 2017 at 9:29 AM, Martin Wilck wrote: > Current code fails to set up multipath maps for NVME devices in a > Linux target/Linux host combination. This series enables at least > basic operation. > > Patch 1/4 fixes a crash that happens if over-long WW

Re: [dm-devel] [PATCH] kpartx.rules: Fix syntax error in skip_kpartx code

2017-08-03 Thread Christophe Varoqui
Merged. Thanks. On Fri, Jun 23, 2017 at 11:57 PM, Martin Wilck wrote: > Fixes: 22736419 "kpartx.rules: respect skip_kpartx flag" > Signed-off-by: Martin Wilck > --- > kpartx/kpartx.rules | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kpartx/kpartx.rules b/kpartx/kpart

Re: [dm-devel] [PATCH v4 00/11] multipath-tools: no_path_retry/queue_if_no_path/hwhandler logic

2017-08-03 Thread Christophe Varoqui
Patch 1 to 9 are now merged. On Thu, Jun 22, 2017 at 4:59 PM, Martin Wilck wrote: > This patch set attempts to sanitize the logic used for consistently > handling > options that can be set both via the "features" string and explicit > multipath.conf > options. This is most prominently "no_path_

Re: [dm-devel] [PATCH] multipath-tools: delete libdmmp/docs/man directory in make clean

2017-08-03 Thread Christophe Varoqui
Merged. Thanks. On Sat, Jun 24, 2017 at 8:06 PM, Xose Vazquez Perez wrote: > CC: Gris Ge > Cc: Christophe Varoqui > Cc: device-mapper development > Signed-off-by: Xose Vazquez Perez > --- > libdmmp/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libdmmp/Mak

Re: [dm-devel] [PATCH] multipath-tools: move up TEMPLATE in hwtable

2017-08-03 Thread Christophe Varoqui
Merged. Thanks. On Fri, Jun 23, 2017 at 11:13 PM, Xose Vazquez Perez wrote: > and the 'MD Series' comment to the right place. > > Cc: Christophe Varoqui > Cc: device-mapper development > Signed-off-by: Xose Vazquez Perez > --- > libmultipath/hwtable.c | 98 +- > --