summaryrefslogtreecommitdiff
tag nametighten-verifiers_2019-11-22 (e2a1f48057a917e678b21d81ef3266124e126347)
tag date2019-11-22 21:35:43 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 8a007574bc...
xfs: more metadata verifier tightening
Here are some enhancements I made to the metadata verifiers. The first adds structure checking to the attr leaf verifier. The next two look for obviously invalid dirent and attr names before passing them up to the VFS. The fourth patch fixes some problems where we return EIO on metadata corruption instead of EFSCORRUPTED.