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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2A47C6FD1D for ; Tue, 21 Mar 2023 09:09:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229746AbjCUJJn (ORCPT ); Tue, 21 Mar 2023 05:09:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229878AbjCUJJl (ORCPT ); Tue, 21 Mar 2023 05:09:41 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24BD249C7 for ; Tue, 21 Mar 2023 02:09:12 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id DEDB868AFE; Tue, 21 Mar 2023 10:09:08 +0100 (CET) Date: Tue, 21 Mar 2023 10:09:08 +0100 From: Christoph Hellwig To: Damien Le Moal Cc: Ming Lei , Bart Van Assche , Jens Axboe , linux-block@vger.kernel.org, Jaegeuk Kim , Christoph Hellwig , Jan Kara , Johannes Thumshirn Subject: Re: [PATCH 2/2] block: Split and submit bios in LBA order Message-ID: <20230321090908.GA27216@lst.de> References: <580e712c-5e43-e1a5-277b-c4e8c50485f0@acm.org> <50dfa89c-19fa-b655-f6b8-b8853b066c75@acm.org> <9c74df25-aa99-afc2-4f40-3201dd67368e@opensource.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 Tue, Mar 21, 2023 at 05:51:29PM +0900, Damien Le Moal wrote: > Interesting. We have never seen such issue in practice with the device mappers > that support zoned devices. But it seems interesting to try to find a use case > that could trigger this. Will look into it, and if everything is fixed, it would > still be a good regression test for blocktest. I think it requires a non-zoneappend bio that is large enough to require splitting and which goes through a remapper.