summaryrefslogtreecommitdiff
tag namerepair-reap-fixes_2020-10-26 (2559c557c8e753f2cdda368b34cca187c34c2faf)
tag date2020-10-26 18:33:12 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 7a0d3f33d4...
xfs: fix online repair block reaping
These patches fix a few problems that I noticed in the code that deals with old btree blocks after a successful repair. First, we clarify how the reaping function works w.r.t. bitmap lifetimes. Next we fix a bug where we could incorrectly invalidate old btree blocks if they were crosslinked. Finally, we convert the reap function to use EFIs so that we can delete blocks without overloading a transaction.