Skip to content

fuse: update atime locally and flush it via SETATTR#190

Open
ukernel wants to merge 1 commit into
redfs-ubuntu-noble-6.8.0-58.60from
fuse-atime
Open

fuse: update atime locally and flush it via SETATTR#190
ukernel wants to merge 1 commit into
redfs-ubuntu-noble-6.8.0-58.60from
fuse-atime

Conversation

@ukernel

@ukernel ukernel commented Jul 20, 2026

Copy link
Copy Markdown

Make fuse track kernel atime update and flush it back to the daemon via SETATTR. Dirty atime and ctime/mtime are tracked in the inode state, marked by inode's update_time() operation. SETATTR initiated by fuse_flush_times() only updates the timestamps that were dirty.

Make fuse track kernel atime update and flush it back to the daemon
via SETATTR. Dirty atime and ctime/mtime are tracked in the inode
state, marked by inode's update_time() operation. SETATTR initiated
by fuse_flush_times() only updates the timestamps that were dirty.

Signed-off-by: "Yan, Zheng" <ukernel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant