Hi Chandan, Please pull this branch with changes for xfs for 6.10-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 4ad350ac58627bfe81f71f43f6738e36b4eb75c6: xfs: only iget the file once when doing vectored scrub-by-handle (2024-04-23 16:55:18 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/repair-fixes-6.10_2024-04-23 for you to fetch changes up to 5e1c7d0b29f7e05b01e448d2579a469cf3a0d350: xfs: invalidate dentries for a file before moving it to the orphanage (2024-04-23 16:55:19 -0700) ---------------------------------------------------------------- xfs: minor fixes to online repair [v13.4 9/9] Here are some miscellaneous bug fixes for the online repair code. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (4): xfs: drop the scrub file's iolock when transaction allocation fails xfs: fix iunlock calls in xrep_adoption_trans_alloc xfs: exchange-range for repairs is no longer dynamic xfs: invalidate dentries for a file before moving it to the orphanage fs/xfs/scrub/attr_repair.c | 3 +++ fs/xfs/scrub/dir_repair.c | 3 +++ fs/xfs/scrub/nlinks_repair.c | 4 +++- fs/xfs/scrub/orphanage.c | 49 ++++++++++++++++++----------------------- fs/xfs/scrub/parent_repair.c | 10 ++++++--- fs/xfs/scrub/rtsummary_repair.c | 10 ++++----- fs/xfs/scrub/scrub.c | 8 +++---- fs/xfs/scrub/scrub.h | 7 ------ fs/xfs/scrub/symlink_repair.c | 3 +++ fs/xfs/scrub/tempexch.h | 1 - fs/xfs/scrub/tempfile.c | 24 ++------------------ fs/xfs/scrub/trace.h | 3 --- 12 files changed, 49 insertions(+), 76 deletions(-)