Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp217087ybh; Mon, 20 Jul 2020 14:53:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzVeQ0CUvArkF1GxAMwjrl1Wz80Z2qA2hNd2zQzaBQ30lENaLOgmuUZIewdrWZgJ3upHxpT X-Received: by 2002:a17:906:7f90:: with SMTP id f16mr22220542ejr.507.1595281987335; Mon, 20 Jul 2020 14:53:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595281987; cv=none; d=google.com; s=arc-20160816; b=nA2XkaSbTQXrz9g1cek4lSiU18xMuNHjbBNbZkxfsHKKOkmRAFQLAsG75n3fa/dCQd 7FYi+tasINQNSY1NK6oonS629zxZ7VCHO0fwZYXWHIovCUYm0E/56YtV/LfxlN9LWyjc a2sefKweoGPxHsATrc87ojDtgFolS7uc8sgwRl+R/vuA5cIak+9pQBBec0JGl0yA5Cq2 eSaLjbuDJWy4ysvcybzNa9hyCI4eaTWugNB7a0k52I2Rrc5rxF7xQGN9Cc8JeFFCIUdm k3kZy60GuqdzzxLsyuQmcUFwZwkfWJSn0PJN6/vLW2kyhEOVzrzvzi+Vzx/oFS8mnVD/ 1MDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=DPWn7l2jho89hbXN14iL4cDWot4G8FXKQlohlCE6A4U=; b=CUMnlUE+tiAp8gdJJK4YRV9cLHATbucMGx5QtszCaLKX/Dlp3Hrxzp4iarQigKgucT i9Z93/eJTv4QIgs8r6AZKnb7eYASGThgJ/TkIG7vxl6M4KDGnhqaMS/QCBgVYQIR7RDo 9N3D6qygV7pg2c1Puptwm10P/ME4fQU2scu+zR/WHRrmtqlWrj5xRYvWxay+yrZUqlMR WJmA7Nx+WwMj0RJnUsm/PEKkAyUES7or5gyx/CdYYdUsk6g29v+l9Jji78KZD1Qs3AAi 2u2ciMK+uEX5bJ4KVcgIOvXjQguKhIaUDhJGht/CJbmrw+vZFkV93woZvmtGgLzSGGPZ Cfrg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s11si9291631ejd.441.2020.07.20.14.52.33; Mon, 20 Jul 2020 14:53:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726817AbgGTVvb (ORCPT + 99 others); Mon, 20 Jul 2020 17:51:31 -0400 Received: from mx2.suse.de ([195.135.220.15]:49732 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726794AbgGTVvb (ORCPT ); Mon, 20 Jul 2020 17:51:31 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id C8900ABF4; Mon, 20 Jul 2020 21:51:35 +0000 (UTC) Date: Mon, 20 Jul 2020 16:51:25 -0500 From: Goldwyn Rodrigues To: Christoph Hellwig Cc: Dave Chinner , Damien Le Moal , Naohiro Aota , Johannes Thumshirn , Matthew Wilcox , linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org Subject: Re: RFC: iomap write invalidation Message-ID: <20200720215125.bfz7geaftocy4r5l@fiona> References: <20200713074633.875946-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200713074633.875946-1-hch@lst.de> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Hi Christoph, On 9:46 13/07, Christoph Hellwig wrote: > Hi all, > > this series has two parts: the first one picks up Dave's patch to avoid > invalidation entierly for reads, picked up deep down from the btrfs iomap > thread. The second one falls back to buffered writes if invalidation fails > instead of leaving a stale cache around. Let me know what you think about > this approch. Which kernel version are these changes expected? btrfs dio switch to iomap depends on this. -- Goldwyn