Skip to content

Conversation

@penberg
Copy link
Collaborator

@penberg penberg commented Dec 20, 2025

Implement readdir_plus() across the FileSystem trait which returns directory entries with their stats in a single call. This eliminates the N+1 query problem where readdir() returned names and then stat() was called for each entry.

Implement readdir_plus() across the FileSystem trait which returns
directory entries with their stats in a single call. This eliminates
the N+1 query problem where readdir() returned names and then stat()
was called for each entry.
@penberg penberg merged commit abe3f70 into main Dec 20, 2025
33 checks passed
@penberg penberg deleted the fuse-readdir-plus branch December 20, 2025 11:16
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