Whamcloud - gitweb
e2scan: a tool for fast namespace/inode scanning
authorAndreas Dilger <andreas.dilger@intel.com>
Fri, 13 Apr 2012 19:17:37 +0000 (13:17 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Fri, 28 Aug 2015 00:22:00 +0000 (18:22 -0600)
commit074f07f11a2b0eed0356dd3aef62d2190501a250
tree18feee99428db90e6e144dd64a8c8127ae0abc50
parent26031b9a1cde25da0381d2405819d8a60c9a1bc2
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.

  LU-3612 e2scan: fix missing header for e2scan to enable SQLite
    SQLite function is always disabled due to missing config.h
Signed-off-by: Shuichi Ihara <sihara@ddn.com>
  Change-Id: Ie4b49bd6d04a6f1e25610df51d17b97d3dc4fe5f

  LU-4328 e2scan: Missing copyright attribution
    Copyright headers are added to the files for e2scan.
    A minor correction was made to the header of tst_read_ea.c
Signed-off-by: James Nunez <james.a.nunez@intel.com>
  Change-Id: Icc359e717a0177b83a08f2471d84e68487dafee3

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
18 files changed:
.gitignore
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]
install-utils/compile_manpages
install-utils/remove_preformat_manpages
lib/config.h.in
lib/ext2fs/tst_read_ea.c
util/subset.exclude
util/subst.conf.in