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 446B0C38145 for ; Wed, 7 Sep 2022 20:37:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229775AbiIGUhC (ORCPT ); Wed, 7 Sep 2022 16:37:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229523AbiIGUhB (ORCPT ); Wed, 7 Sep 2022 16:37:01 -0400 Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EFC590812 for ; Wed, 7 Sep 2022 13:36:58 -0700 (PDT) Received: by mail-qk1-x72b.google.com with SMTP id s22so11420485qkj.3 for ; Wed, 07 Sep 2022 13:36:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toxicpanda-com.20210112.gappssmtp.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=C1BHBcAsOSyQRMHN3OzwuxzeT1VFxcXC8BZIu2j3tLU=; b=g4iyp/DXOUn/ZrDVhsoOcC4O19DxkXrUzEUGqZJeMDf1QDm7j+TIK67zTZE0aBBgTv Rou6b+1gXbQu1cuDCXd+2CRzTqHOBFNt/ZWll/fMJ1OneI95xjIalMd5u4iEXMFtiE0D JWLa16oSFqFYLp8L+CN920pVmpKlKDmn7HIdQuRAPWDxBMPy8zoulX1uVp+ixgl52cxD lRJyeYc1TO6O7dMzvgWUAFTjqE9EayVdT7PBt1Ij6iCLofjy64+ZMWc63DFJfm532gNt 01jYFqBs0V6+InjoL/7OagoBIKcvWEe+SYL/Nvz2hdauS3/PUSx/6wkVluTDF+dQ8pUD 5X+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=C1BHBcAsOSyQRMHN3OzwuxzeT1VFxcXC8BZIu2j3tLU=; b=ZpifdX41kYYj1nQHDCnWjVxc2OMIA+rSrnUNCtc6Yx+8U+CvmgVEl7Lcx2+bKWKG0D TGwuOD5e4WdUmXfEkbscBIqYZTt5Rg6IEtc8YjhJlWLlGEvOZvKAbzTAzIT5RaJeB97e GtyhjrP5Ouxef2gJB4A1SL0EN5tOABiJXL+QKi8MVkJZrksyHQoBTg2TSdm/k0M/pCcS k0DjtPtU6lIUloXGE0vE8sCrugXyrA/uowX5N3xXI08Sjf7qc98ylIb53ht8enVgP9Ws F2XBh6pU699H9K11DEZp7jx5UUjjvOpeIPCDtAURd4vaPQEljYHP8qiGM4++Q3jYRT6E bkSQ== X-Gm-Message-State: ACgBeo1mmwjKw2Cglx5mZ3FNhOxcEJBVu5kUD+YAFwGEJ5LpKkJrAqEq RHvpjKGhyvS3U9H9QGRv/cmVpw== X-Google-Smtp-Source: AA6agR7WbFK3hNsj7u4rSvbpte5v8Bf/PMRPFx6mZwZZNtClyjs2s0puEF5jTalrINZMmUDKYAWMkQ== X-Received: by 2002:a37:aa04:0:b0:6bc:56c0:63c9 with SMTP id t4-20020a37aa04000000b006bc56c063c9mr4070160qke.449.1662583017073; Wed, 07 Sep 2022 13:36:57 -0700 (PDT) Received: from localhost (cpe-174-109-172-136.nc.res.rr.com. [174.109.172.136]) by smtp.gmail.com with ESMTPSA id q11-20020a05620a0d8b00b006bbf85cad0fsm15708263qkl.20.2022.09.07.13.36.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Sep 2022 13:36:56 -0700 (PDT) Date: Wed, 7 Sep 2022 16:36:55 -0400 From: Josef Bacik To: Christoph Hellwig Cc: Chris Mason , David Sterba , Damien Le Moal , Naohiro Aota , Johannes Thumshirn , Qu Wenruo , Jens Axboe , "Darrick J. Wong" , linux-block@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 06/17] btrfs: handle recording of zoned writes in the storage layer Message-ID: References: <20220901074216.1849941-1-hch@lst.de> <20220901074216.1849941-7-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220901074216.1849941-7-hch@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, Sep 01, 2022 at 10:42:05AM +0300, Christoph Hellwig wrote: > Move the code that splits the ordered extents and records the physical > location for them to the storage layer so that the higher level consumers > don't have to care about physical block numbers at all. This will also > allow to eventually remove accounting for the zone append write sizes in > the upper layer with a little bit more block layer work. > > Signed-off-by: Christoph Hellwig Reviewed-by: Josef Bacik Thanks, Josef