Hi all, Here's a second series of scrubber fixes that apply elsewhere. Patch 1 aborts the xattr scrub loop if there are pending fatal signals. Patch 2 checks that for any directory or attr fork there are no extent maps that stretch beyond what a xfs_dablk_t can map. Patch 3 fixes an off-by-one error in a rtbitmap scrub helper. Patches 4-5 implement name check functions for directory entries and extended attribute leaves. For now they're only used by scrub (and used to clean up xfs_repair) but I suspect it might be more appropriate to put them in the regular verifiers. If you're going to start using this mess, you probably ought to just pull from my git trees. The kernel patches[1] should apply against 5.0-rc1. Comments and questions are, as always, welcome. --D