kernel_optimize_test/fs/xfs/scrub
Darrick J. Wong d44b47fdd1 xfs: check the uniqueness of the AGFL entries
Make sure we don't list a block twice in the agfl by copying the
contents of the AGFL to an array, sorting it, and looking for
duplicates.  We can easily check that the number of agfl entries we see
actually matches the flcount, so do that too.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
2017-11-09 19:27:32 -08:00
..
agheader.c xfs: check the uniqueness of the AGFL entries 2017-11-09 19:27:32 -08:00
alloc.c
attr.c
bmap.c
btree.c xfs: fix btree scrub deref check 2017-11-09 09:10:45 -08:00
btree.h
common.c
common.h
dabtree.c xfs: only check da node header padding on v5 filesystems 2017-11-09 09:10:45 -08:00
dabtree.h
dir.c xfs: fix uninitialized return values in scrub code 2017-11-09 09:10:45 -08:00
ialloc.c
inode.c
parent.c xfs: fix uninitialized return values in scrub code 2017-11-09 09:10:45 -08:00
quota.c
refcount.c
rmap.c
rtbitmap.c
scrub.c
scrub.h
symlink.c
trace.c
trace.h
xfs_scrub.h