summaryrefslogtreecommitdiff
tag namerepair-reap-fixes_2021-03-25 (72731baf8f41df0e52aefaff26dfdc48e3d57628)
tag date2021-03-25 17:10:11 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 15ca8845a7...
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.