From patchwork Fri Sep 29 13:39:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chandan Babu R X-Patchwork-Id: 13404302 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33016E71D3F for ; Fri, 29 Sep 2023 14:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233149AbjI2OLm (ORCPT ); Fri, 29 Sep 2023 10:11:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233119AbjI2OLl (ORCPT ); Fri, 29 Sep 2023 10:11:41 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A7ED1AC; Fri, 29 Sep 2023 07:11:39 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5DF00C433C8; Fri, 29 Sep 2023 14:11:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695996698; bh=ioZPd5s3zd75qIAlXJzl7L3yYfnePsy7+vDy4XLFg/8=; h=From:To:Cc:Subject:Date:From; b=mljtrZxswKaDVgC5n/YPppHk6ricDJEZdBIMHyjp0x80CofGASVGoM4F6Kw8Zv4QK zzdDJe35/duT+JV9Ii/S8yjQRNReomqt1GjI2Taiabv0dXSC3Gy8M7YEUo8v14ew1f CDgYnjDQVutFoXpXOdI9iqu8dhz6VQUuR+xqxW0sg+ONgDpOzb+VtKwvcSs+zmFEP8 GV9NkJF+Y2xvsoHomsl1R9Gi92IhpHMJShh2liXs8jf9ToDZEFPJyDJhywKBAn8kwg B8xus/AOUyA09Hj5+nPf0ypQg0i8pFRjxF2RTKmvCrSby4r+d1FB1nVaiKbJ50lQoe hrQuISSJ3OeNw== User-agent: mu4e 1.8.10; emacs 27.1 From: Chandan Babu R To: torvalds@linux-foundation.org Cc: dchinner@redhat.com, djwong@kernel.org, linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org Subject: [GIT PULL] xfs: bug fixes for 6.6 Date: Fri, 29 Sep 2023 19:09:34 +0530 Message-ID: <87r0mhf4rs.fsf@debian-BULLSEYE-live-builder-AMD64> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Hi Linus, Please pull this branch with changes for xfs for 6.6-rc4. The changes are limited to only bug fixes whose summary is provided below. 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 6465e260f48790807eef06b583b38ca9789b6072: Linux 6.6-rc3 (2023-09-24 14:31:13 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.6-fixes-2 for you to fetch changes up to 59c71548cf1090bf42e0b0d1bc375d83d6efed3a: Merge tag 'fix-fix-iunlink-6.6_2023-09-25' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.6-fixesB (2023-09-25 21:19:33 +0530) ---------------------------------------------------------------- Bug fixes for 6.6-rc4: * Include modifications made to commit "xfs: load uncached unlinked inodes into memory on demand" (Commit ID: 68b957f64fca1930164bfc6d6d379acdccd547d7) which address review comments provided by Dave Chinner. Signed-off-by: Chandan Babu R ---------------------------------------------------------------- Chandan Babu R (1): Merge tag 'fix-fix-iunlink-6.6_2023-09-25' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.6-fixesB Darrick J. Wong (1): xfs: fix reloading entire unlinked bucket lists fs/xfs/xfs_export.c | 16 ++++++++++++---- fs/xfs/xfs_inode.c | 48 +++++++++++++++++++++++++++++++++++------------- fs/xfs/xfs_itable.c | 2 ++ fs/xfs/xfs_qm.c | 15 ++++++++++++--- 4 files changed, 61 insertions(+), 20 deletions(-)