Thread (13 messages) 13 messages, 7 authors, 2021-10-22

Re: [PATCH 00/67] fscache: Rewrite index API and management system

From: Steve French <smfrench@gmail.com>
Date: 2021-10-21 23:16:08
Also in: ceph-devel, linux-cifs, linux-fsdevel, linux-nfs, lkml

On Thu, Oct 21, 2021 at 5:21 PM Omar Sandoval [off-list ref] 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).

Currently it results in creating a tmpfile (which results in
opencreate then close)
immediately followed by reopening the tmpfile which is somewhat counter to
the whole idea of a tmpfile (ie that it is deleted when closed) since
the syscall results
in two opens ie open(create)/close/open/close


-- 
Thanks,

Steve
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help