From patchwork Thu Jan 16 21:40:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13942344 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22EFB19343E for ; Thu, 16 Jan 2025 21:40:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737063653; cv=none; b=gdMBqbWzepXPOQm7iKHLkhOQJfDmRYN3B1BSqNXW2N10eMMa4qOybyRyb75AgoySr7/SOMdCnmrjO69PNi0cCo9j16NVyNkyuQax0DUntziPqty4Ue0YZbzN0N7dAZReKwuOVvm6u13I0wsrVUcat0tCRA96w13aKNsHVHryBvY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737063653; c=relaxed/simple; bh=J3E0doO5rIY6mf0Xnnta4IHrgGr/NJrHiObK125jkFI=; h=Date:Subject:From:To:Cc:Message-ID:MIME-Version:In-Reply-To: References:Content-Type; b=tU+jvwjvYMzgaU9kuX8KSIB2Ves05NF1KXl5Tx8NnoyTXilaH5YBzQeHA2SsKHiPJp3Y5OPVnMob1W0uQDhm82eGcLy3H1SX7BP/Bh3zU/jAIBbtYjJobXfhtrRT+oK1lXvTKk5GCuyKI1wQo6FvDfX2h1pZoafUw3ofVHK2DnU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qYrgX9LD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qYrgX9LD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D277C4CED6; Thu, 16 Jan 2025 21:40:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737063652; bh=J3E0doO5rIY6mf0Xnnta4IHrgGr/NJrHiObK125jkFI=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=qYrgX9LD+BeGR5ninaXoYfWdxbudrmVQ7L6rkZdddIrNJW8mGwN8UXoV0sgeafXYP xuK94Vob4PU/rPt21WjK5B6NEreW5zMSk04bcu8WrUoIBJWIkpQrRNKyUIJfvQnVdM Hg9GQ+k7ZaTcqvgK4MC0/sH/X/T7lTKE3yNWPUnqKiMcUU3Z096O4S4aCI7QYKqbD/ M7BS0W5oIDZ2lFlTANT9R9tigKLKD3ytnC6s0Z4AZM5zmDOEjeISnn1rWeyxNZQNsk gqoswk4H85MDGXit3CUcYwGgxP+kc3OpKdQPY0AZHM5qvQpgw0rJm5aYIWibWnzIIM 8qXoga5+RJbMw== Date: Thu, 16 Jan 2025 13:40:52 -0800 Subject: [GIT PULL 1/2] xfsprogs: new libxfs code from kernel 6.13 From: "Darrick J. Wong" To: aalbersh@kernel.org, djwong@kernel.org Cc: bfoster@redhat.com, cem@kernel.org, hch@lst.de, linux-xfs@vger.kernel.org Message-ID: <173706333861.1823974.8905921624026520740.stg-ugh@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <20250116213334.GB1611770@frogsfrogsfrogs> References: <20250116213334.GB1611770@frogsfrogsfrogs> Hi Andrey, Please pull this branch with changes for xfsprogs for 6.13-rc1. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. The following changes since commit 19bca351dcdfef4a63ede08bcc9f7bdeec10c453: xfs_io: add extsize command support (2024-12-25 22:14:45 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/libxfs-sync-6.13_2025-01-16 for you to fetch changes up to 773c4c6f33cfd0a909fb742f149bd6f59cfa62b6: xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT (2025-01-16 13:27:27 -0800) ---------------------------------------------------------------- xfsprogs: new libxfs code from kernel 6.13 [1/2] Port kernel libxfs code to userspace. Signed-off-by: "Darrick J. Wong" ---------------------------------------------------------------- Christoph Hellwig (1): xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT libxfs/xfs_rtgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From patchwork Thu Jan 16 21:41:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13942345 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5CBFB19343E for ; Thu, 16 Jan 2025 21:41:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737063668; cv=none; b=VYpQ5QS3KdsS3cRVs7xE4A44K+k39XC3zA8RIkPFPWLJoAvIm5FFItdahCNzy6BVWMx/a79oYfRlhyCMC/7GsgVa3WpiDXlC8L28+NLOg6mCk/aTFqCMCe8603Fb+LrpPHXFn/+NrKnKR4knc9m0PURwjKhvVssALkLYjJ0jM1E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737063668; c=relaxed/simple; bh=U1j5sbVjrXrpoN4fycJbgrtJcHnHXIreG8NgGO8q4ts=; h=Date:Subject:From:To:Cc:Message-ID:MIME-Version:In-Reply-To: References:Content-Type; b=TWr7SsZYp6z4pQwyHUrzy1FiZVzUuWLQPo0vdD+VLXc2nowWafS3zMhHObiO76M/QiYHreMSXLWonX1d11DLPA6luNqMylNX7QI23xeT8Spuepx0+I4NX+ehzLy/DsRLpLQhNSBOXfjtDq+CsLH74S7qrc4+WmXQKCrfEvTanD0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VW2ii6NF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VW2ii6NF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39922C4CED6; Thu, 16 Jan 2025 21:41:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737063668; bh=U1j5sbVjrXrpoN4fycJbgrtJcHnHXIreG8NgGO8q4ts=; h=Date:Subject:From:To:Cc:In-Reply-To:References:From; b=VW2ii6NFb2a6+qp5q2sPcb80zfhGQJqdSiN2UEnSsq+wEuAQKlP4nyZ6rBGMXmr51 5UN4NzioGZp1ZVqnb3TGOelTuCy1INnUzPlKUipvB7x+0kKijcRbG9HM+3yd0xarAH 0TGe/bU9lPSoMXs5jUaDV4MxxbUy+mlNuGt6goCOuTSaktILcfaZEiAL9KGI0lISjS LXkfiPBZxZzJGhMunzyGLNaYZhDiTfJOw6O7BXy+J/dR+GN0UlPViCQ0Z5rELVqac2 iIBKilHrrjVBcxMWO5iSKZGnT35FxoKRfCP5RdRek8rOhX75D3EYvnH4JhyY/sivd7 x3tN18Lklu+zA== Date: Thu, 16 Jan 2025 13:41:07 -0800 Subject: [GIT PULL 2/2] xfs: bug fixes for 6.13 From: "Darrick J. Wong" To: aalbersh@kernel.org, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org, tom.samstag@netrise.io Message-ID: <173706333949.1823974.4224580111735154685.stg-ugh@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <20250116213334.GB1611770@frogsfrogsfrogs> References: <20250116213334.GB1611770@frogsfrogsfrogs> Hi Andrey, Please pull this branch with changes for xfsprogs for 6.13-rc1. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. The following changes since commit 773c4c6f33cfd0a909fb742f149bd6f59cfa62b6: xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT (2025-01-16 13:27:27 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/xfs-fixes-6.13_2025-01-16 for you to fetch changes up to 34738ff0ee80de73c4fd3078a89a7bef39be46b6: mkfs: allow sizing realtime allocation groups for concurrency (2025-01-16 13:27:27 -0800) ---------------------------------------------------------------- xfs: bug fixes for 6.13 [2/2] Bug fixes for 6.13. Signed-off-by: "Darrick J. Wong" ---------------------------------------------------------------- Darrick J. Wong (8): xfs_db: fix multiple dblock commands xfs_repair: don't obliterate return codes libxfs: fix uninit variable in libxfs_alloc_file_space xfs_db: improve error message when unknown btree type given to btheight mkfs: fix parsing of value-less -d/-l concurrency cli option m4: fix statx override selection if /usr/include doesn't define it build: initialize stack variables to zero by default mkfs: allow sizing realtime allocation groups for concurrency configure.ac | 1 + db/block.c | 4 +- db/btheight.c | 6 ++ include/builddefs.in | 2 +- libxfs/util.c | 2 +- m4/package_libcdev.m4 | 2 +- m4/package_sanitizer.m4 | 14 +++++ man/man8/mkfs.xfs.8.in | 28 ++++++++++ mkfs/xfs_mkfs.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++-- repair/quotacheck.c | 2 +- 10 files changed, 195 insertions(+), 10 deletions(-)