]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - scrub/common.h
xfs_scrub: create online filesystem scrub program
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 2 Feb 2018 15:32:45 +0000 (09:32 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 2 Feb 2018 15:32:45 +0000 (09:32 -0600)
commit95b1e5059176245137406e14e4cd2ecca3c493d1
treed7434cf9929e33a804b0d699ee17f205783e9839
parent16adcb8831cf75d405ab8f4b581e70af79f4dba8
xfs_scrub: create online filesystem scrub program

Create the foundations of a filesystem scrubbing tool that asks the
kernel to inspect all metadata in the filesystem and (ultimately) to
repair anything that's broken.  Also create the man page for the
utility.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
.gitignore
Makefile
man/man8/xfs_scrub.8 [new file with mode: 0644]
scrub/Makefile [new file with mode: 0644]
scrub/common.c [new file with mode: 0644]
scrub/common.h [new file with mode: 0644]
scrub/xfs_scrub.c [new file with mode: 0644]
scrub/xfs_scrub.h [new file with mode: 0644]
tools/find-api-violations.sh