xfsprogs: Update to version 7.1.1

Message ID 20260807203410.1596981-21-adolf.belka@ipfire.org
State New
Headers
Series xfsprogs: Update to version 7.1.1 |

Commit Message

Adolf Belka 7 Aug 2026, 8:34 p.m. UTC
- Update from version 7.0.1 to 7.1.1
- No change in rootfile
- Changelog
7.1.1
	xfsprogs: healer: install targets one at a time (Allen Hewes)
	fiemap: add a nosync option (Pankaj Raghav)
	xfs_scrub: fix spacemap scan for data volume (Darrick J. Wong)
	mdrestore: fix extent length overflow in v2 restore path (Manognya Singuru)
7.1.0
	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)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/xfsprogs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/xfsprogs b/lfs/xfsprogs
index 0b30980dd..8d6653380 100644
--- a/lfs/xfsprogs
+++ b/lfs/xfsprogs
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 7.0.1
+VER        = 7.1.1
 #          https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
 
 THISAPP    = xfsprogs-$(VER)
@@ -47,7 +47,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0834beee30b6f4d6cf16c4e34d2daff0720d1f620d75f1794eb8c8f8d822768f48e8d6d51e51ec8c1eeb73a0e3123a8baa6647cf3215f9d25254cc13d6cf02ba
+$(DL_FILE)_BLAKE2 = 7c3f6f4802cb32bb88cf9f439f73aeff4ebf495ff6928c0fe6da977c96256b7fa84e1f71c370ef3e1532a8534709acfc0d3c8e1d404543c6bb0f5c9a9235ba5a
 
 install : $(TARGET)