From: Andrey Albershteyn Date: Fri, 10 Jul 2026 11:07:56 +0000 (+0200) Subject: xfsprogs: Release v7.1.0 X-Git-Tag: v7.1.0^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e80b048d87fdc5735e0d03ae29b497b402ea8bbe;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v7.1.0 Update all the necessary files for a v7.1.0 release. Signed-off-by: Andrey Albershteyn --- diff --git a/VERSION b/VERSION index ef955da08..0a0efe406 100644 --- 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 diff --git a/configure.ac b/configure.ac index 8fd404a10..542ed2117 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index ceaf9109e..ebec14ec9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (7.1.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 10 Jul 2026 13:07:45 +0200 + xfsprogs (7.0.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index defbb00bb..e84beba6b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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)