From patchwork Thu Nov 21 00:12:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13881517 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 63E5529A0 for ; Thu, 21 Nov 2024 00:12:06 +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=1732147926; cv=none; b=GaJYdvC6kqCM+7DZ6YqjIhQ6uyhUXEyW1f1b+PIPxiGMCX0kX9kmoWakU/N/uMkF3IpEebpTZMXJiE4maP3hL3Ai1aYtBrPlUK/JmguAjDEzgO8UQRDVewI+fAkUpMtNSE5nX+k7nuoMyyQ0TMJNUKWgnb0L8/MsnucWO0Hqod4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732147926; c=relaxed/simple; bh=dxF0EqoRLD/Fnqe2WMkoxC5Sb5c7kIiwtEbW8DMIk8g=; h=Date:Subject:From:To:Cc:Message-ID:MIME-Version:Content-Type; b=ZSC2XMh08aEzp1z7kBmc0L/BIPpGhdKndVGGCZpjw29klCkxNDJEPdconsNZNMx62AF4U+gaBGMffjHXkgJoQD0BoYIbdVDWzhnE9kvPQzjcQ62mh7vY8UM+G4tD5Y/LblPMll4E1pc0kqdlzZKvQD0kChR/08TNGaavabTnQlw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uOk/CcQf; 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="uOk/CcQf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9A09C4CECD; Thu, 21 Nov 2024 00:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1732147926; bh=dxF0EqoRLD/Fnqe2WMkoxC5Sb5c7kIiwtEbW8DMIk8g=; h=Date:Subject:From:To:Cc:From; b=uOk/CcQfEN6klaikK3mrpQpr615XgAgcajfJnCBk+WiUNubCPurhDPcCuHSLveRMN G2ELaM/dNvIXMPY1BbxO4qZTaukdFJ9PBsg1L7hLIfY0LsFnIHr9H7CNyk0mMKm4nR 3vmZJ8FDwx7n79LEldM5MZ4sf//xGZwb/bHujCEgNIgXzRsIkC5SWqpx2zC0hB2oCR aBXD42iheNySeL5D7gjJGfjvhSxdawDmX0OciTN3Y1x2Ua6fgWeH2mcsG1410z185b wqoc/JIdF5gYyVWJJU2Y2Hny71w2PhbIF3oT9mI4Kvjf/1QH5uCLmt+41lcET35AtN Y1gJJXTK3M6VQ== Date: Wed, 20 Nov 2024 16:12:05 -0800 Subject: [GIT PULL 1/2] libxfs: new code for 6.12 From: "Darrick J. Wong" To: aalbersh@kernel.org, djwong@kernel.org Cc: cem@kernel.org, chizhiling@kylinos.cn, dchinner@redhat.com, linux-xfs@vger.kernel.org Message-ID: <173214788559.2961979.515137054202208714.stg-ugh@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Andrey, Please pull this branch with changes for xfsprogs for 6.12-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 67297671cbae3043e495312964470d31f4b9e5e7: xfs_spaceman: add dependency on libhandle target (2024-11-06 16:58:55 +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.12_2024-11-20 for you to fetch changes up to 0cc807347d5a47d106b6196606e01297aa3a5f31: xfs: Reduce unnecessary searches when searching for the best extents (2024-11-20 16:03:44 -0800) ---------------------------------------------------------------- libxfs: new code for 6.12 [01/17] New code for 6.12. Signed-off-by: "Darrick J. Wong" ---------------------------------------------------------------- Chi Zhiling (1): xfs: Reduce unnecessary searches when searching for the best extents libxfs/xfs_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From patchwork Thu Nov 21 00:12:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 13881518 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 02D9133F9 for ; Thu, 21 Nov 2024 00:12:21 +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=1732147942; cv=none; b=nJCypxtIR1zXxwvA7+nOklqkparYfpWA4T9DMlTrGlRdAB6PbT0ZfZjk5RGK9qL9/vakfdOgYlssSRZ7kYNCP+qJFdFaVKPMON13D1nu1dttOuOEKP0qpK9Ji7U34dU5YsZi12Le2TB8K2gf4ryyJDVdAY4KKm+KiHkTaKhdn5E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732147942; c=relaxed/simple; bh=2e7aEGBxL8GMQh1tLHFD/90R1rIk+HhOh13tLUG5HTc=; h=Date:Subject:From:To:Cc:Message-ID:MIME-Version:Content-Type; b=Yv5Mn3eb5nc9N6BjoJY690p1TB4KV7AL5dfz/OthFoKZLLHLDgb/9002bWA8tJan/A0FLUGtgaF+ZsSX/3LkopSnte3+mW1mCmojnG9J2/ekyGOvQXa5uFglkWsuT9t0CzTw9xb5FDVHetAul6R4CVl/InDhrKkJVKoo5eirAko= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sGpPQ+1c; 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="sGpPQ+1c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F52BC4CECD; Thu, 21 Nov 2024 00:12:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1732147941; bh=2e7aEGBxL8GMQh1tLHFD/90R1rIk+HhOh13tLUG5HTc=; h=Date:Subject:From:To:Cc:From; b=sGpPQ+1cEZPu7GNx+49kdFdm4FOLVKK4w8/HJi8DygEaClzOfcO8QNFx0m3ZPF1yn U1jkrB1fwqG0xvfEbmuZRhFYbTZC98nKsE+SJXwhI41r8HQ/q0ADGycv6F673arR8m MGRmz4AzBLZNJofe0mbMnM+Tkaxiczh5I0NcWYtb9uvpikHaytFiXZezqVALOLiZgK wpBELAP9WiXlpVJe6llS3Koeo7UjbQkySGbkPWsawKriqlKZlcZodfHkq+Wv2ww9e3 kIcqZT2WkXj+BIQ7jaWFyGVfXfCkGQ3NUPS7EAIHEvY/51yAZ5629r5F9L/ZmGAx+I rabMTqgcWcPMA== Date: Wed, 20 Nov 2024 16:12:21 -0800 Subject: [GIT PULL 2/2] xfs: bug fixes for 6.12 From: "Darrick J. Wong" To: aalbersh@kernel.org, djwong@kernel.org Cc: hch@lst.de, linux-xfs@vger.kernel.org Message-ID: <173214788656.2961979.5172451040789575673.stg-ugh@frogsfrogsfrogs> Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Andrey, Please pull this branch with changes for xfsprogs for 6.12-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 0cc807347d5a47d106b6196606e01297aa3a5f31: xfs: Reduce unnecessary searches when searching for the best extents (2024-11-20 16:03:44 -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.12_2024-11-20 for you to fetch changes up to 09f319213924f4ed144b23368e33a7ff7ef5ddd2: xfs_repair: synthesize incore inode tree records when required (2024-11-20 16:03:44 -0800) ---------------------------------------------------------------- xfs: bug fixes for 6.12 [02/17] Bug fixes for 6.12. Signed-off-by: "Darrick J. Wong" ---------------------------------------------------------------- Darrick J. Wong (2): xfs_repair: fix crasher in pf_queuing_worker xfs_repair: synthesize incore inode tree records when required repair/dino_chunks.c | 28 ++++++++++++++++++++++++++++ repair/prefetch.c | 2 ++ 2 files changed, 30 insertions(+)