]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v7.1.0 v7.1.0
authorAndrey Albershteyn <aalbersh@kernel.org>
Fri, 10 Jul 2026 11:07:56 +0000 (13:07 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Fri, 10 Jul 2026 11:07:56 +0000 (13:07 +0200)
Update all the necessary files for a v7.1.0 release.

Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index ef955da0869b3b59fdfeeda48e685adf0c9416b2..0a0efe406d3b5b811de995b285926061bd8e369a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=7
-PKG_MINOR=0
-PKG_REVISION=1
+PKG_MINOR=1
+PKG_REVISION=0
 PKG_BUILD=1
index 8fd404a100b4c23d59e063d37b29e6acda5f26ec..542ed2117f90adc2c72cf178b74953acc71160a8 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[7.0.1],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[7.1.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index ceaf9109ea709160fa9d1d5ba3178a756a8dcb75..ebec14ec9a015b1d2e72ae2a91a97d19d9834cb2 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (7.1.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 10 Jul 2026 13:07:45 +0200
+
 xfsprogs (7.0.1-1) unstable; urgency=low
 
   * New upstream release
index defbb00bb8e923f3763bdfe8ae54da13ad453952..e84beba6b7e2f6a22f3fe2b9e1a32d82b4337ea9 100644 (file)
@@ -1,3 +1,55 @@
+xfsprogs-7.1.0 (10 Jul 2026)
+       fsr: preserve xfrog_bulkstat error codes (liuh)
+       xfs_scrub: fix spacemap scan for internal rt devices (Darrick J. Wong)
+       mkfs: PQUOTA shouldn't conflict with GQNOENFORCE (Darrick J. Wong)
+       mkfs: fix hardlink detection in directory import code (Darrick J. Wong)
+       xfs_protofile: make nondirectory arguments actually work (Darrick J. Wong)
+       mkfs: fix symlink target length check in create_nondir_inode (Darrick J. Wong)
+       mkfs: don't redefine DIRT for protofiles (Darrick J. Wong)
+       xfs_healer: fix getmntent race in weakhandle (Darrick J. Wong)
+       xfs_db: dump zoned filesystem superblock fields (Darrick J. Wong)
+       xfs_db: fix type conversions (Darrick J. Wong)
+       xfs_scrub: fix estimate of work items for phase 4 (Darrick J. Wong)
+       xfs_scrub: always finish cleanup, even if reporting healthy state fails (Darrick J. Wong)
+       xfs_scrub: fix phase 8 debug reporting (Darrick J. Wong)
+       xfs_scrub: don't leak phase 5 scan items after a failed workqueue_add (Darrick J. Wong)
+       xfs_scrub: warn about difficult rtgroup repairs (Darrick J. Wong)
+       xfs_scrub: don't leak the autofsck fsproperty handle (Darrick J. Wong)
+       xfs_scrub: account for reflinked realtime file data (Darrick J. Wong)
+       xfs_scrub: account only data extent tail after an overlap (Darrick J. Wong)
+       xfs_scrub: report external log space usage in phase 7 (Darrick J. Wong)
+       xfs_scrub: warn about incomplete repairs if we never get to them (Darrick J. Wong)
+       xfs_scrub: handle media scans of internal rt devices correctly (Darrick J. Wong)
+       xfs_scrub: report bad file ranges correctly (Darrick J. Wong)
+       xfs_scrub: handle missing media verify ioctl failure return codes (Darrick J. Wong)
+       mkfs: fix filesystem and log size units (Manognya Singuru)
+       xfs_healer: don't put the slice file in LDIRT (Darrick J. Wong)
+       xfs_healer: allow AF_UNIX socket access for xfs_healer instances (Darrick J. Wong)
+       xfs_healer_start: fix static checking (Darrick J. Wong)
+       xfs_healer_start: check listmount when doing a --check (Darrick J. Wong)
+       xfs_scrub: read verification isn't ok if it hit runtime errors (Darrick J. Wong)
+       xfs_scrub: don't obscure repair failures in repair_list_schedule (Darrick J. Wong)
+       xfs_scrub: don't crash trying to complain about clean health (Darrick J. Wong)
+       xfs_scrub: don't continue with phase1 if autofsck=none (Darrick J. Wong)
+       xfs_scrub: don't allow NAN as fstrim percentage (Darrick J. Wong)
+       xfs_scrub: fix nonsense advice after a scrub finds errors (Darrick J. Wong)
+       xfs_scrub: return SCRUB_RET_OPERROR if unicode collision detection fails to initialize (Darrick J. Wong)
+       xfs_scrub: don't report media errors in specially-owned areas as file data (Darrick J. Wong)
+       xfs_scrub: fix work estimation for rtgroups filesystems (Darrick J. Wong)
+       xfs_scrub: don't count internal log space in the data device used count (Darrick J. Wong)
+       xfs_scrub: fix integer overflows (Darrick J. Wong)
+       xfs_scrub_fail: send content headers for xfs_scrub_all failures (Darrick J. Wong)
+       xfs_scrub_all_fail: reduce security lockdowns to avoid postfix problems (Darrick J. Wong)
+       xfs_scrub_all: fix broken command line string array construction (Darrick J. Wong)
+       xfs_scrub_media_fail: reduce security lockdowns to avoid postfix problems (Darrick J. Wong)
+       xfsprogs: include/buildrules: fix ltdep (Romain Naour)
+       xfs_healer: coordinate access to weakhandle::mntpoint correctly (Darrick J. Wong)
+       xfs_healer: don't leak wh->mntpoint if fd_to_handle fails (Darrick J. Wong)
+       xfs_healer: fix Makefile errors (Darrick J. Wong)
+       xfs_healer: run a full xfs_scrub repair if we don't know how to do a spot repair (Darrick J. Wong)
+       xfs_healer: recommend offline fsck for XCORRUPT repairs (Darrick J. Wong)
+       xfs_healer: fix error reporting (Darrick J. Wong)
+
 xfsprogs-7.0.1 (19 May 2026)
        xfs_healer: fix missing HAVE_LISTMOUNT flag and stubs (Darrick J. Wong)
        libfrog: add missing HAVE_LISTMOUNT flag (Andrey Albershteyn)