Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp396226ybt; Wed, 1 Jul 2020 00:53:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+6UE3/2KiSP+JaUJ6I+5k8mTX9vhSpJeUkKJQfKKmFCHuamT8wnpwYQa2Hq875D2zo47J X-Received: by 2002:aa7:d64b:: with SMTP id v11mr26519718edr.381.1593590039178; Wed, 01 Jul 2020 00:53:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593590039; cv=none; d=google.com; s=arc-20160816; b=xgEhmh4ZDvaZK4QV2XgqCrovMhpqzeDnvDMed+uzg3PYyU0jI+qkfaUB0hm5JWm8xh TuAp8dly3XT0uyleU5WeqZavjQuiHKSCFTKGXfMPBXa4YkZLBw7uvaiyj1wr1qc8K4/v eB/0VS9jls1n8O1LZitMT4b+K93oclHo0kxo3qJ2VxuxohwQ9+mS09D2xjnaFrkIAOiH M1qQwiqbrfyHY5mUiA4nKn851T430wAX/ojZ4ZKIBsnRQi6cHsd0F7CI8SZFy066mWd0 O04pxRAvZNyg/ODZpILOMZbXLUZVTCqV4aXwevB8kT7h2nkDCyLj5rVoXtB7Wm9N2O/J 9sfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=vwnZQeAmBPeo4lBEc4FUZEPySdbOox1XwhUhsVBPurE=; b=JhbgdOCXE1ZcTC/Uh3FWHWH3MSlSZoAFLnhB4vRnyBQgztuwteMy5E1UUg9a/O4lkB 9Cw/M6n/5TfBUfrddo+Yov3l31o2HWnUTisSOQL8nWuUEih47tWoo0NzACm9NVDs1bde 3d2/o1MF59F1b9GFbfsOeW3wnq+LFyp4eEQeJLw3llls6iZkKivJF0u5eWEgGpjBxHRA gW+tAMzUj/gMjvRhp8CqkYOUVdtXzigtx93+tFIluPh4TFowkXOEIIVbSyw05LvXfEkX 6K7YZ8O2QXuFn0vEn5qITG+Z2FSBGXF9uxJGly3klc0Q8ws6OOtSxJl8UxoXdEIA/xqN y/Sg== 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 a3si3499289ejd.741.2020.07.01.00.53.33; Wed, 01 Jul 2020 00:53:59 -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 S1728498AbgGAHxO (ORCPT + 99 others); Wed, 1 Jul 2020 03:53:14 -0400 Received: from verein.lst.de ([213.95.11.211]:39050 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728485AbgGAHxN (ORCPT ); Wed, 1 Jul 2020 03:53:13 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 755A968B02; Wed, 1 Jul 2020 09:53:10 +0200 (CEST) Date: Wed, 1 Jul 2020 09:53:10 +0200 From: Christoph Hellwig To: Goldwyn Rodrigues Cc: linux-fsdevel@vger.kernel.org, linux-btrfs@vger.kernel.org, fdmanana@gmail.com, dsterba@suse.cz, david@fromorbit.com, darrick.wong@oracle.com, hch@lst.de, Goldwyn Rodrigues , cluster-devel@redhat.com, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org Subject: always fall back to buffered I/O after invalidation failures, was: Re: [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails Message-ID: <20200701075310.GB29884@lst.de> References: <20200629192353.20841-1-rgoldwyn@suse.de> <20200629192353.20841-3-rgoldwyn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200629192353.20841-3-rgoldwyn@suse.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Jun 29, 2020 at 02:23:49PM -0500, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > For direct I/O, add the flag IOMAP_DIO_RWF_NO_STALE_PAGECACHE to indicate > that if the page invalidation fails, return back control to the > filesystem so it may fallback to buffered mode. > > Reviewed-by: Darrick J. Wong > Signed-off-by: Goldwyn Rodrigues I'd like to start a discussion of this shouldn't really be the default behavior. If we have page cache that can't be invalidated it actually makes a whole lot of sense to not do direct I/O, avoid the warnings, etc. Adding all the relevant lists. > --- > fs/iomap/direct-io.c | 8 +++++++- > include/linux/iomap.h | 14 ++++++++++++++ > 2 files changed, 21 insertions(+), 1 deletion(-) > > diff --git a/fs/iomap/direct-io.c b/fs/iomap/direct-io.c > index fd22bff61569..2459c76e41ab 100644 > --- a/fs/iomap/direct-io.c > +++ b/fs/iomap/direct-io.c > @@ -484,8 +484,14 @@ iomap_dio_rw(struct kiocb *iocb, struct iov_iter *iter, > */ > ret = invalidate_inode_pages2_range(mapping, > pos >> PAGE_SHIFT, end >> PAGE_SHIFT); > - if (ret) > + if (ret) { > + if (dio_flags & IOMAP_DIO_RWF_NO_STALE_PAGECACHE) { > + if (ret == -EBUSY) > + ret = 0; > + goto out_free_dio; > + } > dio_warn_stale_pagecache(iocb->ki_filp); > + } > ret = 0; > > if (iov_iter_rw(iter) == WRITE && !wait_for_completion && > diff --git a/include/linux/iomap.h b/include/linux/iomap.h > index 8a4ba1635202..2ebb8a298cd8 100644 > --- a/include/linux/iomap.h > +++ b/include/linux/iomap.h > @@ -262,7 +262,21 @@ struct iomap_dio_ops { > /* > * Wait for completion of DIO > */ > + > #define IOMAP_DIO_RWF_SYNCIO (1 << 0) > +/* > + * Direct IO will attempt to keep the page cache coherent by > + * invalidating the inode's page cache over the range of the DIO. > + * That can fail if something else is actively using the page cache. > + * If this happens and the DIO continues, the data in the page > + * cache will become stale. > + * > + * Set this flag if you want the DIO to abort without issuing any IO > + * or error if it fails to invalidate the page cache successfully. > + * This allows the IO submitter to fallback to buffered IO to resubmit > + * IO > + */ > +#define IOMAP_DIO_RWF_NO_STALE_PAGECACHE (1 << 1) > > ssize_t iomap_dio_rw(struct kiocb *iocb, struct iov_iter *iter, > const struct iomap_ops *ops, const struct iomap_dio_ops *dops, > -- > 2.26.2 ---end quoted text---