linux/fs/xfs/scrub
Darrick J. Wong cc3e0948d2 xfs: scrub the shape of a metadata btree
Create a function that can check the shape of a btree -- each block
passes basic inspection and all the pointers look ok.  In the next patch
we'll add the ability to check the actual keys and records stored within
the btree.  Add some helper functions so that we report detailed scrub
errors in a uniform manner in dmesg.  These are helper functions for
subsequent patches.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
2017-10-26 15:38:24 -07:00
..
btree.c xfs: scrub the shape of a metadata btree 2017-10-26 15:38:24 -07:00
btree.h xfs: create helpers to scrub a metadata btree 2017-10-26 15:38:24 -07:00
common.c xfs: create helpers to record and deal with scrub problems 2017-10-26 15:38:24 -07:00
common.h xfs: create helpers to record and deal with scrub problems 2017-10-26 15:38:24 -07:00
scrub.c xfs: probe the scrub ioctl 2017-10-26 15:38:23 -07:00
scrub.h xfs: probe the scrub ioctl 2017-10-26 15:38:23 -07:00
trace.c xfs: create helpers to scrub a metadata btree 2017-10-26 15:38:24 -07:00
trace.h xfs: create helpers to scrub a metadata btree 2017-10-26 15:38:24 -07:00
xfs_scrub.h