]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fuzzy: add a custom xfs find utility for scrub stress tests
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Feb 2023 17:01:41 +0000 (09:01 -0800)
committerZorro Lang <zlang@kernel.org>
Tue, 7 Feb 2023 18:38:55 +0000 (02:38 +0800)
commit3fec4791015ea207a150260bc6ecd522d976592c
tree1b61910c55c76c72e684ddb2182a9df4e93df94b
parente926c8ffee93e85e19024adae26a8fb128efd2b1
fuzzy: add a custom xfs find utility for scrub stress tests

Create a new find(1) like utility that doesn't crash on directory tree
changes (like find does due to bugs in its loop detector) and actually
implements the custom xfs attribute predicates that we need for scrub
stress tests.  This program will be needed for a future patch where we
add stress tests for scrub and repair of file metadata.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
.gitignore
configure.ac
include/builddefs.in
m4/package_libcdev.m4
m4/package_xfslibs.m4
src/Makefile
src/xfsfind.c [new file with mode: 0644]