Hi, I am using xfs on Manjaro with kernel 4.19 and latest xfsprogs 4.19.0-1. I checked my root filesystem with xfs_db for fragmentation and got metadata corruption messages: 5# xfs_db -c frag -r /dev/sde1 Metadata corruption detected at 0x558ed74133f3, xfs_inode block 0x7faac0/0x8000 Metadata corruption detected at 0x558ed74133f3, xfs_inode block 0x20cb300/0x8000 Metadata corruption detected at 0x558ed74133f3, xfs_inode block 0x2341340/0x8000 aktuell 976616, ideal 970547, Unterteilungsfaktor 0,62% Note, this number is largely meaningless. Files on this filesystem average 1,01 extents per file But xfs_repiar is not mentioning anything and hence not repairing anything. Also, xfs_scrub is not complaining: 8# xfs_scrub -v / EXPERIMENTAL xfs_scrub program in use! Use at your own risk! Phase 1: Find filesystem geometry. /: using 8 threads to scrub. Phase 2: Check internal metadata. Phase 3: Scan all inodes. Phase 5: Check directory tree. Phase 7: Check summary counters. 41,6GiB data used; 1,3M inodes used. 41,5GiB data found; 1,3M inodes found. 1,3M inodes counted; 1,3M inodes checked. How do I have to interpret these results? What can I do to get repair it? I created an xfs dump just in case somebody wants to debug this. Thank you for your help Matthias