Skip to content

Native kernel client - #560

Merged
Barre merged 7 commits into
mainfrom
native-kernel-client
Jul 31, 2026
Merged

Native kernel client#560
Barre merged 7 commits into
mainfrom
native-kernel-client

Conversation

@Barre

@Barre Barre commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Adds a native Rust Linux filesystem client for ZeroFS, supporting Linux 6.18+ on x86_64 and arm64. Includes shared 9P codecs, reconnect correctness fixes, and DKMS packaging.

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Cloudflare Pages preview: https://c5c3faaa.zerofs.pages.dev

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.56%. Comparing base (d2bc8b9) to head (8f77faa).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #560      +/-   ##
==========================================
+ Coverage   81.39%   82.56%   +1.17%     
==========================================
  Files          97       97              
  Lines       43094    45892    +2798     
==========================================
+ Hits        35075    37891    +2816     
+ Misses       8019     8001      -18     
Files with missing lines Coverage Δ
zerofs/src/cli/server.rs 24.92% <ø> (-0.06%) ⬇️
zerofs/src/fs/inode.rs 93.99% <ø> (+1.30%) ⬆️
zerofs/src/fs/ops/create.rs 94.78% <ø> (+0.37%) ⬆️
zerofs/src/fs/ops/io.rs 97.82% <ø> (+0.16%) ⬆️
zerofs/src/fs/ops/link.rs 91.50% <ø> (+1.83%) ⬆️
zerofs/src/fs/ops/lookup.rs 97.58% <ø> (+0.14%) ⬆️
zerofs/src/fs/ops/remove.rs 95.80% <ø> (+2.89%) ⬆️
zerofs/src/fs/ops/rename.rs 92.85% <ø> (+4.57%) ⬆️
zerofs/src/fs/ops/setattr.rs 81.16% <ø> (+19.03%) ⬆️
zerofs/src/fs/permissions.rs 90.52% <ø> (+5.64%) ⬆️
... and 8 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Barre
Barre force-pushed the native-kernel-client branch from 66d4661 to bd517cc Compare July 28, 2026 12:10
@Barre
Barre force-pushed the native-kernel-client branch from 7e51457 to 8f77faa Compare July 31, 2026 15:15
@Barre
Barre merged commit 5aef271 into main Jul 31, 2026
86 of 87 checks passed
@Barre
Barre deleted the native-kernel-client branch July 31, 2026 15:32
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