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 A8D76C433EF for ; Thu, 5 May 2022 15:08:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242737AbiEEPMI (ORCPT ); Thu, 5 May 2022 11:12:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231686AbiEEPMH (ORCPT ); Thu, 5 May 2022 11:12:07 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 932C438BDA for ; Thu, 5 May 2022 08:08:28 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id F09DE68AA6; Thu, 5 May 2022 17:08:25 +0200 (CEST) Date: Thu, 5 May 2022 17:08:25 +0200 From: Christoph Hellwig To: Qu Wenruo Cc: Christoph Hellwig , David Sterba , Josef Bacik , Qu Wenruo , linux-btrfs@vger.kernel.org Subject: Re: [PATCH 04/10] btrfs: split btrfs_submit_data_bio Message-ID: <20220505150825.GC19810@lst.de> References: <20220504122524.558088-1-hch@lst.de> <20220504122524.558088-5-hch@lst.de> <4b4e9991-3c1b-6758-3e1d-c6aafac61c13@gmx.com> <20220504140851.GA17969@lst.de> 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-btrfs@vger.kernel.org On Thu, May 05, 2022 at 06:41:50AM +0800, Qu Wenruo wrote: > OK, that sounds good. > > Just a little worried about how many series there still are... A lot. There is so much fairly low hanging fruit in the btrfs I/O path, and with Dav preferring series of about 10 patches that means it will be quite a few.