Hi all, The first patch fixes xfs/365 to fuzz the AG1 inobt since as of 4.18 XFS requires an intact AG0 inobt even to mount. The second patch provides a regression test for "xfs: fix fdblocks accounting w/ RMAPBT per-AG reservation". The third patch provides a regression test for a condition where mmap read of a file's EOF page shows nonzero bytes after EOF if the previous operation was a zero_range all the way to EOF. This bug only seems to manifest on XFS, but it uses generic APIs and so is a generic test. The patch concerned here is "xfs: ensure post-EOF zeroing happens after zeroing part of a file". The fourth patch adds a variant to the xfs fuzz tests where we fuzz the metadata fields and immediately try to write to the filesystem. --D -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html