summaryrefslogtreecommitdiff
tag namefix-bmap-intent-recovery_2020-10-10 (e35b42db27cb197e31ec0eadf000f7b707bb2f54)
tag date2020-10-10 10:59:12 -0700
tagged byDarrick J. Wong <darrick.wong@oracle.com>
tagged objectcommit 0a5f6c7200...
xfs: fix inode use-after-free during log recovery
In this series, I try to fix a use-after-free that I discovered during development of the dfops freezer, where BUI recovery releases the inode even if it requeues itself. If the inode gets reclaimed, the fs corrupts memory and explodes. The fix is to make the dfops freezer take over ownership of the inodes if there's any more work to be done. v2: