On Wed, Jun 3, 2026 at 5:12 PM Sergey Bugaev <[email protected]> wrote: > What's implemented is basic browsing (readdir, stat), path resolution > (dir_lookup), and reading files (io_read). And below that, the whole > tracking for nodes, peropens, protids, fids, tags, and 9p RPCs.
I got unexpectedly motivated to hack on it again, and implemented some support for writing, including O_CREAT and fsync. Enjoy :) Sergey
