-
Notifications
You must be signed in to change notification settings - Fork 2
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
ZFS 2.3.0 #28
Open
mmstick
wants to merge
109
commits into
master
Choose a base branch
from
zfs-2.3.0
base: master
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.
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
Update to upstream version '2.2.0' with Debian dir 36e96e75ce170ba6bafcfd3bcbb152ebec610014
based on contrib/debian/rules.in Signed-off-by: Stoiko Ivanov <[email protected]>
With ZFS 2.2. they're actually only installed if ZFS is being build for FreeBSD, so not remvoing them here leads to a missing file error. Signed-off-by: Thomas Lamprecht <[email protected]> Signed-off-by: Stoiko Ivanov <[email protected]>
Cater to dh_missing complaints and ship new: - zilstat tool - zfs-lock and zfs-unlock manual pages in section 8 - vdevprops manual page in section 7 - systemd template unit files for trimming a specific pool, inclusive timers to do so on a weekly and/or monthly basis. Keep those covered by our default "no-stop-on-upgrade" rule for the dh_systemd helper. Signed-off-by: Thomas Lamprecht <[email protected]> Signed-off-by: Stoiko Ivanov <[email protected]>
Lots of targeted commands consisting of a single file as source got moved a level up from their command-specific sub-directory to cmd/ directory directly. A handful of build-artefacts like configure/m4 files generated by auto-tools, was removed from being tracked by git. Then some stuff was simple unused or broken and got deleted (vdev_cache, zfs_spa). Others where replaced (sha256 by general sha2 library, zstreamdump by zstream). Signed-off-by: Thomas Lamprecht <[email protected]> Signed-off-by: Stoiko Ivanov <[email protected]>
This was integrated into upstreams autoconf in commit: e69ade32e116e72d03068c03799924c3f1a15c95 (contrib: bash_completion.d: make install destination vendor dependent) Signed-off-by: Stoiko Ivanov <[email protected]>
While some symbols were also removed - upstream did not change the soname of the libraries, and the commits removing (at least part of) the symbols mostly mention that it's undocumented and left-over code, or a general cleanup. e.g. commits: d406a695c libefi: remove efi_auto_sense() 94f942c65 libspl: staticify buf and pagesize, rename aok to libspl_assert_ok 18168da72 module/*.ko: prune .data, global .rodata 739cfb965 libzfs: convert to -fvisibility=hidden 327c90461 lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hidden 3e254aaad Remove old or redundant SHA2 files 2b4f2fc93 libzfs: return (allocated) strings instead of filling buffers So keep the soname in sync with upstream. Signed-off-by: Stoiko Ivanov <[email protected]>
Signed-off-by: Stoiko Ivanov <[email protected]>
Signed-off-by: Stoiko Ivanov <[email protected]>
Update to upstream version '2.2.1' with Debian dir d7725d35c5dd187ec72954cfdf6d6e11226725e6
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Add some 32bit-only symbols, tag some amd64-only symbols Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Aron Xu <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Gbp-Dch: ignore Signed-off-by: Shengqi Chen <[email protected]>
Update to upstream version '2.2.2' with Debian dir 4b51dcb17452a0b7b5733207adcc28d1b0bd19f5
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Update to upstream version '2.3.0~rc2' with Debian dir 62a4b76412cf8855449ced053d95e158b5a14880
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Update to upstream version '2.3.0~rc4' with Debian dir 3434274db8bf797e08dda6aaa1e59436063643f9
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Update to upstream version '2.3.0~rc5' with Debian dir 09dad2d1777a690a8fd12ba833261eba96543434
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Update to upstream version '2.3.0' with Debian dir 7974fda443baabfb02d7722d85495d3d2e1738f3
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Signed-off-by: Shengqi Chen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Unblocks Linux 6.11 through 6.13 support