-
Notifications
You must be signed in to change notification settings - Fork 35
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 decoding erofs into lcfs_node, and some tooling using it #185
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7fa6107
tests/dumpdir: Print mode in octal, makes it easer to read
alexlarsson 1c69f93
Fix minor distcheck issues
alexlarsson 1b0e9f3
lib: Drop reference to unused overlayfs xattr
alexlarsson fc30bb6
lcfs-internal.h; Add cleanup_node macro
alexlarsson 6ca622f
Use cleanup_node to simplify some code
alexlarsson ccb7374
Move erofs helpers to new lcfs-erofs-internal.h
alexlarsson 55067ad
Move some utility functions to lcfs-utils.h
alexlarsson d186f4c
Add (and use) defines for overlayfs xattr names
alexlarsson fe81a66
When escaping whiteouts, also set the userxattrs xatrs.
alexlarsson 30bcbe5
lib: Add lcfs_node_get_payload/hardlink_target()
alexlarsson 0366de5
lib: Add support to load image to lcfs_node
alexlarsson cc73fbf
tools: Add composefs-info tool
alexlarsson 1340829
Test ability to reproduce parsed images
alexlarsson e958ded
composefs-from-json: Add new x-content key type
alexlarsson f0594cb
Move tests from tools/test-assets to tests/assets
alexlarsson 90676ee
Add special.json test asset
alexlarsson 7c65eb0
tests: Run fsck.erofs (if available) on generated erofs
alexlarsson 4110ef4
Update composefs-fuse
alexlarsson fbdf4e4
Add some more unit tests to make check
alexlarsson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
optional: This is just code motion, so OK, but same question re
asprintf
- can be a followup.