From patchwork Sun May 4 13:17:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8700 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Zr4vg4Vxqz3xHn for ; Sun, 4 May 2025 13:17:35 +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 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Zr4vT0CDxz759 for ; Sun, 4 May 2025 13:17:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zr4vS5zvWz33gD for ; Sun, 4 May 2025 13:17:24 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zr4vM2vTzz33gV for ; Sun, 4 May 2025 13:17:19 +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 4Zr4vK4jZfz6QV; Sun, 4 May 2025 13:17:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1746364637; 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=T1TKKz9nArH7RJ0xb247cgDFxXPiTEoHdHkEoBKtuQc=; b=Ye9r/IHa4gfoPVR3eFF0guvNy3VWxnCSrZReRmlSBtpow8XXb+782roNJbskp033UcTW6/ oEEYKb2Dq6iwB4Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1746364637; 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=T1TKKz9nArH7RJ0xb247cgDFxXPiTEoHdHkEoBKtuQc=; b=PPV7bTIBvr4TdbBcsKy9v2FTNcR6gaXE0WYGcDJ8csNNDbqJjj0CeON7zbMDhbFO6sHZaf L2KgPpak5n3aU3wFyPFAUsRrGbCOzFrV1iyEnNvUNi6dCi4yxoxCDzRdBvhXHTJq9pz4eT HpNV9qQtmwAWAoMpELKU+gLg2hTb/sB57WubLmuTGDeMzL9Rdepxhv58SlWPA0tgPozDjU PyOJ9QZpK9islmZseRyC7M4pdZRFurvSRlqOIjmFSHUJ+7xj9r8z1M/uYDPktizumolhy/ gyrhy9ER1oyFGCRcT2OL5rJJpi+ZZasBdy1W6Stj+MPTcXlXZRF3o0leXZn93A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] xfsprogs: Update to version 6.14.0 Date: Sun, 4 May 2025 15:17:11 +0200 Message-ID: <20250504131711.3311134-8-adolf.belka@ipfire.org> In-Reply-To: <20250504131711.3311134-1-adolf.belka@ipfire.org> References: <20250504131711.3311134-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 6.13.0 to 6.14.0 - Update of rootfile not required - Changelog 6.14.0 xfs_scrub_all: localize the strings in the program (Darrick J. Wong) xfs_protofile: add messages to localization catalog (Darrick J. Wong) Makefile: inject package name/version/bugreport into pot file (Darrick J. Wong) xfs_scrub_all: rename source code to .py.in (Darrick J. Wong) xfs_protofile: rename source code to .py.in (Darrick J. Wong) xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing (Bill O'Donnell) xfs_repair: fix stupid argument error in verify_inode_chunk (Darrick J. Wong) xfs_repair: fix infinite loop in longform_dir2_entry_check* (Darrick J. Wong) xfs_repair: fix crash in reset_rt_metadir_inodes (Darrick J. Wong) xfs_repair: don't recreate /quota metadir if there are no quota inodes (Darrick J. Wong) xfs_repair: fix wording of error message about leftover CoW blocks on the rt device (Darrick J. Wong) xfs_io: Add cachestat syscall support (Ritesh Harjani (IBM)) xfs_io: Add RWF_DONTCACHE support to preadv2 (Ritesh Harjani (IBM)) xfs_io: Add RWF_DONTCACHE support to pwritev2 (Ritesh Harjani (IBM)) xfs_io: Add support for preadv2 (Ritesh Harjani (IBM)) make: remove the .extradep file in libxfs on "make clean" (Theodore Ts'o) xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots (Darrick J. Wong) xfsprogs: Fix mismatched return type of filesize() (Pavel Reichl) xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support (Anthony Iliopoulos) configure: additionally get icu-uc from pkg-config (Alyssa Ross) xfs_scrub: use the display mountpoint for reporting file corruptions (Darrick J. Wong) xfs_scrub: don't warn about zero width joiner control characters (Darrick J. Wong) xfs_scrub: fix buffer overflow in string_escape (Darrick J. Wong) xfs_db: add command to copy directory trees out of filesystems (Darrick J. Wong) xfs_db: make listdir more generally useful (Darrick J. Wong) xfs_db: use an empty transaction to try to prevent livelocks in path_navigate (Darrick J. Wong) xfs_db: pass const pointers when we're not modifying them (Darrick J. Wong) mkfs: enable reflink on the realtime device (Darrick J. Wong) mkfs: validate CoW extent size hint when rtinherit is set (Darrick J. Wong) xfs_logprint: report realtime CUIs (Darrick J. Wong) xfs_repair: validate CoW extent size hint on rtinherit directories (Darrick J. Wong) xfs_repair: allow realtime files to have the reflink flag set (Darrick J. Wong) xfs_repair: rebuild the realtime refcount btree (Darrick J. Wong) xfs_repair: reject unwritten shared extents (Darrick J. Wong) xfs_repair: check existing realtime refcountbt entries against observed refcounts (Darrick J. Wong) xfs_repair: compute refcount data for the realtime groups (Darrick J. Wong) xfs_repair: find and mark the rtrefcountbt inode (Darrick J. Wong) xfs_repair: use realtime refcount btree data to check block types (Darrick J. Wong) xfs_repair: allow CoW staging extents in the realtime rmap records (Darrick J. Wong) xfs_spaceman: report health of the realtime refcount btree (Darrick J. Wong) xfs_db: add rtrefcount reservations to the rgresv command (Darrick J. Wong) xfs_db: copy the realtime refcount btree (Darrick J. Wong) xfs_db: support the realtime refcountbt (Darrick J. Wong) xfs_db: display the realtime refcount btree contents (Darrick J. Wong) man: document userspace API changes due to rt reflink (Darrick J. Wong) mkfs: create the realtime rmap inode (Darrick J. Wong) xfs_logprint: report realtime RUIs (Darrick J. Wong) xfs_repair: reserve per-AG space while rebuilding rt metadata (Darrick J. Wong) xfs_repair: rebuild the bmap btree for realtime files (Darrick J. Wong) xfs_repair: check for global free space concerns with default btree slack levels (Darrick J. Wong) xfs_repair: rebuild the realtime rmap btree (Darrick J. Wong) xfs_repair: always check realtime file mappings against incore info (Darrick J. Wong) xfs_repair: check existing realtime rmapbt entries against observed rmaps (Darrick J. Wong) xfs_repair: find and mark the rtrmapbt inodes (Darrick J. Wong) xfs_repair: refactor realtime inode check (Darrick J. Wong) xfs_repair: create a new set of incore rmap information for rt groups (Darrick J. Wong) xfs_repair: use realtime rmap btree data to check block types (Darrick J. Wong) xfs_repair: flag suspect long-format btree blocks (Darrick J. Wong) xfs_repair: tidy up rmap_diffkeys (Darrick J. Wong) xfs_spaceman: report health status of the realtime rmap btree (Darrick J. Wong) xfs_db: add an rgresv command (Darrick J. Wong) xfs_db: make fsmap query the realtime reverse mapping tree (Darrick J. Wong) xfs_db: copy the realtime rmap btree (Darrick J. Wong) xfs_db: support the realtime rmapbt (Darrick J. Wong) xfs_db: display the realtime rmap btree contents (Darrick J. Wong) xfs_db: don't abort when bmapping on a non-extents/bmbt fork (Darrick J. Wong) xfs_db: compute average btree height (Darrick J. Wong) man: document userspace API changes due to rt rmap (Darrick J. Wong) xfs_scrub: try harder to fill the bulkstat array with bulkstat() (Darrick J. Wong) xfs_scrub: ignore freed inodes when single-stepping during phase 3 (Darrick J. Wong) xfs_scrub: hoist the phase3 bulkstat single stepping code (Darrick J. Wong) xfs_scrub: don't blow away new inodes in bulkstat_single_step (Darrick J. Wong) xfs_scrub: return early from bulkstat_for_inumbers if no bulkstat data (Darrick J. Wong) xfs_scrub: don't complain if bulkstat fails (Darrick J. Wong) xfs_scrub: don't (re)set the bulkstat request icount incorrectly (Darrick J. Wong) xfs_scrub: don't double-scan inodes during phase 3 (Darrick J. Wong) xfs_scrub: actually iterate all the bulkstat records (Darrick J. Wong) xfs_scrub: selectively re-run bulkstat after re-running inumbers (Darrick J. Wong) xfs_scrub: remove flags argument from scrub_scan_all_inodes (Darrick J. Wong) xfs_scrub: call bulkstat directly if we're only scanning user files (Darrick J. Wong) xfs_scrub: don't report data loss in unlinked inodes twice (Darrick J. Wong) man: document new XFS_BULK_IREQ_METADIR flag to bulkstat (Darrick J. Wong) xfs_db: obfuscate rt superblock label when metadumping (Darrick J. Wong) mkfs,xfs_repair: don't pass a daddr as the flags argument (Darrick J. Wong) Signed-off-by: Adolf Belka --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 29540a6a1..86d77eb85 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 6.13.0 +VER = 6.14.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 98a8b51ba7fb7f58ea292e9c4624ca3c2337d962f832d92549763a85036b8ba0579de0d172465227eb51cc5c51e3b5d4f54144690001ea8b6795b3a43bc41b9b +$(DL_FILE)_BLAKE2 = 5ef446b2055356627cd91ebfe9bb07388f9b5a12fd8c530b83980261b2dc3ddfa47f809114f0f238ef787ed687d324abe82427fdc2b3ecc3171d4d06615dd0c4 install : $(TARGET)