Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp1630125ybg; Wed, 29 Jul 2020 21:01:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzy4VK9OYEyWN1UkbyU7jRBBiNYHSxCVz+xqSjctinAiBS40zjHCOW3xe27pr4KD0wUDI0m X-Received: by 2002:a17:906:3655:: with SMTP id r21mr768545ejb.248.1596081717931; Wed, 29 Jul 2020 21:01:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596081717; cv=none; d=google.com; s=arc-20160816; b=e8jNKdRQlNXD14MDn9eJNIbP9uoovgaZYTRmgPjK77fyXF0l4yNhgkscYQ76IKovnT qXGF1gp8fXRv/y+MzxsCoYHu6ex6FNRz1t7fmoVVxdBvwCfM/1Jpit+MRaGJMXIJy0Wc 3A59kP9vRX47lzoUMuYbRp0ZxBwiukyu3QQXjzpd8hTIZpmMAIywFOnhXj5KovHBlJIH mxA/UBNs1CRXYT6R+3w5SpIP6mOP2faZPq3MY9T/5EUgerWNhl10ufqHsK6VBzvrxJjq ir/zy36Om0XLPfUkRLvMPKdFChMeZPXhZD2ZuH0GrsuhVAUK86eDE9yRNqyad8vonQAS WzCw== 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=BJ11AnCg/Pt5Vye9hSVPdWxHYMFK9O7UZT0PlQLbU6c=; b=CWDxg0m23T2SO61th5cruWoRyntS8R0C1ulI1Y6XWGOEMQKs/1W5PBA8ZZVBptLpXr TJk1tKhVK9ej7QWXejNXOo/zrhDqxUJlbDzUAzFlG7q9HN4j8mcgNygokHy2yQUNHfEQ 4bGZbydIyvuQJwNiNQXVyqQWT1kLV1LtJE+98R+u5vxRz+CfDWB5t3hhYuJurftnp9VY G5wt60FD0GIWaE0au7EuV2RJbCnaFI+tzNdCYn9yoVI20Our30l+kKvaeJeCVilzWhC2 ClHL3pF26PPPsU5DTWYnGLkYdomQ73AvUP53qGswTDj1c56nGbtj0mb1ZDTZeMpK+vfY dVXw== 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 x8si3000237edl.120.2020.07.29.21.01.18; Wed, 29 Jul 2020 21:01:57 -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 S1726133AbgG3EBI (ORCPT + 99 others); Thu, 30 Jul 2020 00:01:08 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:49647 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725765AbgG3EBI (ORCPT ); Thu, 30 Jul 2020 00:01:08 -0400 Received: from callcc.thunk.org (pool-96-230-252-158.bstnma.fios.verizon.net [96.230.252.158]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 06U40hmE028092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 30 Jul 2020 00:00:44 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id B1260420304; Thu, 30 Jul 2020 00:00:43 -0400 (EDT) Date: Thu, 30 Jul 2020 00:00:43 -0400 From: tytso@mit.edu To: "Darrick J. Wong" Cc: Dave Chinner , Goldwyn Rodrigues , 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, Dave Chinner , Goldwyn Rodrigues , Christoph Hellwig Subject: Re: [PATCH 3/3] iomap: fall back to buffered writes for invalidation failures Message-ID: <20200730040043.GA202592@mit.edu> References: <20200721183157.202276-1-hch@lst.de> <20200721183157.202276-4-hch@lst.de> <20200722231352.GE848607@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200722231352.GE848607@magnolia> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Jul 22, 2020 at 04:13:52PM -0700, Darrick J. Wong wrote: > Hey Ted, > > Could you please review the fs/ext4/ part of this patch (it's the > follow-on to the directio discussion I had with you last week) so that I > can get this moving for 5.9? Thx, Reviewed-by: Theodore Ts'o # for ext4 - Ted