Searched hist:cc3e0948 (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/xfs/scrub/
H A Dbtree.cdiff cc3e0948 Tue Oct 17 22:37:37 MDT 2017 Darrick J. Wong <darrick.wong@oracle.com> 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>
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.hdiff cc3e0948 Tue Oct 17 22:37:37 MDT 2017 Darrick J. Wong <darrick.wong@oracle.com> 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>
H A Dxfs_btree.cdiff cc3e0948 Tue Oct 17 22:37:37 MDT 2017 Darrick J. Wong <darrick.wong@oracle.com> 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>

Completed in 206 milliseconds