Skip to content
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 birthtime_ns and nr of blocks and blocksize to btrfs stat output #838

Merged
merged 5 commits into from
Sep 12, 2024

Conversation

Miauwkeru
Copy link
Contributor

No description provided.

@Miauwkeru Miauwkeru requested a review from pyrco September 3, 2024 12:41
@Miauwkeru Miauwkeru linked an issue Sep 3, 2024 that may be closed by this pull request
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.62%. Comparing base (ca2c1ca) to head (3cb44c2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #838      +/-   ##
==========================================
+ Coverage   75.59%   75.62%   +0.03%     
==========================================
  Files         311      311              
  Lines       26540    26544       +4     
==========================================
+ Hits        20062    20074      +12     
+ Misses       6478     6470       -8     
Flag Coverage Δ
unittests 75.62% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dissect/target/filesystems/btrfs.py Outdated Show resolved Hide resolved
@Miauwkeru
Copy link
Contributor Author

I added some tests to show it should function as I intend it to

dissect/target/filesystems/btrfs.py Outdated Show resolved Hide resolved
tests/filesystems/test_btrfs.py Outdated Show resolved Hide resolved
tests/filesystems/test_btrfs.py Show resolved Hide resolved
@Miauwkeru Miauwkeru force-pushed the 815-add-metadata-to-stat-output-for-btrfs branch from ce23568 to 3cb44c2 Compare September 12, 2024 08:49
@Miauwkeru Miauwkeru dismissed Schamper’s stale review September 12, 2024 11:22

All comments have been resolved

@Miauwkeru Miauwkeru merged commit f2b2a24 into main Sep 12, 2024
18 checks passed
@Miauwkeru Miauwkeru deleted the 815-add-metadata-to-stat-output-for-btrfs branch September 12, 2024 11:23
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.

Add metadata to stat output for Btrfs
3 participants