From: Chandan Babu R Date: Fri, 18 Aug 2023 07:59:43 +0000 (+0530) Subject: Merge tag 'repair-tweaks-6.6_2023-08-10' of https://git.kernel.org/pub/scm/linux... X-Git-Tag: v6.6-rc1~137^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7857acd8773e74124a0e1bb8791e6f69d9b7f6f0;p=thirdparty%2Flinux.git Merge tag 'repair-tweaks-6.6_2023-08-10' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.6-mergeA xfs: miscellaneous repair tweaks Before we start adding online repair functionality, there's a few tweaks that I'd like to make to the common repair code. First is a fix to the integration between repair and the health status code that was interfering with repair re-evaluations. Second is a minor tweak to the sole existing repair functions to make one last check that the user hasn't terminated the calling process before we start writing to the filesystem. This is a pattern that will repeat throughout the rest of the repair functions. Signed-off-by: Darrick J. Wong Signed-off-by: Chandan Babu R * tag 'repair-tweaks-6.6_2023-08-10' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux: xfs: allow the user to cancel repairs before we start writing xfs: always rescan allegedly healthy per-ag metadata after repair --- 7857acd8773e74124a0e1bb8791e6f69d9b7f6f0