-
-
Notifications
You must be signed in to change notification settings - Fork 13
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 non-standard CompressionOptions support #584
Merged
wcampbell0x2a
merged 1 commit into
master
from
add-non-standard-compression-options-support
Sep 3, 2024
Merged
Add non-standard CompressionOptions support #584
wcampbell0x2a
merged 1 commit into
master
from
add-non-standard-compression-options-support
Sep 3, 2024
Conversation
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
Owner
wcampbell0x2a
commented
Aug 6, 2024
- You ever wonder "what if a squashfs had custom compression options that I am forced to emit because the kernel is expecting this?". If this is you, then have fun with this addition! This allows one to implement compression_options for CompressionAction and emit.. whatever you want as the the compression option bytes.
- Change superblock struct in FilesystemWriter As Soon As Possible to make sure everything can just use those settings.
- Update tests to be un-padded for custom compression, easier to see the diff's with biodiff and such.
Benchmark for f341738Click to view benchmark
|
wcampbell0x2a
force-pushed
the
add-non-standard-compression-options-support
branch
from
August 7, 2024 01:58
7f12bb3
to
267f830
Compare
Benchmark for e0b67cbClick to view benchmark
|
wcampbell0x2a
force-pushed
the
add-non-standard-compression-options-support
branch
from
August 7, 2024 03:31
267f830
to
11af4c5
Compare
Benchmark for b683c31Click to view benchmark
|
wcampbell0x2a
force-pushed
the
add-non-standard-compression-options-support
branch
from
September 1, 2024 17:31
11af4c5
to
a8e3495
Compare
github-actions
bot
added
A-add
backhand-cli: add
A-replace
backhand-cli: replace
A-backhand-cli
labels
Sep 1, 2024
wcampbell0x2a
force-pushed
the
add-non-standard-compression-options-support
branch
from
September 1, 2024 17:35
a8e3495
to
28dabfd
Compare
Benchmark for dcb240bClick to view benchmark
|
Benchmark for 5fd8328Click to view benchmark
|
wcampbell0x2a
commented
Sep 2, 2024
wcampbell0x2a
force-pushed
the
add-non-standard-compression-options-support
branch
from
September 2, 2024 16:04
28dabfd
to
e39bc05
Compare
Benchmark for 8dda05eClick to view benchmark
|
* You ever wonder "what if a squashfs had custom compression options that I am forced to emit because the kernel is expecting this?". If this is you, then have fun with this addition! This allows one to implement compression_options for CompressionAction and emit.. whatever you want as the the compression option bytes. * Change superblock struct in FilesystemWriter As Soon As Possible to make sure everything can just use those settings. * Update tests to be un-padded for custom compression, easier to see the diff's with biodiff and such. * Add --no-compression-options to `add` and `replace`
wcampbell0x2a
force-pushed
the
add-non-standard-compression-options-support
branch
from
September 2, 2024 23:57
e39bc05
to
dc0a25a
Compare
wcampbell0x2a
deleted the
add-non-standard-compression-options-support
branch
September 3, 2024 00:00
Benchmark for 8b9c9deClick to view benchmark
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-add
backhand-cli: add
A-backhand-cli
A-backhand-lib
A-replace
backhand-cli: replace
A-tests
bakchand-tests
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.