From patchwork Tue Sep 22 17:24:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10273 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hq6R91hS5z3xTJ for ; Tue, 22 Sep 2026 17:24:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hq6R70MYDz8ZP for ; Tue, 22 Sep 2026 17:24:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hq6R34DqCz37BD for ; Tue, 22 Sep 2026 17:24:31 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hq6Qz2Csqz35ZM for ; Tue, 22 Sep 2026 17:24:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hq6Qw6FCRz79C; Tue, 22 Sep 2026 17:24:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1790097865; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=a9md/92JcdjG16L4RwjFLdPdODCyh8+n+ghBnHCTJO0=; b=mAEP5gWbK3Ugfipp3ZeHJ30cwUqZdVd/7eSLaNbskGEDrLZ+0XnHNZ+cyXx8NrtBPORIrE +sQnDlRgWXhsWxDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1790097865; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=a9md/92JcdjG16L4RwjFLdPdODCyh8+n+ghBnHCTJO0=; b=hIxTRVOr3z70iFvE6KJqBmd1SKbrbQ9Ue6z/MryWJ5aUt0Ntio6C4GvLmB4Y1VGdIxWwhw nWPFGAl/bpr4yUxiyHqY5mcpT3cq+4dKXez69kaf7KsiyF8lKgOkrjGF++BrleD9g3mhoZ r6hXL7Ehu2MKU8Acyj+8amlvn+chIm2UvOiY+6vvwN8ichRLTnwZHqBi58lfGnjPewZVmY xW1AwTZHyDAe48f3RF+r00TtSZvyTwVEKbZNqY31b7sCK7WB+ik7cx5SGtKKU/tcl4fRDg OFd6irh328Nho1H1uGC9OyXEAS48vCuxB0w7F5jSqr+agJmyoHtRh0VxUKHqOA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] xfsprogs: Update to version 7.2.0 Date: Tue, 22 Sep 2026 19:24:13 +0200 Message-ID: <20260922172417.3447503-12-adolf.belka@ipfire.org> In-Reply-To: <20260922172417.3447503-1-adolf.belka@ipfire.org> References: <20260922172417.3447503-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 7.1.1 to 7.2.0 - No change in rootfile - Changelog 7.2.0 xfs_spaceman: port makecfg to use xfsquotactl (Darrick J. Wong) xfs_quota: open the filesystem mountpoint for quota operations (Darrick J. Wong) man: document that XFS_IOC_FS[G|S]ETXATTR can not be used on special files (Andrey Albershteyn) mkfs: allow specification of default options via configuration file (Darrick J. Wong) xfs_admin: print configuration file for mounted filesystems (Darrick J. Wong) xfs_spaceman: print configuration file for mounted filesystems (Darrick J. Wong) xfs_db: print configuration file for mounted filesystems (Darrick J. Wong) mkfs: print config file for a given mkfs configuration (Darrick J. Wong) mkfs: automatically upgrade autofsck earlier (Darrick J. Wong) mkfs: Emit a clearer message if too-small log is due to AG geometry (Eric Sandeen) xfs_db: improve the fsmap man page entry (Christoph Hellwig) copy: always align to at least page size (Christoph Hellwig) copy: log the error number when failing to write (Christoph Hellwig) libfrog: make cmn_err() emit each message atomically to avoid torn output (Avinesh Kumar) Signed-off-by: Adolf Belka --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 8d6653380..62a1fdb22 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 7.1.1 +VER = 7.2.0 # 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 = 7c3f6f4802cb32bb88cf9f439f73aeff4ebf495ff6928c0fe6da977c96256b7fa84e1f71c370ef3e1532a8534709acfc0d3c8e1d404543c6bb0f5c9a9235ba5a +$(DL_FILE)_BLAKE2 = 925583bb3477744daedff4a6382885aec44096994d79b5a17e525b1bc44832660f1f5c3dba9837ffa62d1659df5217b426cc0d358ddc83cd6a63aeee0df98c5f install : $(TARGET)