summaryrefslogtreecommitdiff
tag namerefactorings-5.11_2020-12-06 (12e0b17d030cc68003689a33400a2f96ea5990cd)
tag date2020-12-06 14:59:34 -0800
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit b30bcd3958...
xfs: refactor extent validation for 5.11
While reviewing the "strengthen log intent validation" series, Brian Foster suggested that we should refactor all the validation code that checks physical extents into a common helper, so I've done that for both data and rt volume mappings. I also did the same for file ranges, since those were kind of a mess of open-coded stuff. Dave Chinner also asked to rename xfs_fc -> xfs_fs so that's the last patch.