-
Notifications
You must be signed in to change notification settings - Fork 244
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
btrfs-progs: mkfs: add --compress #925
Open
maharmstone
wants to merge
41
commits into
kdave:devel
Choose a base branch
from
maharmstone:compression
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,251
−1,208
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
79ce9b6
libbtrfsutil: bump btrfsutil version, add release steps
kdave 762c7e8
btrfs-progs: libbtrfsutil/python: use MANIFEST.in for headers
adam900710 c2c922f
btrfs-progs: libbtrfsutil/python: reuse existing README.md for long d…
adam900710 5d2ef32
btrfs-progs: receive: make option quiet work for chroot
s-hamann 59f74c2
btrfs-progs: mkfs: rework --subvol CLI option
maharmstone 6a1d4ad
btrfs-progs: mkfs: avoid dynamic allocation when doing --subvol
maharmstone bb1e846
btrfs-progs: tests: also test --subvol modifiers in mkfs-tests/036-ro…
maharmstone dbabafa
btrfs-progs: fix usage warning in common/help.c
asj 1cc034e
btrfs-progs: docs: update 6.11 contribution graphs
kdave e671013
btrfs-progs: docs: add kernel changelogs for 6.9, 6.10 and 6.11
kdave 2595fbf
btrfs-progs: docs: fix typo and dead link
maharmstone f6dc0e8
btrfs-progs: check: explicit holes in log tree don't get csummed
maharmstone 175cbfc
btrfs-progs: check: handle compressed extents when checking tree log
maharmstone 6c7d2a3
btrfs-progs: check: check main csum root if csum not in log tree
maharmstone 9d533a6
btrfs-progs: fix the typo inside kernel-by-version.rst
adam900710 48655de
btrfs-progs: docs: Added DEV_ITEM object id.
hanyuwei70 8312024
btrfs-progs: add an image explicit hole to fsck-tests/065-valid-log-tree
maharmstone d260910
btrfs-progs: add an image with compressed extent to fsck-tests/065-va…
maharmstone 58dfcf8
btrfs-progs: add an image to fsck-tests/065-valid-log-tree where csum…
maharmstone d2c40c1
btrfs-progs: print-tree: use ARRAY_SIZE() to replace open-coded ones
adam900710 010b93f
btrfs-progs: print-tree: cleanup __print_readable_flag()
adam900710 d72ab68
btrfs-progs: print-tree: use readable_flag_entry for inode flags
adam900710 5b0452d
btrfs-progs: docs: say where to get help
csnover b3f6300
btrfs-progs: docs: clarify transid verify error recoverability
csnover d832a32
btrfs-progs: docs: clarify how btrfs check works with replicas
csnover 18dcd2d
btrfs-procs: docs: add warning about balance to replace failing device
csnover 66f08f9
btrfs-progs: docs: enhance the scrub chapter
csnover f4b2a33
btrfs-progs: docs: fix double word in intro
silopolis 324bea5
btrfs-progs: docs: fix BTRFS capitalization
silopolis 881f1e3
btrfs-progs: docs: subvolume intro editing
silopolis 499a049
btrfs-progs: docs: auto-repair editing
b5d8449
btrfs-progs: docs: checksumming editing
479103c
btrfs-progs: docs: add 6.12 kernel development statistics
kdave bc574b1
btrfs-progs: device-utils: include libgen.h for musl
martinetd 206baf7
btrfs-progs: utils: ask_user: flush stdout after prompt
martinetd 92c7dd2
btrfs-progs: do not call btrfs_record_file_extent() out of btrfs-convert
adam900710 388f493
btrfs-progs: make btrfs_insert_file_extent() accept an on-stack file …
adam900710 d5adf75
btrfs-progs: mkfs: refactor add_file_items()
maharmstone 9694490
btrfs-progs: mkfs: add --compress option
maharmstone 0e7774a
btrfs-progs: mkfs: add zstd to --compress option
maharmstone 934b46c
btrfs-progs: mkfs: add lzo to --compress option
maharmstone 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
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
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
Oops, something went wrong.
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.
Please use
BTRFS_COMPRESS_NONE
to replace immediate number0
.