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=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 8F65FC433E0 for ; Mon, 8 Feb 2021 17:19:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 57BCE64EB8 for ; Mon, 8 Feb 2021 17:19:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234553AbhBHRTP (ORCPT ); Mon, 8 Feb 2021 12:19:15 -0500 Received: from verein.lst.de ([213.95.11.211]:42327 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232460AbhBHRSh (ORCPT ); Mon, 8 Feb 2021 12:18:37 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 2835A67373; Mon, 8 Feb 2021 18:17:44 +0100 (CET) Date: Mon, 8 Feb 2021 18:17:43 +0100 From: Christoph Hellwig To: Damien Le Moal Cc: "linux-block@vger.kernel.org" , Jens Axboe , "linux-scsi@vger.kernel.org" , "Martin K . Petersen" , "linux-nvme@lists.infradead.org" , Christoph Hellwig , Keith Busch Subject: Re: [PATCH v4 0/8] block: add zone write granularity limit Message-ID: <20210208171743.GA15614@lst.de> References: <20210128044733.503606-1-damien.lemoal@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Thu, Feb 04, 2021 at 08:47:51AM +0000, Damien Le Moal wrote: > Any comment on this series ? > > Martin, > > The scsi bits (patch 5 and 8) may need your ack. ping? Jens, having this series really helps with some of the ongoing zoned device work.