linux/fs/xfs/scrub
Darrick J. Wong eae5db476f xfs: dynamically allocate btree scrub context structure
Reorganize struct xchk_btree so that we can dynamically size the context
structure to fit the type of btree cursor that we have.  This will
enable us to use memory more efficiently once we start adding very tall
btree types.  Right-size the lastkey array to match the number of *node*
levels in the tree so that we stop wasting space.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
2021-10-19 11:45:14 -07:00
..
agheader.c xfs: stricter btree height checking when looking for errors 2021-10-14 09:19:32 -07:00
agheader_repair.c xfs: stricter btree height checking when scanning for btree roots 2021-10-14 09:19:32 -07:00
alloc.c
attr.c
attr.h
bitmap.c
bitmap.h
bmap.c
btree.c xfs: dynamically allocate btree scrub context structure 2021-10-19 11:45:14 -07:00
btree.h xfs: dynamically allocate btree scrub context structure 2021-10-19 11:45:14 -07:00
common.c
common.h
dabtree.c
dabtree.h
dir.c
fscounters.c
health.c
health.h
ialloc.c
inode.c
parent.c
quota.c
refcount.c
repair.c
repair.h xfs: stricter btree height checking when scanning for btree roots 2021-10-14 09:19:32 -07:00
rmap.c
rtbitmap.c
scrub.c
scrub.h
symlink.c
trace.c xfs: fix incorrect decoding in xchk_btree_cur_fsbno 2021-10-19 11:45:13 -07:00
trace.h
xfs_scrub.h