[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1037424.1634928738@warthog.procyon.org.uk>
Date: Fri, 22 Oct 2021 19:52:18 +0100
From: David Howells <dhowells@...hat.com>
To: Steve French <smfrench@...il.com>
Cc: David Howells <dhowells@...hat.com>,
Omar Sandoval <osandov@...ndov.com>,
Anna Schumaker <anna.schumaker@...app.com>,
Kent Overstreet <kent.overstreet@...il.com>,
Matthew Wilcox <willy@...radead.org>,
Dave Wysochanski <dwysocha@...hat.com>,
Marc Dionne <marc.dionne@...istor.com>,
Trond Myklebust <trond.myklebust@...merspace.com>,
Shyam Prasad N <nspmangalore@...il.com>,
Eric Van Hensbergen <ericvh@...il.com>,
Latchesar Ionkov <lucho@...kov.net>,
Jeff Layton <jlayton@...nel.org>,
Steve French <sfrench@...ba.org>,
Al Viro <viro@...iv.linux.org.uk>,
Dominique Martinet <asmadeus@...ewreck.org>,
Ilya Dryomov <idryomov@...il.com>,
Trond Myklebust <trondmy@...merspace.com>,
Jeff Layton <jlayton@...hat.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-cachefs@...hat.com, v9fs-developer@...ts.sourceforge.net,
linux-afs@...ts.infradead.org,
ceph-devel <ceph-devel@...r.kernel.org>,
CIFS <linux-cifs@...r.kernel.org>,
linux-nfs <linux-nfs@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 00/67] fscache: Rewrite index API and management system
Steve French <smfrench@...il.com> wrote:
> On Thu, Oct 21, 2021 at 5:21 PM Omar Sandoval <osandov@...ndov.com> wrote:
> >
> > On Mon, Oct 18, 2021 at 03:50:15PM +0100, David Howells wrote:
> > However, with the advent of the tmpfile capacity in the VFS, an opportunity
> > arises to do invalidation much more easily, without having to wait for I/O
> > that's actually in progress: Cachefiles can simply cut over its file
> > pointer for the backing object attached to a cookie and abandon the
> > in-progress I/O, dismissing it upon completion.
>
> Have changes been made to O_TMPFILE? It is problematic for network
> filesystems because it is not an atomic operation, and would be great if it
> were possible to create a tmpfile and open it atomically (at the file system
> level).
In this case, it's nothing to do with the network filesystem that's using the
cache per se. Cachefiles is using tmpfiles on the backing filesystem, so as
long as that's, say, ext4, xfs or btrfs, it should work fine. The backing
filesystem also needs to support SEEK_HOLE and SEEK_DATA.
I'm not sure I'd recommend putting your cache on a network filesystem.
David
Powered by blists - more mailing lists