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 EB699C0015E for ; Wed, 9 Aug 2023 14:13:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233178AbjHIONm (ORCPT ); Wed, 9 Aug 2023 10:13:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232221AbjHIONl (ORCPT ); Wed, 9 Aug 2023 10:13:41 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1AACC1FCC for ; Wed, 9 Aug 2023 07:13:41 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 6B4F66732D; Wed, 9 Aug 2023 16:13:37 +0200 (CEST) Date: Wed, 9 Aug 2023 16:13:37 +0200 From: Christoph Hellwig To: David Sterba Cc: Christoph Hellwig , Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: small writeback fixes v2 Message-ID: <20230809141337.GA32478@lst.de> References: <20230724132701.816771-1-hch@lst.de> <20230727170622.GH17922@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230727170622.GH17922@twin.jikos.cz> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, Jul 27, 2023 at 07:06:22PM +0200, David Sterba wrote: > On Mon, Jul 24, 2023 at 06:26:52AM -0700, Christoph Hellwig wrote: > > Hi all, > > > > this series has various fixes for bugs found in inspect or only triggered > > with upcoming changes that are a fallout from my work on bound lifetimes > > for the ordered extent and better confirming to expectations from the > > common writeback code. > > I've so far merged patches 1-3, the rest will be in for-next as it's > quite risky and I'd appreciate more reviews. Please drop it from for-next for now. There's plenty of outstanding issues, and with this week being last minute business travel followed by two weeks of vacation I'm not going to be anywhere near my subpage test rig even if I had time to look into all the issues.