Skip to content

Conversation

@penberg
Copy link
Collaborator

@penberg penberg commented Dec 22, 2025

Since AgentFS is the only writer to the SQLite-backed filesystem, the kernel can cache metadata and directory entries indefinitely. When the kernel initiates operations (create, unlink, rename, etc.), it already knows about the changes and updates its cache from our replies - no explicit invalidation is needed.

Since AgentFS is the only writer to the SQLite-backed filesystem,
the kernel can cache metadata and directory entries indefinitely.
When the kernel initiates operations (create, unlink, rename, etc.),
it already knows about the changes and updates its cache from our
replies - no explicit invalidation is needed.
@penberg penberg merged commit 954389c into main Dec 22, 2025
33 checks passed
@penberg penberg deleted the fuse-no-invalidate branch December 22, 2025 11:11
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.

2 participants