mbox series

[GIT,PULL,8/9] xfs: fixes to the AGFL repair code

Message ID 169168058113.1060601.12287707141857169672.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/9] xfs: maintainer transition for 6.6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/repair-agfl-fixes-6.6_2023-08-10

Message

Darrick J. Wong Aug. 10, 2023, 3:29 p.m. UTC
Hi Chandan,

Please pull this branch with changes for xfs for 6.6-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.

--D

The following changes since commit 5c83df2e54b6af870e3e02ccd2a8ecd54e36668c:

xfs: allow userspace to rebuild metadata structures (2023-08-10 07:48:11 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/repair-agfl-fixes-6.6_2023-08-10

for you to fetch changes up to a634c0a60b9c7942630b4f68b0af55c62d74b8fc:

xfs: fix agf_fllast when repairing an empty AGFL (2023-08-10 07:48:11 -0700)

----------------------------------------------------------------
xfs: fixes to the AGFL repair code [v26.1]

This series contains a couple of bug fixes to the AGFL repair code that
came up during QA.

This has been running on the djcloud for years with no problems.  Enjoy!

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (2):
xfs: clear pagf_agflreset when repairing the AGFL
xfs: fix agf_fllast when repairing an empty AGFL

fs/xfs/scrub/agheader_repair.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)