btrfsmaintenance (0.5.2-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.5.2-2 > 0.5.2-1
- Git: https://salsa.debian.org/sten/btrfsmaintenance.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 581632
- Browser: https://salsa.debian.org/sten/btrfsmaintenance
- Last scan: 2025-09-03 21:21:07+00
- Next scan: 2025-09-11 08:35:00+00
- Merge requests: 3
- Debian changelog in Git:
btrfsmaintenance (0.5.2-2) UNRELEASED; urgency=medium
* Update 0001-use-default-not-sysconfig.patch to decruft all components to
which upstream added support for /etc/default/btrfsmaintenance.
* Rename 0004-disable-periodic-balance-by-default.patch
-> 0003-disable-periodic-balance-by-default.patch.
* Unset "OnCalendar=" in btrfs-balance.timer to finish disabling periodic
balance by default.
* Add 0004-Do-not-start-balance-defrag-or-scrub-without-AC-powe.patch. See
patch header and the message of commit:5f68c93 for full rationale.
* Make further clarity and style enhancements to README.Debian
(Closes: #1112059).
* Bookworm enabled the fstrim.timer by default, so stop providing the
alternative implementation in btrfsmaintenance, because btrfs is already
too confusing for users; Add 0005-disable-btrfs-specific-fstrim.patch.
* Update my copyright years.
* Declare Standards-Version: 4.7.2 (no additional changes required).
-- Nicholas D Steeves <sten@debian.org> Mon, 25 Aug 2025 16:25:43 -0400
- This branch is 12 commits ahead of tag debian/0.5.2-1
- Git log:
commit 58e15e18819e085596d2b6492360ed081ea4bc7c
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 19:10:08 2025 -0400
Unset "OnCalendar=" in btrfs-balance.timer to finish disabling…
periodic balance by default.
commit da4f2a26246ba1c1c39275cc8f061d5982b2c0bb
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 17:31:19 2025 -0400
mark this changelog as UNRELEASED
commit 4a239226f10d482d64afe4b095e78527cce6bc94
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 16:25:14 2025 -0400
renumber patches and update changelog
commit 025260603d3d3f7c27408d940920bc483f4071cf
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 16:15:44 2025 -0400
Declare Standards-Version: 4.7.2 (no additional changes required).
commit 0f64f4d86dc47e9bc5f1705adbadd1b39adca826
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 16:14:51 2025 -0400
Update my copyright years.
commit f7164c6ac3db53a153e0c4b565f09155fb7ab29a
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 16:08:54 2025 -0400
fixup for dc4a07b (do not install btrfs-trim.timer)
commit 47ddad7fa6688c91c0c6cc625465e45d1670e5e2
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 15:56:07 2025 -0400
changelog: resolve commit:TODO
commit cde61160769a7c1b826bc5cffd15512aae7c4ee9
Author: Nicholas D Steeves <sten@debian.org>
Date: Mon Aug 25 15:52:12 2025 -0400
Make further clarity and style enhancements to README.Debian (Closes: #1112059)
commit dc4a07bdc5c979b23f0a5af44d3aafacee72e34c
Author: Nicholas D Steeves <sten@debian.org>
Date: Fri Aug 1 17:18:49 2025 -0400
Bookworm enabled the fstrim.timer by default, so stop providing the…
alternative implementation in btrfsmaintenance, because btrfs is
already too confusing for users.
commit dd1477da2cf3ff800363da10473eba6ce0bc427e
Author: Nicholas D Steeves <sten@debian.org>
Date: Fri Aug 1 17:17:57 2025 -0400
Make further clarity and style enhancements to README.Debian.
commit 5f68c936b777b53bf2f3487c7135a41883b502f2
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Jul 22 20:57:53 2025 -0400
Do not start balance, defrag, or scrub without AC power (mains)
Perfect is the enemy of the good, and our ZFS and btrfsd packages have
set a precedent. Meanwhile, average laptops will not be able to
repair any corruption, because they are typically single-disk systems.
On these systems, the benefit of running a scrub is to chose when to
potentially detect an unrecoverable corruption. Furthermore, running
a scrub on battery power risks a potential unclean shutdown, which is
itself something which may precipitate data loss.
commit ba27d81dd3b040360bff848d0c9008dadda002c9
Author: Nicholas D Steeves <sten@debian.org>
Date: Tue Jul 22 20:55:57 2025 -0400
Update 0001-use-default-not-sysconfig.patch to decruft all components…
to which upstream added support for /etc/default/btrfsmaintenance.