Whamcloud - gitweb
ChangeLog, fsck.8.in, fsck.c, fsck.h, mke2fs.8.in, mke2fs.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jul 1999 15:30:21 +0000 (15:30 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jul 1999 15:30:21 +0000 (15:30 +0000)
commit50787ea22edd8b4662203daf3569411d9dcf4287
tree811fbb57037eaf908cd53b462c52315c1f127307
parent5596defa1e212242c1bf1b028139143fbb7777a0
ChangeLog, fsck.8.in, fsck.c, fsck.h, mke2fs.8.in, mke2fs.c:
  * mke2fs.c (PRS, set_fs_defaults): Add new option -T which allows the
   user to specify the how the filesystem is to be used.  Mke2fs now
   chooses the filesystem parameters automatically based on the size of
   the filesystem and the intended use of the filesystem.  Add new option
   -n which simply goes through the calculations to determine the
   parameters of the filesystem the system would make.
  * fsck.c, fsck.h: Add support for new option -C.  This option will
   automatically manage e2fsck processes so that they will print
   completion/progress bars.  If multiple filesystems are being checked,
   arrange to make sure that only one e2fsck process is displaying a
   progress bar at a time.
misc/ChangeLog
misc/fsck.8.in
misc/fsck.c
misc/fsck.h
misc/mke2fs.8.in
misc/mke2fs.c