Message ID | 87r0mhf4rs.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | [GIT,PULL] xfs: bug fixes for 6.6 | expand |
The pull request you sent on Fri, 29 Sep 2023 19:09:34 +0530:
> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.6-fixes-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/10c0b6ba25a71d14f80586f6a795dbc47f5c6731
Thank you!
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 <chandanbabu@kernel.org> ---------------------------------------------------------------- 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(-)