[Bug 273942] fusefs(5): read operation changes ctime on FUSE filesystems

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Sep 2023 18:31:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273942

--- Comment #14 from Alan Somers <asomers@FreeBSD.org> ---
In the absence of a written spec, the Linux implementation is the source of
truth.  I just checked, and it does not send ctime to the fuse daemon:
* when changing atime
* when changing ctime
* when truncating, at least when writeback cache is disabled.

Does moosefs use the writeback cache?  And which FUSE protocol level does it
use?

-- 
You are receiving this mail because:
You are the assignee for the bug.