From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 196C5C5DF60 for ; Tue, 5 Nov 2019 16:34:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB5F0217F5 for ; Tue, 5 Nov 2019 16:34:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="BxiuqjGn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390156AbfKEQe1 (ORCPT ); Tue, 5 Nov 2019 11:34:27 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:24936 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2390153AbfKEQe0 (ORCPT ); Tue, 5 Nov 2019 11:34:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572971666; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jGQmqLeCoIMOYixwDK5EhAaP0PYA9BAL3PEV/L6zzKs=; b=BxiuqjGnLf/leXnOk9kBn5jjXG8Up5w8TkQeUNj08SsUTk+ZnB3Id+zdsKuu5ZuhCfklQq YMbekQPSHXfkc5UcYho2ijhYwIfuqWcR5lSWCocyQaNAF7YmSKLoCg+hI2Yt2bUVeU8Hrk S1eepNuTd7++jsBfnZQwQhv+yuEpIW4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-318-SmT2toR1OVufYcXOGEJNbw-1; Tue, 05 Nov 2019 11:34:24 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CE1901005500; Tue, 5 Nov 2019 16:34:22 +0000 (UTC) Received: from localhost (unknown [10.18.25.174]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7E37460CC0; Tue, 5 Nov 2019 16:34:22 +0000 (UTC) Date: Tue, 5 Nov 2019 11:34:21 -0500 From: Mike Snitzer To: Damien Le Moal Cc: linux-block@vger.kernel.org, Jens Axboe , linux-scsi@vger.kernel.org, "Martin K . Petersen" , dm-devel@redhat.com, Ajay Joshi , Matias Bjorling , Hans Holmberg , Dmitry Fomichev , Keith Busch Subject: Re: [PATCH 7/8] dm: add zone open, close and finish support Message-ID: <20191105163421.GA22009@redhat.com> References: <20191027140549.26272-1-damien.lemoal@wdc.com> <20191027140549.26272-8-damien.lemoal@wdc.com> MIME-Version: 1.0 In-Reply-To: <20191027140549.26272-8-damien.lemoal@wdc.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: SmT2toR1OVufYcXOGEJNbw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Sun, Oct 27 2019 at 10:05am -0400, Damien Le Moal wrote: > From: Ajay Joshi >=20 > Implement REQ_OP_ZONE_OPEN, REQ_OP_ZONE_CLOSE and REQ_OP_ZONE_FINISH > support to allow explicit control of zone states. >=20 > Contains contributions from Matias Bjorling, Hans Holmberg and > Damien Le Moal. >=20 > Signed-off-by: Ajay Joshi > Signed-off-by: Matias Bjorling > Signed-off-by: Hans Holmberg > Signed-off-by: Damien Le Moal Acked-by: Mike Snitzer From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCH 7/8] dm: add zone open, close and finish support Date: Tue, 5 Nov 2019 11:34:21 -0500 Message-ID: <20191105163421.GA22009@redhat.com> References: <20191027140549.26272-1-damien.lemoal@wdc.com> <20191027140549.26272-8-damien.lemoal@wdc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20191027140549.26272-8-damien.lemoal@wdc.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com Content-Disposition: inline To: Damien Le Moal Cc: Jens Axboe , Ajay Joshi , linux-scsi@vger.kernel.org, "Martin K . Petersen" , Dmitry Fomichev , Hans Holmberg , linux-block@vger.kernel.org, dm-devel@redhat.com, Keith Busch , Matias Bjorling List-Id: dm-devel.ids On Sun, Oct 27 2019 at 10:05am -0400, Damien Le Moal wrote: > From: Ajay Joshi >=20 > Implement REQ_OP_ZONE_OPEN, REQ_OP_ZONE_CLOSE and REQ_OP_ZONE_FINISH > support to allow explicit control of zone states. >=20 > Contains contributions from Matias Bjorling, Hans Holmberg and > Damien Le Moal. >=20 > Signed-off-by: Ajay Joshi > Signed-off-by: Matias Bjorling > Signed-off-by: Hans Holmberg > Signed-off-by: Damien Le Moal Acked-by: Mike Snitzer