-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for dissect.btrfs #370
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #370 +/- ##
==========================================
- Coverage 74.38% 73.90% -0.49%
==========================================
Files 258 259 +1
Lines 20661 20838 +177
==========================================
+ Hits 15369 15400 +31
- Misses 5292 5438 +146
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An initial read through the code, will check more in depth later
16f0fde
to
bb913ec
Compare
4397025
to
a2d9c53
Compare
Now that btrfs is opensource, i'd add it to the |
Depends on fox-it/dissect.btrfs#1.
I'm looking for feedback on how I currently implemented multi-volume filesystems + sub-filesystem support. I'm not 100% sure if it isn't too hairy.