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 60EF7C6FD1D for ; Wed, 15 Mar 2023 17:58:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231838AbjCOR6S (ORCPT ); Wed, 15 Mar 2023 13:58:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232207AbjCOR6J (ORCPT ); Wed, 15 Mar 2023 13:58:09 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A23337571 for ; Wed, 15 Mar 2023 10:58:03 -0700 (PDT) Received: from cwcc.thunk.org (pool-173-48-120-46.bstnma.fios.verizon.net [173.48.120.46]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 32FHvbS8006202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Mar 2023 13:57:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1678903060; bh=09grMownhl4xwuVSr+pgF+GRSd0lyBDxZ4GNkmzKy2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=RPZhtmNcVeepYUr98JKqT8rlvIeu0ui2J2dVmZSBj8WxGHIlq+jyNgFn3+RSXFPL4 3w7Sibfm65Ovj3WeOm3phrVyAXPaYTXrK8xf8EevulHqQYOGOyGtlhbj5yPhqn+nog HIZZXQyDahR0q8yueHachC+zWnCohDtJuQVvpYqbNEwg0IzvdZGf3wnkYG2ypN+A5k blnnb9AAzvYWw85wxZtq3ihZSrTktW2bB1T65bhePW8h9yfBet+sJOFo8sHabBLiQy WkDdKl197G7yrPAHSVKN6AYM7Yd3dfs98qwmCYfpv9kxe+A9OKVN8EKBB9WAjcJc5N leCulAuVZPvVw== Received: by cwcc.thunk.org (Postfix, from userid 15806) id CE5BD15C5830; Wed, 15 Mar 2023 13:57:37 -0400 (EDT) Date: Wed, 15 Mar 2023 13:57:37 -0400 From: "Theodore Ts'o" To: "Matthew Wilcox (Oracle)" Cc: Andreas Dilger , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 00/31] Convert most of ext4 to folios Message-ID: <20230315175737.GA3024297@mit.edu> References: <20230126202415.1682629-1-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230126202415.1682629-1-willy@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org I've pushed Jan's data=writeback cleanup patches, which, among other things completely eliminates ext4_writepage) to the ext4 tree's dev branch. So when you rebase these patches for the next version of this series, please base them on https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git dev Thanks!! - Ted