Debian Package Tracker
Register | Log in
Subscribe

zfs-linux

Choose email to subscribe with

general
  • source: zfs-linux (contrib)
  • version: 2.4.2-2
  • maintainer: Debian ZFS on Linux maintainers (archive) (DMD)
  • uploaders: Aron Xu [DMD] – Carlos Alberto Lopez Perez [DMD] – Mo Zhou [DMD] – Shengqi Chen [DMD]
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.0.3-9+deb11u1
  • o-o-sec: 2.0.3-9+deb11u2
  • oldstable: 2.1.11-1+deb12u1
  • old-bpo: 2.3.2-2~bpo12+2
  • stable: 2.3.2-2
  • stable-bpo: 2.4.2-1~bpo13+1
  • testing: 2.4.2-2
  • unstable: 2.4.2-2
versioned links
  • 2.0.3-9+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.0.3-9+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.1.11-1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.3.2-2~bpo12+2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.3.2-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.3.5-2~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.4.2-1~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.4.2-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libnvpair3linux
  • libpam-zfs (4 bugs: 0, 4, 0, 0)
  • libuutil3linux
  • libzfs7linux
  • libzfsbootenv1linux
  • libzfslinux-dev
  • libzpool7linux
  • python3-pyzfs
  • pyzfs-doc
  • zfs-dkms (6 bugs: 0, 4, 2, 0)
  • zfs-dracut
  • zfs-initramfs (5 bugs: 0, 5, 0, 0)
  • zfs-test
  • zfs-zed
  • zfsutils-linux (9 bugs: 0, 7, 2, 0)
action needed
4 bugs tagged patch in the BTS normal
The BTS contains patches fixing 4 bugs, consider including or untagging them.
Created: 2026-06-02 Last update: 2026-06-15 13:30
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 2.4.3-1, distribution unstable) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 0bf9d09651bc4a822123593589ba95fd72702d4f
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Mon Jun 15 19:38:20 2026 +0800

    d/watch: fix version 5 format (separate header/source paragraphs)

commit 73acd4bf3375eccce3a9376342b30e2b6f1af807
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Mon Jun 15 19:39:17 2026 +0800

    Release 2.3.4-1 to unstable

commit e8ea63183276761d73ee1e7bd3aa275a7c33352b
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Mon Jun 15 16:59:27 2026 +0800

    d/patches: refresh for 2.4.3 and drop fix-Linux-Maximum (merged upstream)

commit 98119f18d93e9cc7e083f150ae0ff74f77d44870
Merge: 0345ec31 3f8a2af2
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Mon Jun 15 16:54:35 2026 +0800

    Update upstream source from tag 'upstream/2.4.3'
    
    Update to upstream version '2.4.3'
    with Debian dir 6639e1e18fefce4af6aca1f4f6fe3af8e188f1e5

commit 3f8a2af2804778c6065f169e4052f1d5db58a899
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Mon Jun 15 16:53:56 2026 +0800

    New upstream version 2.4.3

commit 0345ec313563aa4c4eb837b4477e0c600d6146f7
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Sat May 30 17:20:52 2026 +0800

    d/patches: document org.debian:periodic-{scrub,trim} in manpage (Closes: #1036642)

commit 94670ff8fc72a4adb19d96be1c9d84ab2cdbb835
Author: Aron Xu <happyaron.xu@gmail.com>
Date:   Mon May 25 21:19:41 2026 +0800

    periodic-trim: support SATA SSDs and mixed pools in auto mode
    
    The auto mode previously only trimmed NVMe-only pools. Extend it to
    also cover SATA SSDs with queued TRIM and mixed pools (e.g. NVMe SSDs
    combined with regular HDDs or older SATA SSDs).
    
    Each data leaf device in a pool is classified as either safe to trim
    or skipped. Safe device paths are passed to zpool trim in a single
    grouped call:
    
      - safe:  NVMe (always queued), non-rotational SATA with queued TRIM
      - skip:  all rotational devices, non-queued TRIM (blocking I/O),
               unknown devices behind SAS HBAs (conservative)
    
    Aux vdevs (cache, spare) are excluded since they are not targets of
    zpool trim.
    
    Device TRIM capability is read from the kernel's ata_device/trim
    sysfs attribute (available since Linux 4.2, commit f303074160d3)
    which reflects both protocol capability and device-specific quirks
    (ATA_QUIRK_NO_NCQ_TRIM, ATA_QUIRK_NOTRIM). The correct ata_device
    is identified by mapping the SCSI address (H:B:T:L) to the ATA
    device name using nr_pmp_links to distinguish direct-attached
    devices from those behind port multipliers. PATA master/slave
    configurations are also handled.
Created: 2026-05-25 Last update: 2026-06-15 12:31
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2026-05-16 Last update: 2026-05-16 12:00
debian/patches: 4 patches to forward upstream low

Among the 16 debian patches available in version 2.4.2-2 of the package, we noticed the following issues:

  • 4 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-05-16 06:30
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2026-06-15] Accepted zfs-linux 2.4.3-1 (source) into unstable (Aron Xu)
  • [2026-05-27] Accepted zfs-linux 2.4.2-1~bpo13+1 (source) into stable-backports (Shengqi Chen)
  • [2026-05-25] zfs-linux 2.4.2-2 MIGRATED to testing (Debian testing watch)
  • [2026-05-15] Accepted zfs-linux 2.4.2-2 (source) into unstable (Shengqi Chen)
  • [2026-05-13] Accepted zfs-linux 2.4.2-1 (source) into unstable (Shengqi Chen)
  • [2026-03-16] Accepted zfs-linux 2.4.1-1~bpo13+1 (source) into stable-backports (Shengqi Chen)
  • [2026-03-11] zfs-linux 2.4.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-06] Accepted zfs-linux 2.4.1-1 (source) into unstable (Shengqi Chen)
  • [2026-02-06] Accepted zfs-linux 2.4.0-1~bpo13+1 (source amd64 all) into stable-backports (Debian FTP Masters) (signed by: Shengqi Chen)
  • [2026-01-15] zfs-linux 2.4.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-01-09] Accepted zfs-linux 2.4.0-1 (source) into unstable (Shengqi Chen)
  • [2025-12-27] Accepted zfs-linux 2.4.0-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Shengqi Chen)
  • [2025-11-29] Accepted zfs-linux 2.3.5-2~bpo13+1 (source) into stable-backports (Shengqi Chen)
  • [2025-11-29] zfs-linux 2.3.5-2 MIGRATED to testing (Debian testing watch)
  • [2025-11-24] Accepted zfs-linux 2.3.5-2 (source) into unstable (Aron Xu)
  • [2025-11-24] zfs-linux 2.3.5-1 MIGRATED to testing (Debian testing watch)
  • [2025-11-19] Accepted zfs-linux 2.3.5-1 (source) into unstable (Aron Xu)
  • [2025-09-22] Accepted zfs-linux 2.3.4-1~bpo13+1 (source) into stable-backports (Shengqi Chen)
  • [2025-09-02] zfs-linux 2.3.4-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-26] Accepted zfs-linux 2.3.4-1 (source) into unstable (Shengqi Chen)
  • [2025-08-23] Accepted zfs-linux 2.3.3-1~bpo13+1 (source amd64 all) into stable-backports (Debian FTP Masters) (signed by: Shengqi Chen)
  • [2025-08-23] zfs-linux 2.3.3-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-18] Accepted zfs-linux 2.3.2-2~bpo12+2 (source) into oldstable-backports (Shengqi Chen)
  • [2025-08-17] Accepted zfs-linux 2.3.4~git20250812.3b64a96-1 (source) into experimental (Shengqi Chen)
  • [2025-08-14] Accepted zfs-linux 2.3.3-1 (source) into unstable (Shengqi Chen)
  • [2025-07-18] Accepted zfs-linux 2.3.2-2~bpo12+1 (source) into stable-backports (Aron Xu)
  • [2025-07-11] zfs-linux 2.3.2-2 MIGRATED to testing (Debian testing watch)
  • [2025-07-06] Accepted zfs-linux 2.3.2-2 (source) into unstable (Shengqi Chen)
  • [2025-05-12] zfs-linux 2.3.2-1 MIGRATED to testing (Debian testing watch)
  • [2025-05-02] Accepted zfs-linux 2.3.2-1 (source) into unstable (Shengqi Chen)
  • 1
  • 2
bugs [bug history graph]
  • all: 34 35
  • RC: 0
  • I&N: 22 23
  • M&W: 12
  • F&P: 0
  • patch: 4
links
  • homepage
  • lintian (0, 1)
  • buildd: logs
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (65, -)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.4.1-1ubuntu5
  • patches for 2.4.1-1ubuntu5

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing