Publishing details

Changelog

zfs-linux (0.8.1-1ubuntu9~ubuntu19.04.1~ppa1) disco; urgency=medium

  * No-change backport to disco

zfs-linux (0.8.1-1ubuntu9) eoan; urgency=medium

  [ Colin Ian King ]
  * Apply upstream Linux 5.3 compat fixes:
    - debian/patches/3300-Linux-5.3-compat-rw_semaphore-owner.patch
    - debian/patches/3301-Linux-5.3-compat-retire-rw_tryupgrade.patch
  [ Thadeu Lima de Souza Cascardo ]
  * module/Makefile.in: Use obj-m instead of subdir-m
    - obj-m should be now used for module building

zfs-linux (0.8.1-1ubuntu8) eoan; urgency=medium

  * debian/patches/git_fix_mount_race.patch:
    - Cherry-pick from upstream to fix a race when using canmount=off
      (LP: #1837717)
  * debian/patches/zsys-support.patch:
    - Don't clone on zsys non zsys bootfs. The zsys daemon will clone it for
      us.
    - Hook into zfs-mount-generator as step 1. We will need further
      optimization in a separate pass.

zfs-linux (0.8.1-1ubuntu7) eoan; urgency=medium

  * debian/control: Make zfs-dracut arch-restricted again, matching what
    was uploaded in 0.7.11-3ubuntu3 and mistakenly dropped in a merge.

zfs-linux (0.8.1-1ubuntu6) eoan; urgency=medium

  * Make zfs-initramfs architecture-dependent again, so it doesn't exist on
    our 32-bit archs and try to promote zfs-dkms to main.

zfs-linux (0.8.1-1ubuntu5) eoan; urgency=medium

  * Fix s390x stack smashing because a lua setjmp/longjmp buf was
    to small for this architecture.

zfs-linux (0.8.1-1ubuntu4) eoan; urgency=medium

  * Ensure any previous ZFS/SPL modules are removed before loading
    new ZFS/SPL modules to ensure correct drivers are being tested.
    Changes in debian/tests/kernel-smoke-test

zfs-linux (0.8.1-1ubuntu3) eoan; urgency=medium

  * Ensure libc6-dev or libc-dev is installed when building zfs-dkms
    as autotools needs to build test code that depends on this when
    doing the pre-build config probing.

zfs-linux (0.8.1-1ubuntu2) eoan; urgency=medium

  * Disable dkms tests as Ubuntu has drivers built
    into the kernel.

zfs-linux (0.8.1-1ubuntu1) eoan; urgency=medium

  * Sync from Debian experimental
  * Update Ubuntu sauce patches:
    - 0010-fix-install-path-of-zpool.d-scripts.patch
    - 2100-zfs-load-module.patch
    - 2200-add-zfs-0.6.x-ioctl-compat-shim.patch
    - 3100-remove-libzfs-module-timeout.patch
    - zsys-support.patch
  * Add in zfs-doc and zfs-dbg to control file
  * Limit to 64 bit architectures only

zfs-linux (0.8.1-1) experimental; urgency=medium

  * New upstream version 0.8.1
  * Remove cherry-picked zfs-gh8816-revert-ec4f9b8.patch .

zfs-linux (0.8.0-2) experimental; urgency=high

  * Revert ec4f9b8 to avoid potential dataloss. (See: Github#8816)

zfs-linux (0.8.0-1) experimental; urgency=medium

  [ Stoiko Ivanov ]
  * zfsutils-linux: persist hostid in postinst script

  [ Mo Zhou ]
  * New upstream version 0.8.0
  * Rebase 0001-Prevent-manual-builds-in-the-DKMS-source.patch
  * Refresh 2000-increase-default-zcmd-allocation-to-256K.patch
  * debian/NEWS: add news for 0.8.0
  * Enforce version alignment between zfsutils-linux/libs. (Closes: #928118)
  * Remove unused lintian overrides for zfsutils-linux.

zfs-linux (0.8.0~rc4-1) experimental; urgency=medium

  * New upstream version 0.8.0~rc4
  * Remove already merged patches:
    - clarify-zpool-iostat-statistics-reporting.patch
    - allow-rename-of-in-use-zvol-dataset.patch
    - delay-injection-can-cause-indefinitely-hung-zios.patch
    - dont-enter-zvols-rangelock-for-read-bio-with-size-0.patch
    - fix-zdb-crash.patch
    - zfs-mount-manpage-should-document-legacy-behaviour.patch
    - zfs-mounted-nfsv3-shares-fail-lock-reclaims.patch
  * Refresh remaining patches (quilt push -a --refresh).
  * Refresh debian/control.

zfs-linux (0.8.0~rc3-1) experimental; urgency=medium

  [ Antonio Russo ]
  * Use zfsexecdir tunable to relocate scripts.
  * Install systemd zfs-mount-generator
  * SPL is now included in upstream ZFS packaging.
    Build dummy spl and spl-dkms packages to ease upgrades.
    (Closes: #909153, #902165, #894609)
  * Refresh remaining patches.
  * Include new scsi example scripts.
  * Use arc_summary3.py to provide arc_summary.
  * Reflect tests removed upstream.
  * Include zfs-program manual page.
  * Add ssl dependency.
  * Build and provide python3-pyzfs package.
  * Fix dh_strip build failure

  [ Mo Zhou ]
  * New upstream version 0.8.0~rc3 (Closes: #900862)
  * Use Linux-{Maximum,Minimum} META info to specify linux compatibility.
    Based on Antonio Russo <email address hidden>'s patch.
  * Update the Homepage URL to use https format URL.
  * Remove duplicated "Priority" fields in control*.
  * Update short and long descriptions for dummy packages: spl, spl-dkms.
  * Let dummy packages depends on misc:Depends, to make lintian happy.
  * Update lintian overrides for zfsutils-linux, zfs-test and zfs-zed.
  * Drop zfs-dbg in favor of automatic -dbgsym packages.
  * Overhaul copyright for the 0.8.X release.
  * Add 2 NEW autopkgtest cases which build modules and modules-udeb packages.
  * Update control.modules.in and refresh the kernel module file list.
  * Add missing Deps: file, python3-distutils for zfs-dkms.
  * Upgrade debian/watch to uscan-version-4.
  * Autopkgtest: New smoke test: kernel-smoke-test-encryption
  * Autopkgtest: New test case that runs ztest.
  * Remove 25 backported patches that are already applied in current version:
     - 2301-zfs-promote-rename-.-recv-should-be-an-error.patch
     - 2302-Fix-parsable-zfs-get-for-compressratios.patch
     - 2303-Fix-zpool-events-scripted-mode-tab-separator.patch
     - 2305-Allow-longer-SPA-names-in-stats.patch
     - 2308-OpenZFS-8375-Kernel-memory-leak-in-nvpair-code.patch
     - 2309-OpenZFS-7261-nvlist-code-should-enforce-name-length-.patch
     - 2310-OpenZFS-5778-nvpair_type_is_array-does-not-recognize.patch
     - 2313-Fix-printk-calls-missing-log-level.patch
     - 2314-Fix-abdstats-kstat-on-32-bit-systems.patch
     - 2316-Fix-coverity-defects-147480-147584.patch
     - 2317-Fix-coverity-defects-CID-161388.patch
     - 2318-Use-ashift-12-by-default-on-SSDSC2BW48-disks.patch
     - 2319-OpenZFS-8558-8602-lwp_create-returns-EAGAIN.patch
     - 2320-ZFS-send-fails-to-dump-objects-larger-than-128PiB.patch
     - 2323-Fix-segfault-in-zpool-iostat-when-adding-VDEVs.patch
     - 2328-Fix-fsanitize-address-memory-leak.patch
     - 2331-OpenZFS-8897-zpool-online-e-fails-assertion-when-run.patch
     - 2332-OpenZFS-8898-creating-fs-with-checksum-skein-on-the-.patch
     - 2334-OpenZFS-8641-zpool-clear-and-zinject-don-t-work-on-s.patch
     - 2336-OpenZFS-8972-zfs-holds-In-scripted-mode-do-not-pad-c.patch
     - 2337-Revert-Remove-wrong-ASSERT-in-annotate_ecksum.patch
     - 2338-OpenZFS-8731-ASSERT3U-nui64s-UINT16_MAX-fails-for-la.patch
     - 2339-Prevent-zdb-8-from-occasionally-hanging-on-I-O.patch
     - 2341-Change-movaps-to-movups-in-AES-NI-code.patch
     - 3203-Fix-zpool-create-t-tempname.patch

zfs-linux (0.7.13-1) unstable; urgency=medium

  [ Mo Zhou ]
  * New upstream version 0.7.13
  * Rebase 2332-OpenZFS-8898-creating-fs-with-checksum-skein-on-the-.patch.
  * Remove linux 4.20 and 5.0 compat fixes (supported by upstream).
    - 3204-Add-4.20-timespec-compat-fix.patch
    - 3300-Add-check-for-totalram-pages.patch
    - 3301-Add-check-for-ktime_get_coarse_real_ts64.patch
    - 3302-linux-5-0-disable-vector-instructions-on-5-0-kernels.patch
    - 3303-linux-5-0-convert-ms-macros-to-sb.patch
    - 3304-linux-5-0-fix-bio-set-dev.patch
  * Bump Standards-Version to 4.3.0 (no change).

  [ Antonio Russo ]
  * Include new example scripts

zfs-linux (0.7.12-5) unstable; urgency=medium

  * Prevent autopkgtest::dkms-zfs-test from installing zfsutils-linux
    which would cause test failure.

zfs-linux (0.7.12-4) unstable; urgency=medium

  [ Salsa Pipeline ]
  * Update salsa CI pipeline

  [ Mo Zhou ]
  * Rewrite autopkgtest script dkms-zfs-test. (Closes: #921383)
  * Cherry-pick some upstream commits and refresh patches:
    + clarify-zpool-iostat-statistics-reporting.patch
    + delay-injection-can-cause-indefinitely-hung-zios.patch
    + dont-enter-zvols-rangelock-for-read-bio-with-size-0.patch
    + fix-zdb-crash.patch
    + zfs-mount-manpage-should-document-legacy-behaviour.patch
    + zfs-mounted-nfsv3-shares-fail-lock-reclaims.patch
    + allow-rename-of-in-use-zvol-dataset.patch

zfs-linux (0.7.12-3) unstable; urgency=medium

  [ Colin Ian King (Ubuntu diff 0.7.12-1ubuntu5) ]
  * Cherry-pick upstream patches:
     + 2301-zfs-promote-rename-.-recv-should-be-an-error.patch
     + 2302-Fix-parsable-zfs-get-for-compressratios.patch
     + 2303-Fix-zpool-events-scripted-mode-tab-separator.patch
     + 2305-Allow-longer-SPA-names-in-stats.patch
     + 2308-OpenZFS-8375-Kernel-memory-leak-in-nvpair-code.patch
     + 2309-OpenZFS-7261-nvlist-code-should-enforce-name-length-.patch
     + 2310-OpenZFS-5778-nvpair_type_is_array-does-not-recognize.patch
     + 2313-Fix-printk-calls-missing-log-level.patch
     + 2314-Fix-abdstats-kstat-on-32-bit-systems.patch
     + 2316-Fix-coverity-defects-147480-147584.patch
     + 2317-Fix-coverity-defects-CID-161388.patch
     + 2318-Use-ashift-12-by-default-on-SSDSC2BW48-disks.patch
     + 2319-OpenZFS-8558-8602-lwp_create-returns-EAGAIN.patch
     + 2320-ZFS-send-fails-to-dump-objects-larger-than-128PiB.patch
     + 2323-Fix-segfault-in-zpool-iostat-when-adding-VDEVs.patch
     + 2328-Fix-fsanitize-address-memory-leak.patch
     + 2331-OpenZFS-8897-zpool-online-e-fails-assertion-when-run.patch
     + 2332-OpenZFS-8898-creating-fs-with-checksum-skein-on-the-.patch
     + 2334-OpenZFS-8641-zpool-clear-and-zinject-don-t-work-on-s.patch
     + 2336-OpenZFS-8972-zfs-holds-In-scripted-mode-do-not-pad-c.patch
     + 2337-Revert-Remove-wrong-ASSERT-in-annotate_ecksum.patch
     + 2338-OpenZFS-8731-ASSERT3U-nui64s-UINT16_MAX-fails-for-la.patch
     + 2339-Prevent-zdb-8-from-occasionally-hanging-on-I-O.patch
     + 2341-Change-movaps-to-movups-in-AES-NI-code.patch
     + 3203-Fix-zpool-create-t-tempname.patch
  * Add Linux 4.20 and 5.0 compat fixes. (0.7.12-1ubuntu{3,4,5})
     + 3204-Add-4.20-timespec-compat-fix.patch
     + 3300-Add-check-for-totalram-pages.patch
     + 3301-Add-check-for-ktime_get_coarse_real_ts64.patch
     + 3302-linux-5-0-disable-vector-instructions-on-5-0-kernels.patch
     + 3303-linux-5-0-convert-ms-macros-to-sb.patch
     + 3304-linux-5-0-fix-bio-set-dev.patch

  [ Aron Xu ]
  * Bump linux_compat to 5.0

  [ Mo Zhou ]
  * Update init-debian-openrc-workaround.patch
  * Remove duplicated Priority field from control.
  * Amend autopkgtest script dkms-zfs-test. (Closes: #921383)

zfs-linux (0.7.12-2) unstable; urgency=medium

  [ Colin Ian King ]
  * Only run autopkgtests for amd64, arm64, ppc64el and s390x (LP#1805627).

  [ Martin Bagge / brother ]
  * [INTL:sv] Swedish strings for zfs-linux debconf (Closes: #918020)

  [ Anders Jonsson ]
  * sv.po: typo fix

  [ Mo Zhou ]
  * Change init script's behaviour to default during postinst.
  * Add ${perl:Depends} to zfs-dkms's Depends.
  * Add autopkgtest script to test zfs-dkms build.
  * autopkgtest: minor fix

  [ Aron Xu ]
  * Add XS-Autobuild: yes to d/control
  * Conflicts with insserv << 1.18 (Closes: #915831)

 -- Bradford Powell <email address hidden>  Sat, 24 Aug 2019 11:12:26 -0400

Available diffs

Builds

Built packages

Package files