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, 21 Mar 2014 09:54:48 +0000 (03:54 -0600)
commitaf19d83a9f9edabf2da2323912f9c63d388a56df
treed6892d2c5e7007969882af89257968454a5e82c5
parenta422465fd842b354a2b59c528785761fd55ceeed
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>
16 files changed:
.gitignore
Makefile.in
configure
configure.in
e2fsck/pass6.c
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
lib/ext2fs/tst_read_ea.c
util/subst.conf.in