]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - configure.ac
xfsprogs/io: add readdir command
authorBrian Foster <bfoster@redhat.com>
Fri, 9 Aug 2013 12:32:26 +0000 (12:32 +0000)
committerMark Tinguely <tinguely@eagdhcp-232-140.americas.sgi.com>
Fri, 9 Aug 2013 13:23:47 +0000 (08:23 -0500)
commit3bc056410ac054e45a61d7f924527eadb2c92c36
tree42eb744e582999c1791c14cd5bd59298c01d30e7
parent1b6bf714a7179942b8523cc966124249b74381da
xfsprogs/io: add readdir command

readdir reads the directory entries from an open directory from
the provided offset (or 0 if not specified). On completion,
readdir prints summary information regarding the number of
operations and bytes transferred. Options are available to specify
the starting offset, length and verbose mode to dump directory
entry information.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
configure.ac
include/builddefs.in
io/Makefile
io/init.c
io/io.h
io/readdir.c [new file with mode: 0644]
m4/package_libcdev.m4
man/man8/xfs_io.8