Whamcloud - gitweb
e2scan: a tool for fast namespace/inode scanning
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 13 Apr 2012 19:17:37 +0000 (13:17 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Thu, 25 Apr 2013 07:15:37 +0000 (01:15 -0600)
commit5726f8ec9ee2f031f0c9c21b880b8f022dde0d55
tree8f1c522064f37abc043ae0f0e4f5aea162551057
parent9334c697539c79bf85fe03ce6aea90c7c648611b
e2scan: a tool for fast namespace/inode scanning

e2scan is a tool for efficiently scanning inodes for changes,
or all inodes, and then generating pathnames for the inodes
of interest.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
13 files changed:
Makefile.in
configure
configure.in
e2fsprogs-RHEL-6.spec.in
e2fsprogs-SUSE_LINUX-11.spec.in
e2fsprogs.spec.in
e2scan/Makefile.in [new file with mode: 0644]
e2scan/db.c [new file with mode: 0644]
e2scan/e2scan.8.in [new file with mode: 0644]
e2scan/e2scan.c [new file with mode: 0644]
e2scan/filelist.c [new file with mode: 0644]
lib/config.h.in
util/subst.conf.in