From: Andrey Albershteyn Date: Thu, 7 May 2026 09:35:44 +0000 (+0200) Subject: xfsprogs: Release v7.0.0 X-Git-Tag: v7.0.0^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=xfsprogs-dev.git xfsprogs: Release v7.0.0 Update all the necessary files for a v7.0.0 release. Signed-off-by: Andrey Albershteyn --- diff --git a/VERSION b/VERSION index 20a54506..b78f502c 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ # # This file is used by configure to get version information # -PKG_MAJOR=6 -PKG_MINOR=19 +PKG_MAJOR=7 +PKG_MINOR=0 PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index e098cf05..2ac5e3d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.19.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[7.0.0],[linux-xfs@vger.kernel.org]) AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index c112d41e..bf9ce7b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (7.0.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Thu, 07 May 2026 11:35:35 +0200 + xfsprogs (6.19.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 2f7815b1..031bdcba 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,43 @@ +xfsprogs-7.0.0 (07 May 2026) + xfs_scrub: drop the warning about mixed bidirectional codepoints in names (Darrick J. Wong) + xfs_scrub_all: fix deadlock if lsblk produces a lot of output (Darrick J. Wong) + xfs_scrub: warn about unicode variation selectors in names (Darrick J. Wong) + xfs_quota: display default limits for users with zero usage (Ravi Singh) + debian: add version control tags to control (Darrick J. Wong) + xfs_scrub: raise media verification IO limits (Darrick J. Wong) + xfs_scrub: drop SCSI_VERIFY code from disk. (Darrick J. Wong) + xfs_scrub: clean up device-related error messages (Darrick J. Wong) + xfs_scrub: perform media scanning of the log region (Darrick J. Wong) + scrub: don't allocate disk for ioctl-based media verify (Christoph Hellwig) + xfs_scrub: use the verify media ioctl during phase 6 if possible (Darrick J. Wong) + scrub: simplify verifier threads calculation (Christoph Hellwig) + xfs_scrub: move read verification scheduling to phase6.c (Darrick J. Wong) + xfs_scrub: fix i18n of the decode_special_owner return value (Darrick J. Wong) + xfs_scrub: report truncated devices as media errors (Darrick J. Wong) + debian: enable xfs_healer on the root filesystem by default (Darrick J. Wong) + debian/control: listify the build dependencies (Darrick J. Wong) + mkfs: enable online repair if all backrefs are enabled (Darrick J. Wong) + xfs_io: add listmount and statmount commands (Darrick J. Wong) + xfs_scrub: print systemd service names (Darrick J. Wong) + xfs_healer: add a manual page (Darrick J. Wong) + xfs_healer: validate that repair fds point to the monitored fs (Darrick J. Wong) + xfs_healer: use statmount to find moved filesystems even faster (Darrick J. Wong) + xfs_healer: use getmntent to find moved filesystems (Darrick J. Wong) + xfs_healer: run full scrub after lost corruption events or targeted repair failure (Darrick J. Wong) + xfs_healer: use the autofsck fsproperty to select mode (Darrick J. Wong) + xfs_healer: don't start service if kernel support unavailable (Darrick J. Wong) + xfs_healer: create a service to start the per-mount healer service (Darrick J. Wong) + xfs_healer: create a per-mount background monitoring service (Darrick J. Wong) + xfs_healer: enable repairing filesystems (Darrick J. Wong) + xfs_healer: create daemon to listen for health events (Darrick J. Wong) + xfs_io: add a media verify command (Darrick J. Wong) + xfs_io: monitor filesystem health events (Darrick J. Wong) + man2: document the media verification ioctl (Darrick J. Wong) + man2: document the healthmon ioctl (Darrick J. Wong) + fsr: always print error messages from xfrog_defragrange() (Carlos Maiolino) + fsr: package function should check for negative errors (Carlos Maiolino) + xfs_repair: don't fail on INCOMPLETE attrs in leaf blocks (Darrick J. Wong) + xfsprogs-6.19.0 (18 Mar 2026) xfs_io: print more realtime subvolume related information in statfs (Christoph Hellwig) xfs_io: fix fsmap help (Christoph Hellwig)