summaryrefslogtreecommitdiff
tag nameverifier-fixes_2020-03-03 (86fc6fe955603746b5aa1d70bd5927a85c674edc)
tag date2020-03-03 18:48:10 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 3b736bdc44...
xfs: fix errors in directory verifiers
During a code audit of the effectiveness of the new online directory repair code, it was discovered that XFS does not check the owner fields of the dir3 free, data, and block format metadata blocks. It was further discovered that when the dir3 free block verifier rejects a block, it does not leave the incore buffer in the correct state. Correct these problems.