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.
Among the 16 debian patches available in version 2.4.2-2 of the package, we noticed the following issues: