Whamcloud - gitweb
tools/e2fsprogs.git
25 years agoChangeLog, expect.1, expect.2, image.gz, name:
Theodore Ts'o [Mon, 15 Mar 1999 17:00:48 +0000 (17:00 +0000)]
ChangeLog, expect.1, expect.2, image.gz, name:
  f_lpffile: New test which checks how e2fsck handles a the case where
   lost+found exists, but it's not a directory.

25 years agoChangeLog, icheck.c:
Theodore Ts'o [Fri, 19 Feb 1999 18:56:43 +0000 (18:56 +0000)]
ChangeLog, icheck.c:
  icheck.c (do_icheck): Check to make sure the inode has valid blocks
   before iterating over that inode's blocks.

25 years agoChangeLog, fsck.c, mke2fs.c:
Theodore Ts'o [Tue, 9 Feb 1999 08:14:28 +0000 (08:14 +0000)]
ChangeLog, fsck.c, mke2fs.c:
  fsck.c (fsck_device): Print an error message if the user passes in a
   device or directory name which isn't found in /etc/fstab.  Allow the
   location of /etc/fstab to be overridden by the FSTAB_FILE environment
   variable.
  mke2fs.c (write_inode_tables): Add kludge code so that when the
   MKE2FS_SYNC environment variable is set, mke2fs will sync every
   MKE2FS_SYNC block groups, while it is writing out the inode tables.
   This is to work around a VM bug in the 2.0 kernel.  I've heard a
   report that a RAID user was able to trigger it even using a 2.2
   kernel.

25 years agoChangeLog, fsck.c:
Theodore Ts'o [Sat, 16 Jan 1999 05:39:12 +0000 (05:39 +0000)]
ChangeLog, fsck.c:
  fsck.c (execute, wait_one): Modified routines so that they accurately
  create an fsck_instance even when the noexecute flag is set.  This
  allows for accurate debugging of the fsck pass structure.
  (check_all): When the verbose flag is given twice, print debugging
  information about when fsck is waiting for jobs to finish.

25 years agoTODO:
Theodore Ts'o [Tue, 12 Jan 1999 23:40:01 +0000 (23:40 +0000)]
TODO:
  Added todo file for private use.

25 years agoMakefile.in:
Theodore Ts'o [Tue, 12 Jan 1999 23:32:52 +0000 (23:32 +0000)]
Makefile.in:
  Add some files to the list of files to be excluded when building a
  source distribution file.
configure:
  Update to match last configure.in changes.
RELEASE-NOTES, e2fsprogs.lsm, e2fsprogs.spec, version.h:
  Update for e2fsprogs 1.14 release.

25 years agoChangeLog, message.c:
Theodore Ts'o [Sat, 9 Jan 1999 16:32:31 +0000 (16:32 +0000)]
ChangeLog, message.c:
  message.c (safe_print): New function which prints strings, converting
   non-printable characters using the '^' and M-notation.  This function
   is now used to print directory name entries and pathnames.
ChangeLog:
  Update for release of E2fsprogs 1.14.

25 years agoChangeLog, configure.in:
Theodore Ts'o [Sat, 9 Jan 1999 05:06:02 +0000 (05:06 +0000)]
ChangeLog, configure.in:
  configure.in (YEAR): Allow a 4-digit year for the version date, so we
   can be Y2K politically correct.  (The date isn't used for anything
   except display purposes, but it should make people more comfortable to
   not use a 2-digit date, even though it doesn't matter.)

25 years agoChangeLog, fsck.8.in:
Theodore Ts'o [Sat, 9 Jan 1999 05:03:52 +0000 (05:03 +0000)]
ChangeLog, fsck.8.in:
  fsck.8.in: Clarified and expanded the documentation for the -A switch.

25 years agoChangeLog, inode.c:
Theodore Ts'o [Fri, 8 Jan 1999 13:33:39 +0000 (13:33 +0000)]
ChangeLog, inode.c:
  inode.c (ext2fs_read_inode, ext2fs_write_inode): Check to see if the
  inode number is zero; if it's zero, return EXT2_ET_BAD_INODE_NUM.
ChangeLog, fsck.c:
  fsck.c (load_fs_info): If the pass number field is missing, it needs
   to be treated as zero.
libext2fs.texinfo, README:
  Update for 1.14 release.

25 years agoChangeLog, mke2fs.8.in, mke2fs.c:
Theodore Ts'o [Tue, 5 Jan 1999 07:25:06 +0000 (07:25 +0000)]
ChangeLog, mke2fs.8.in, mke2fs.c:
  mke2fs.c (PRS): Allow the user to specify exactly how many inodes
   he/she wishes.

25 years agoChangeLog, chattr.1.in, chattr.c, lsattr.1.in, lsattr.c:
Theodore Ts'o [Tue, 5 Jan 1999 07:02:39 +0000 (07:02 +0000)]
ChangeLog, chattr.1.in, chattr.c, lsattr.1.in, lsattr.c:
  chattr.c, lsattr.c: Only print the version information for the program
   if the -V option is given.
  chattr.c: Ignore symbolic links when doing a recursive descent through
   a directory.

25 years agoChangeLog, initialize.c:
Theodore Ts'o [Mon, 4 Jan 1999 08:50:59 +0000 (08:50 +0000)]
ChangeLog, initialize.c:
  initialize.c (ext2fs_initialize): Use EXT2_FIRST_INODE instead of
   EXT2_FIRST_INO to ensure compatibility with Linux 1.2 header files.

25 years agoMakefile.in, configure.in, ChangeLog, configure:
Theodore Ts'o [Mon, 4 Jan 1999 07:39:19 +0000 (07:39 +0000)]
Makefile.in, configure.in, ChangeLog, configure:
  Makefile.in: Move the generated types.h file from the linux/ directory
   to the asm/ directory.
  configure.in: Force Solaris to never use -static, due to its dynamic
   loader not being available to statically linked programs.  Create the
   asm/ directory if needed.
.del-types.h.in~ca55114a, .del-ext2_fs.h~7a460879, .del-types.h.in~7a460879:
  Move the types.h header file from linux/ to asm/.

25 years agoChangeLog, unix.c:
Theodore Ts'o [Mon, 4 Jan 1999 07:35:45 +0000 (07:35 +0000)]
ChangeLog, unix.c:
  unix.c (main): Reset the context before calling ext2fs_close(), to
  avoid referencing already freed memory.
ChangeLog, llseek.c:
  llseek.c (ext2fs_llseek): Change ext2fs_llseek() in the non-Linux case
   to use EINVAL by default, unless it isn't defined, in which case we
   use EXT2_ET_INVALID_ARGUMENT instead.
ChangeLog, mk_cmds.sh.in:
  mk_cmds.sh.in: Fixed portability bug in shell script; we were
   depending on a bash'ism.
ChangeLog, uuid.c:
  uuid.c: Use asm/types.h instead of linux/types.h, to be consistent
   with other locations where we've had to do this to work around glibc.

25 years agoChangeLog, INSTALL.elfbin:
Theodore Ts'o [Sat, 2 Jan 1999 04:15:29 +0000 (04:15 +0000)]
ChangeLog, INSTALL.elfbin:
  INSTALL.elfbin (NOTE): Add a warning that the ELF binaries assume glibc.

25 years agoChangeLog, config.guess:
Theodore Ts'o [Sat, 2 Jan 1999 04:10:33 +0000 (04:10 +0000)]
ChangeLog, config.guess:
  config.guess: Update with a newer version from the FSF (although I've
   removed rms's pathetic LINUX/GNU name kludgery)

25 years agoChangeLog, mke2fs.c:
Theodore Ts'o [Sat, 2 Jan 1999 04:04:42 +0000 (04:04 +0000)]
ChangeLog, mke2fs.c:
  mke2fs.c: Add definition of SCSI_BLK_MAJOR if not defined, for
   compatibility with Linux 1.2.13 header files.
ChangeLog, fsck.c:
  fsck.c (load_fs_info, parse_fstab_line): Ignore fstab lines are
   commented out.  Also allow blank lines in the /etc/fstab file.
   (execute): In verbose mode, print the mountpount of the filesystem
   which we are checking (user request).

25 years agoADD TAG: E2FSPROGS-1_13 E2FSPROGS-1_13
Theodore Ts'o [Sat, 19 Dec 1998 08:10:58 +0000 (08:10 +0000)]
ADD TAG: E2FSPROGS-1_13

25 years agoMany files:
Theodore Ts'o [Sat, 19 Dec 1998 08:10:58 +0000 (08:10 +0000)]
Many files:
  Update version information in ChangeLogs, release notes,
  documentation, etc.  for release of version 1.13.

25 years agoChangeLog, subst.c:
Theodore Ts'o [Sat, 19 Dec 1998 08:08:43 +0000 (08:08 +0000)]
ChangeLog, subst.c:
  subst.c (get_subst_symbol): Add [0-9] to the list of valid characters
   for a substitution symbol.

25 years agoChangeLog, mke2fs.8.in:
Theodore Ts'o [Tue, 8 Dec 1998 02:21:29 +0000 (02:21 +0000)]
ChangeLog, mke2fs.8.in:
  Fixed stupid typo ("Raid options are _comma_ separated", instead of
  common seperated)

25 years agoChangeLog, Makefile.in, tst_uuid.c, uuid.h, uuid_time.c:
Theodore Ts'o [Fri, 4 Dec 1998 08:13:52 +0000 (08:13 +0000)]
ChangeLog, Makefile.in, tst_uuid.c, uuid.h, uuid_time.c:
  Makefile.in: Update version numbers of the UUID shared library, since
   we've added a new function (uuid_time()).
  uuid_time.c: New file which returns the time field of a UUID.  (Good
   for debugging purposes)
libext2fs.texinfo:
  Update version number for 1.13 release.

25 years agoChangeLog, expect.1, expect.2:
Theodore Ts'o [Fri, 4 Dec 1998 06:18:58 +0000 (06:18 +0000)]
ChangeLog, expect.1, expect.2:
  f_badtable, f_illitable, f_lpf: Update to deal with the fact that
   e2fsck will now create a lost+found directory at the end of
   pass 3 if one isn't present.
ChangeLog:
  Oops; premature checkin of ChangeLog.

25 years agoChangeLog, Makefile.in:
Theodore Ts'o [Fri, 4 Dec 1998 06:15:12 +0000 (06:15 +0000)]
ChangeLog, Makefile.in:
  Makefile.in: Updated dependencies.

25 years agoChangeLog, pass3.c, problem.c:
Theodore Ts'o [Thu, 3 Dec 1998 16:40:38 +0000 (16:40 +0000)]
ChangeLog, pass3.c, problem.c:
  pass3.c (get_lost_and_found): If the filesystem is not opened
   read-only, then force /lost+found to be created if it is not present.
  problem.c: Allow PR_3_NO_LF_DIR to be handled during a preen operation.
ChangeLog, Makefile.in:
  Makefile.in: Updated dependencies.
ChangeLog, fsck.c:
  fsck.c (load_fs_info): Parse /etc/fstab ourselves, instead of relying
   on getmntent().  This has the advantage of allowing us to properly
   handle missing pass numbers correctly.
ChangeLog, configure.in:
  configure.in: Add paths.h to header files for which we search.

25 years agoChangeLog, mke2fs.c, tune2fs.8.in:
Theodore Ts'o [Sat, 14 Nov 1998 04:18:28 +0000 (04:18 +0000)]
ChangeLog, mke2fs.c, tune2fs.8.in:
  tune2fs.8.in: Fix minor display bug in the nroff.
  mke2fs.c (show_stats, write_inode_tables): Use the log10 function to
   calculate the display of block numbers so that things look nice on an
   80 character display.
  mke2fs.c (usage): Add the sparse-super-flag to the usage message.
ChangeLog, e2fsck.c, pass1.c, pass2.c, problem.c, problem.h, unix.c:
  unix.c (main): Move ext2fs_close() after e2fsck_free_context() since
   e2fsck_free_context may reference data in ctx->fs.
  e2fsck.c (e2fsck_reset_context): Make sure ctx->fs is non-NULL before
   checking ctx->fs->dblist.
  pass1.c (e2fsck_pass1): Use the device check subroutine on FIFO's and
   Socket's, so that we catch bogus immutable inodes.
  pass2.c (process_bad_inode): Process bad socket and fifo's.
  problem.h, problem.c: Define new problem codes PR_2_BAD_FIFO and
   PR_2_BAD_SOCKET.

25 years agoREADME:
Theodore Ts'o [Fri, 6 Nov 1998 19:09:33 +0000 (19:09 +0000)]
README:
  Insert pointer to the e2fsprogs web page.

25 years agoADD TAG: RESIZE2FS-1_03 RESIZE2FS-1_03
Theodore Ts'o [Wed, 30 Sep 1998 00:54:35 +0000 (00:54 +0000)]
ADD TAG: RESIZE2FS-1_03

25 years ago.del-resize2fs.spec~524d144b:
Theodore Ts'o [Wed, 30 Sep 1998 00:54:35 +0000 (00:54 +0000)]
.del-resize2fs.spec~524d144b:
  Fix up version number for 1.03
ChangeLog, main.c:
  Print a feedback message stating the new size of the filesystem when
  we're through.

25 years agomain.c:
Theodore Ts'o [Tue, 29 Sep 1998 04:00:55 +0000 (04:00 +0000)]
main.c:
  Remove timebomb for production version.
resize2fs.8.in, .del-version.h~524d144b:
  Update for production version of resize2fs.

25 years agoChangeLog, initialize.c:
Theodore Ts'o [Wed, 23 Sep 1998 00:27:26 +0000 (00:27 +0000)]
ChangeLog, initialize.c:
  initialize.c (ext2fs_initialize): Make sure that we allocate enough
   inodes so that we can make a valid filesystem.

25 years agoChangeLog, pass3.c, pass4.c, problem.c, problem.h, super.c:
Theodore Ts'o [Thu, 3 Sep 1998 01:26:03 +0000 (01:26 +0000)]
ChangeLog, pass3.c, pass4.c, problem.c, problem.h, super.c:
  problem.c: Add PR_3_NO_DIRINFO error code.
  super.c (check_super_value): Rename min and max to min_val and max_val
   to avoid possible cpp macro conflicts.
  pass4.c (e2fsck_pass4): Rename max to maxgroup, to avoid possible cpp
   macro conflicts.
  pass3.c (e2fsck_pass3): Rename max to maxdirs, to avoid possible cpp
   macro conflicts.
   (check_directory): Fix logic to avoid possible core dump in the
   case of ext2fs_get_dir_info returning NULL.  (By the time we get here,
   it should never happen, but...).  Also simply/streamline the control
   flow of the function.

25 years agoMany files:
Theodore Ts'o [Thu, 3 Sep 1998 01:22:57 +0000 (01:22 +0000)]
Many files:
  rw_bitmaps.c: Fixed signed/unsigned warnings.
  fileio.c (ext2fs_file_set_size): Remove unneeded extern from the
   function declaration.
  dblist.c (make_dblist): Add safety check in case the dblist pointer
   passed in is null (in which case, assign it to fs->dblist).  Fixed
   some signed/unsigned warnings.
  bmap.c: Make addr_per_block be of type blk_t to avoid signed/unsigned
   warnings.
  namei.c (ext2fs_follow_link): Remove uneeded extern from the function
   declaration.
  get_pathname.c (get_pathname_proc): Use return value from
   ext2fs_get_mem, instead of checking if &gp->name is NULL.
  dir_iterate.c (ext2fs_process_dir_block):
  dblist_dir.c (ext2fs_dblist_dir_iterate): Remove uneeded extern from
   the function declaration.
  block.c (ext2fs_block_iterate2): If the read_inode call fails, return
   the error directly instead of jumping to the cleanup routine, since we
   don't need to do any cleanup.
  alloc_table.c (ext2fs_allocate_group_table): Make this function take a
   dgrp_t for its group argument.
  ext2fs.h: Make dgrp_t an __u32 type, and make fs->desc_group_count be
   of type dgrp_t.

25 years agoChangeLog, resize2fs.c:
Theodore Ts'o [Thu, 3 Sep 1998 00:26:49 +0000 (00:26 +0000)]
ChangeLog, resize2fs.c:
  resize2fs.c: Rename max to max_groups and max_dirs to avoid possible
   conflicts with a cpp macro named "max".

25 years agoChangeLog, unix.c:
Theodore Ts'o [Wed, 26 Aug 1998 15:23:31 +0000 (15:23 +0000)]
ChangeLog, unix.c:
  unix.c (check_if_skip): Move the "not cleanly mounted" check ahead of
   the maximal mount and too long since checked tests.
  (reserve_stdio_fds): Make sure 0,1,2 file descriptors are open, so
   that we don't open the filesystem using the same file
   descriptor as stdout or stderr.

25 years agoChangeLog, subst.c, subst.conf.in:
Theodore Ts'o [Sat, 1 Aug 1998 04:35:39 +0000 (04:35 +0000)]
ChangeLog, subst.c, subst.conf.in:
  * subst.c: Add the ability to substitute apparent shell/make variables
   such as ${prefix}, since this is needed to make the shell scripts work
   correctly.
  subst.conf.in: Add ${prefix} to the list of substitutions which subst
   should make.

25 years agoChangeLog, mk_cmds.sh.in:
Theodore Ts'o [Sat, 1 Aug 1998 04:33:31 +0000 (04:33 +0000)]
ChangeLog, mk_cmds.sh.in:
  mk_cmds.sh.in: Fix error message so that it says mk_cmds's template
   files instead of compile_et's template files.
ChangeLog, resize2fs.h:
  resize2fs.h: Protect include of unistd.h with HAVE_UNISTD_H.
e2fsprogs.lsm:
  Updated for 1.12 release.

25 years agoChangeLog, e2fsck.c, pass2.c, pass3.c, unix.c:
Theodore Ts'o [Sat, 1 Aug 1998 04:18:06 +0000 (04:18 +0000)]
ChangeLog, e2fsck.c, pass2.c, pass3.c, unix.c:
  pass2.c (e2fsck_pass2): Fix the progress accounting so that we get to
   100%.
  pass3.c (e2fsck_pass3): Change progress accounting to be consistent
   with the other e2fsck passes.
  e2fsck.c (e2fsck_run): At the end of each pass, call the progress
   function with the pass number set to zero.
  unix.c (e2fsck_update_progress): If the pass number is zero, ignore
   the call, since that indicates that we just want to deallocate any
   progress structures.
emptydir.c:
  Commit partially done file.
ChangeLog, badblocks.c:
  badblocks.c (ext2fs_badblocks_list_add): Use a bigger increment than
   10 blocks when we need to expand the size of the badblocks list.

25 years agoChangeLog, debugfs.c:
Theodore Ts'o [Sat, 1 Aug 1998 01:03:39 +0000 (01:03 +0000)]
ChangeLog, debugfs.c:
  debugfs.c (do_stat, do_clri): Fix bug where debugfs wasn't displaying
   the error message if ext2fs_read_inode() failed.
   (do_rm): Fix similar problem for call to ext2fs_namei().

25 years agoChangeLog, .del-ChangeLog~905e7699, version.h:
Theodore Ts'o [Thu, 9 Jul 1998 05:42:45 +0000 (05:42 +0000)]
ChangeLog, .del-ChangeLog~905e7699, version.h:
  Update for 1.12 release.

25 years ago.release-checklist:
Theodore Ts'o [Thu, 9 Jul 1998 05:38:07 +0000 (05:38 +0000)]
.release-checklist:
  Update procedure slightly to deal with renamed files, etc.
RELEASE-NOTES, README:
  Update for 1.12 release

25 years agoChangeLog, unix.c:
Theodore Ts'o [Thu, 9 Jul 1998 05:33:18 +0000 (05:33 +0000)]
ChangeLog, unix.c:
  unix.c (main): Fix typo in checking the incompat feature set; it
   should be checked against EXT2_LIB_FEATURE_INCOMPAT_SUPP.

25 years agoADD TAG: E2FSPROGS-1_12 E2FSPROGS-1_12
Theodore Ts'o [Tue, 7 Jul 1998 05:44:43 +0000 (05:44 +0000)]
ADD TAG: E2FSPROGS-1_12

25 years agoChangeLog, badblocks.c:
Theodore Ts'o [Tue, 7 Jul 1998 05:44:43 +0000 (05:44 +0000)]
ChangeLog, badblocks.c:
  badblocks.c (test_disk): Don't clear the existing bad blocks list when
   using e2fsck -c, since it may cause blocks with marginal errors to be
   dropped from the bad blocks list.

25 years agoe2fsprogs.lsm:
Theodore Ts'o [Mon, 6 Jul 1998 17:47:56 +0000 (17:47 +0000)]
e2fsprogs.lsm:
  Update sizes for 1.12 release.

25 years agoname:
Theodore Ts'o [Mon, 6 Jul 1998 14:49:09 +0000 (14:49 +0000)]
name:
  Fixed spelling error.

25 years agoChangeLog, pass1.c:
Theodore Ts'o [Mon, 6 Jul 1998 14:33:12 +0000 (14:33 +0000)]
ChangeLog, pass1.c:
  pass1.c (e2fsck_pass1): Use ext2fs_sb structure for compatibility with
   older kernels.

26 years agoChangeLog, script:
Theodore Ts'o [Sun, 5 Jul 1998 19:37:53 +0000 (19:37 +0000)]
ChangeLog, script:
  f_swapfs: Fix script to ignore the version string header which debugfs
   now prints when it starts up.
libext2fs.texinfo:
  Update copyright notice and revision date.
RELEASE-NOTES, version.h:
  Update for 1.12 release.

26 years agoMany files:
Theodore Ts'o [Sat, 4 Jul 1998 17:55:54 +0000 (17:55 +0000)]
Many files:
  Rename e2fsprogs-1.12.spec and e2fsprogs-1.12.lsm to e2fsprogs.spec and
  e2fsprogs.lsm respectively.  This makes it easier to track revisions
  in CVS.
.cvsignore:
  Add .cvsignore file to ingore the build directory.

.cvsignore
1998/07/04 17:55:54-00:00 tytso@mit.edu +1 -0
Add .cvsignore file to ingore the build directory.

.cvsignore
1998/07/04 17:55:53 tytso@mit.edu +0 -0
RCS to BitKeeper

26 years agoChangeLog, libext2fs.texinfo:
Theodore Ts'o [Sat, 4 Jul 1998 17:52:41 +0000 (17:52 +0000)]
ChangeLog, libext2fs.texinfo:
  libext2fs.texinfo: Update definition of ext2fs_block_iterate2.

26 years agoChangeLog, findsuper.c:
Theodore Ts'o [Sat, 4 Jul 1998 17:47:52 +0000 (17:47 +0000)]
ChangeLog, findsuper.c:
  findsuper.c (main): Print the block group number which is now being
   written by e2fsprogs.

26 years agoChangeLog, closefs.c, ext2fs.h:
Theodore Ts'o [Tue, 30 Jun 1998 05:33:11 +0000 (05:33 +0000)]
ChangeLog, closefs.c, ext2fs.h:
  closefs.c (ext2fs_flush): Update the s_block_group_nr field as
   appropriate for all of the block group copies, so that it's clear
   where the beginning of the filesystem is on the disk.  (For when the
   partition table gets scrod.)
  ext2fs.h: Change the name of the feature from
   EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE to EXT2_FEATURE_INCOMPAT_FILESIZE
   (to match with the kernel).

26 years agoext2fs.h:
Theodore Ts'o [Tue, 30 Jun 1998 05:29:12 +0000 (05:29 +0000)]
ext2fs.h:
  Change the name of the feature to match with the name used in the
  Linux kernel.

26 years agoChangeLog, et_c.awk, et_h.awk:
Theodore Ts'o [Sat, 27 Jun 1998 05:23:55 +0000 (05:23 +0000)]
ChangeLog, et_c.awk, et_h.awk:
  et_h.awk, et_c.awk: Work around libm bug on the ARM.

26 years agoChangeLog, test_icount.c:
Theodore Ts'o [Sat, 27 Jun 1998 05:20:20 +0000 (05:20 +0000)]
ChangeLog, test_icount.c:
  test_icount.c (main): The variable which gets the return value from
   getopt should be an int so that the comparisons against EOF work on
   systems with unsigned chars.

26 years agoChangeLog, debugfs.8.in, debugfs.c:
Theodore Ts'o [Sat, 27 Jun 1998 05:11:14 +0000 (05:11 +0000)]
ChangeLog, debugfs.8.in, debugfs.c:
  Add a -V option which displays the current version.
ChangeLog, unix.c:
  unix.c (e2fsck_update_progress): Remove unused variables.
ChangeLog, inode.c:
  inode.c (get_next_blockgroup): Fix bug where if get_next_blockgroup()
   is called early because of a missing inode table in a block group, the
   current_inode counter wasn't incremented correctly.
ChangeLog, tst_uuid.c:
  tst_uuid.c (main): Fixed bogus declaration of the main's argv parameter.
ChangeLog, test_icount.c:
  test_icount.c (main): Fix main() declaration so that it returns int,
   not void.
Many files:
  fsck.c (ignore): Remove unused variable cp.
  chattr.c (fatal_error):
  tune2fs.c (usage):
  lsattr.c (usage):
  dumpe2fs.c (usage):
  badblocks.c (usage): Remove volatile from declaration.
  fsck.c: Change use of strdup to be string_copy, since we don't trust
   what glibc is doing with strdup.  (Whatever it is, it isn't pretty.)

26 years agoChangeLog, read_bb.c:
Theodore Ts'o [Tue, 16 Jun 1998 05:23:41 +0000 (05:23 +0000)]
ChangeLog, read_bb.c:
  Make ext2fs_read_bb_inode more robust against a completely trashed bad
  block inode.

26 years agoChangeLog, pass1.c, problem.h:
Theodore Ts'o [Wed, 10 Jun 1998 20:45:22 +0000 (20:45 +0000)]
ChangeLog, pass1.c, problem.h:
  pass1.c, problem.h: Change blkcnt_t to be e2_blkcnt_t to avoid
  collision with LFS API.
  pass1.c (e2fsck_pass1): Fix bug so that ext2_max_sizes is properly
   initialized.
  (e2fsck_pass1): Don't allow the the boot loader inode to be a
   directory (clear the inode mode field if so).

26 years agoMany files:
Theodore Ts'o [Wed, 10 Jun 1998 20:39:43 +0000 (20:39 +0000)]
Many files:
  alloc_tables.c (ext2fs_allocate_group_table): Fix bug so that if the
   stride length hits a bad value, we retry the block allocation starting
   at the beginning of the block group.
  ext2fs.h, bb_inode.c, block.c, bmove.c, dir_iterate.c, expanddir.c,
   ext2fsP.h, read_bb.c: Change blkcnt_t to be e2_blkcnt_t to avoid
   collision with LFS API.

26 years agoChangeLog, resize2fs.c:
Theodore Ts'o [Wed, 10 Jun 1998 20:36:37 +0000 (20:36 +0000)]
ChangeLog, resize2fs.c:
  Change blkcnt_t to be e2_blkcnt_t to avoid collision with the LFS API.

26 years agoChangeLog, fsck.c:
Theodore Ts'o [Thu, 14 May 1998 22:43:10 +0000 (22:43 +0000)]
ChangeLog, fsck.c:
  Remove check for filesystem with the noauto option.

26 years agoChangeLog, e2fsck.8.in, e2fsck.h, pass5.c, unix.c:
Theodore Ts'o [Thu, 7 May 1998 05:02:00 +0000 (05:02 +0000)]
ChangeLog, e2fsck.8.in, e2fsck.h, pass5.c, unix.c:
  unix.c (PRS): Added new option -C, which causes e2fsck to print
   progress updates so that callers can keep track of the completion
   progress of e2fsck.  Designed for use by progress, except for -C 0,
   which prints a spinning report which may be useful for some users.
  pass5.c (e2fsck_pass5): Use a finer-grained progress reporting scheme
   (useful for larger filesystems).
  e2fsck.h: Add progress_fd and progress_pos, for use by the Unix
   progress reporting functions.

26 years agoChangeLog, initialize.c:
Theodore Ts'o [Fri, 1 May 1998 05:32:18 +0000 (05:32 +0000)]
ChangeLog, initialize.c:
  initialize.c (ext2fs_initialize): Initialize s_inodes_count in a way
  that avoids overflows on disk sizes greater than 4GB.

26 years agoChangeLog, e2fsck.h, pass1.c, super.c:
Theodore Ts'o [Thu, 30 Apr 1998 17:35:59 +0000 (17:35 +0000)]
ChangeLog, e2fsck.h, pass1.c, super.c:
  pass1.c (process_inode_cmp): Use EXT2_QSORT_TYPE to define the
   appropriate return type for comparison functions for qsort.
  e2fsck.h: Add #ifdef protection for unistd.h
  super.c: Remove header files already included by e2fsck.h
ChangeLog, dblist.c, ext2fs.h:
  ext2fs.h: Define EXT2_QSORT_TYPE appropriately for the return type for
   comparison functions for qsort.
  dblist.c (dir_block_cmp): Use EXT2_QSORT_TYPE in function declaration.
ChangeLog, extent.c:
  extent.c (ext2fs_create_extent_table): Use ext2fs_free_mem instead of
   free().
  (extent_cmp): Use EXT2_QSORT_TYPE to define the appropriate return
   type for comparison functions for qsort.

26 years agoMany files:
Theodore Ts'o [Mon, 27 Apr 1998 01:41:13 +0000 (01:41 +0000)]
Many files:
  ext2fs.h, bitops.h: Add support for the Watcom C compiler to do inline
   functions.
  ext2fs.h, dosio.c: Use asm/types.h instead of linux/types.h to evade a
   potential problem with glibc's header files trying to spike out
   linux/types.h.
  ext2fs.h (ext2fs_resize_mem): Change the function prototype to include
   the old size of the memory, which is needed for some braindamaged
   memory allocation systems that don't support realloc().
  badblocks.c (ext2fs_badblocks_list_add):
  bb_inode.c (clear_bad_block_proc):
  dblist.c (ext2fs_add_dir_block):
  icount.c (insert_icount_el):
  irel_ma.c (ima_put):
  rs_bitmap.c (ext2fs_resize_generic_bitmap): Update functions to pass
   the old size of the memory to be resized to ext2fs_resize_mem().
ChangeLog, dirinfo.c:
  dirinfo.c (e2fsck_add_dir_info): Update function to pass the old size
   of the memory to be resized to ext2fs_resize_mem().
ChangeLog, extent.c, resize2fs.c:
  resize2fs.c (adjust_superblock):
  extent.c (ext2fs_add_extent_entry): Update functions to pass the old
   size of the memory to be resized to ext2fs_resize_mem().

26 years agoChangeLog, uuidP.h:
Theodore Ts'o [Mon, 27 Apr 1998 01:28:13 +0000 (01:28 +0000)]
ChangeLog, uuidP.h:
  uuidP.h: Use asm/types.h instead of linux/types.h to avoid a problem
  caused by glibc hack to prevent linux/types.h from being included.

26 years ago.del-resize2fs.spec~524d144b:
Theodore Ts'o [Wed, 8 Apr 1998 07:04:48 +0000 (07:04 +0000)]
.del-resize2fs.spec~524d144b:
  Change to be version 1.02.

26 years agomain.c, .del-version.h~524d144b:
Theodore Ts'o [Wed, 8 Apr 1998 06:18:37 +0000 (06:18 +0000)]
main.c, .del-version.h~524d144b:
  Add expire time checking to the resize2fs driver program.
  Change the version number to be version 1.02.

26 years agoChangeLog, configure.in, configure:
Theodore Ts'o [Wed, 8 Apr 1998 06:05:49 +0000 (06:05 +0000)]
ChangeLog, configure.in, configure:
  Fix missing "test" invokation in configure.in test.  (Only affected
  default non-Linux builds).

26 years agoMany files:
Theodore Ts'o [Fri, 3 Apr 1998 16:12:25 +0000 (16:12 +0000)]
Many files:
  configure.in: Change how the installation directions are selected.
   Previously, we had prefix and usr_prefix, where prefix was '' and
   usr_prefix was /usr, and we then defined bindir, ubindir, libdir,
   ulibdir, etc. in terms of that.  In autoconf 2.12, it's possible to
   override bindir, libdir, etc., and so in order to make our
   installation directory makefile variables more in line with autoconf
   2.12, I've changed all of the various makefiles to use prefix and
   root_prefix, where the default Linux definitions are /usr and '',
   respectively.  What used to be bindir is now root_bindir, and what
   used to be ubindir, is now bindir.
  MCONFIG.in: Change directories to match with new installation
   directory convention (see above).  Add Makefile
   dependencies for makefile fragments, and define
   DEP_LIB_MAKEFILES which library makefiles can use to
   define DEP_MAKEFILES, so that the library makefiles will
   get regenerated when the makefile fragments change.
   Remove the cat?dir variables, since we aren't creating
   those directories any more.
  Makefile.in: Add top-level uninstall targets.
  e2fsprogs-1.12.spec: Add to the RPM package the e2label man page, and
   to reflect that fact that we now compile_et and mk_cmds for the
   development package.
ChangeLog, Makefile.in:
  Makefile.in: Add uninstall target (which is a just a no-op).
version.h, RELEASE-NOTES:
  Update to interim version numbers for release purposes.

26 years agoChangeLog, subst.conf.in:
Theodore Ts'o [Fri, 3 Apr 1998 16:07:06 +0000 (16:07 +0000)]
ChangeLog, subst.conf.in:
  Add substitution for @datadir@
ChangeLog, Makefile.in:
  Change to use new installation directory variables convention.  Fix
  uninstall rules to take $(DESTDIR) into account.  Remove cat8dir from
  the installdirs target, since modern man package don't necessarily put
  the cat directory in /usr/man/cat?.
ChangeLog, .del-types.h.in~7a460879:
  types.h.in: Add a signed keyword to the __s64 definition.

26 years agoChangeLog, Makefile.in:
Theodore Ts'o [Wed, 1 Apr 1998 03:16:29 +0000 (03:16 +0000)]
ChangeLog, Makefile.in:
  Change to use new installation directory variables convention.  Fix
  uninstall rules to take $(DESTDIR) into account.  Remove cat8dir and
  cat1dir from the installdirs target, since modern man package don't
  necessarily put the cat directory in /usr/man/cat?.
  Makefile.in: Change to use new installation directory variables
   convention.  Fix uninstall rules to take $(DESTDIR) into account.
   Remove cat8dir from the installdirs target, since modern man package
   don't necessarily put the cat directory in /usr/man/cat?.
  Change to use new installation directory variables convention.  Fix
  installdirs and uninstall rules to reflect the fact that debugfs has
  been installed in the root filesystem.  Fix uninstall rules to take
  $(DESTDIR) into account.

26 years agoMany files:
Theodore Ts'o [Wed, 1 Apr 1998 02:51:21 +0000 (02:51 +0000)]
Many files:
  Change to use new installation directory variables convention.  Add
  uninstall rules.

26 years agoChangeLog, Makefile.in:
Theodore Ts'o [Wed, 1 Apr 1998 02:46:43 +0000 (02:46 +0000)]
ChangeLog, Makefile.in:
  Change to use new installation directory variables convention.  Fix
  uninstall rules to take $(DESTDIR) into account.

26 years agoChangeLog, Makefile.in:
Theodore Ts'o [Wed, 1 Apr 1998 02:18:45 +0000 (02:18 +0000)]
ChangeLog, Makefile.in:
  Remove libext2fs.info*, not just libext2fs.info*.gz.  Add an
  uninstall-doc-libs target.
ChangeLog, Makefile.in, compile_et.1, compile_et.sh.in:
  Makefile.in: Fix bug where my_dir was set incorrectly.  Install the
   et_c.awk and et_h.awk files in $(datadir)/et (i.e., /usr/share/et)
   directory.  Change to use new installation directory variables
   convention.  Fix uninstall rules to take $(DESTDIR) into account.
  compile_et.1: Change man page to reflect the fact that compile_et is
   now a awk/sed script, not a yacc script.
  compile_et.sh.in: Look in $(datadir)/et for et_c.awk and et_h.awk; if
   not found, look in the build directory.  Add error checking for
   non-existent input file.
ChangeLog, Makefile.in, mk_cmds.sh.in:
  Makefile.in: Install the ct_c.awk and ct_c.sed files in $(datadir)/ss
   (i.e., /usr/share/ss) directory.  Change to use new installation
   directory variables convention.  Fix uninstall rules to take
   $(DESTDIR) into account.
  mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and ct_c.sed; if not
   found, look in the build directory.  Add error checking for
   non-existent input file.
ChangeLog, Makefile.in:
  Makefile.in: Change to use new installation directory variables
   convention.  Fix uninstall rules to take $(DESTDIR) into account.

26 years agoChangeLog:
Theodore Ts'o [Mon, 30 Mar 1998 01:32:10 +0000 (01:32 +0000)]
ChangeLog:
  Committed wrong version of ChangeLog that didn't include the line
  describing the new e2label.8.in file.

26 years agoChangeLog, Makefile.in, bmap.c, bmove.c, ext2fs.h, jump.funcs:
Theodore Ts'o [Mon, 30 Mar 1998 01:27:25 +0000 (01:27 +0000)]
ChangeLog, Makefile.in, bmap.c, bmove.c, ext2fs.h, jump.funcs:
  ext2fs.h: If __STRICT_ANSI__ is defined and we're on a platform with
   32 bit longs, then we need to manually define __s64 and __u64, since
   the current kernel header files don't define these if __STRICT_ANSI__
   is defined.  This is a problem if we are compiling with full GCC
   warnings, since we do need 64 bit support.
  Makefile.in (OBJS): Remove bmove.o from files to be built, since we're
   not using ext2fs_move_blocks() and there is some question as to its
   usefulness in its current form.
  bmap.c (block_bmap): Remove unused function.
  bmove.c (process_block): Fix -Wall warning.
ChangeLog, debugfs.c, debugfs.h, dump.c:
  debugfs.h: Add declaration for do_dirty_filsys() to prevent -Wall
   warnings.
  debugfs.c (copy_file):
  dump.c (dump_file): Fix -Wall warning caused by signed/unsigned mismatch.

26 years agoMany files:
Theodore Ts'o [Mon, 30 Mar 1998 01:20:55 +0000 (01:20 +0000)]
Many files:
  e2label.c: Fix -Wall warning by making functions static.
  chattr.1.in: Document that the append-only attribute may only be set
   or cleared by the superuser.
  Update all manual pages to that the availability section is
   up-to-date.
  e2label.8.in, tune2fs.8.in: Update manual page to state that labels
   must be no longer than 16 characters, or they will be truncated.
  e2label.c (change_label), tune2fs.c (main): If the label is longer
   than 16 characters, print a warning message stating that the label
   will be truncated.
  mke2fs.c (PRS): If the user specifies a filesystem size, and it's
   larger than the apparent size of the device, print a warning message
   and ask if the user wants to proceed.

26 years agoChangeLog, e2fsck.h, pass4.c, super.c:
Theodore Ts'o [Mon, 30 Mar 1998 01:16:26 +0000 (01:16 +0000)]
ChangeLog, e2fsck.h, pass4.c, super.c:
  super.c, e2fsck.h: Always declare e2fsck_get_device_size() as an
   extern in e2fsck.h to prevent -Wall warnings.
  pass4.c (e2fsck_pass4): Remove unused variable 'j'.
  super.c (check_super_block): Fix broken superblock sanity check when
   calculating blocks_per_group if s_log_frag_size != s_log_block_size.
   Since we don't support fragments, this isn't a bug deal, but it's good
   to get it fixed.
ChangeLog, Makefile.elf-lib:
  Makefile.elf-lib (installdirs): Change use of DLL_INSTALL_DIR to
   ELF_INSTALL_DIR.  (Doesn't make a difference currently, but it's
   correct this way.)
ChangeLog, fgetversion.c, getversion.c:
  getversion.c (getversion): Return 0 if there's no error.
  fgetversion.c (fgetversion): Pass the address of the temporary
   variable instead of the unitialized variable to the
   EXT2_IOC_GETVERSION ioctl.

26 years agoChangeLog, Makefile.in, MCONFIG.in:
Theodore Ts'o [Mon, 30 Mar 1998 01:11:44 +0000 (01:11 +0000)]
ChangeLog, Makefile.in, MCONFIG.in:
  Makefile.in: Use && after a cd command so that the right thing happens
   if the directory is missing.  Don't compile man pages upon
   installation any more, since modern Linux systems don't have
   /usr/man/cat? anymore (they typically cache man pages in /var/catman
   and delete them if they haven't been used in a while, to save on disk
   space, and because CPU's are fast enough these days that you can get
   away with this).
  MCONFIG.in: Add a new makefile variable for the share directory (i.e.,
   /usr/share).  Make an autoconf magic make rule so that
   $(top_builddir)/util/subst.conf gets rebuilt automatically when
   necessary.

26 years agoChangeLog, test_icount.c, test_icount.h:
Theodore Ts'o [Mon, 30 Mar 1998 01:08:41 +0000 (01:08 +0000)]
ChangeLog, test_icount.c, test_icount.h:
  test_icount.h (do_dump, do_validate): Add prototypes to fix -Wall
   warnings.
  test_icount.c: Fix -Wall warnings.
ChangeLog, extent.c, main.c:
  extent.c (extent_cmp): Add const to cast to prevent -Wall warning.
  main.c (check_mount): Rename function argument to prevent -Wall
   warning.

26 years agopass1.c:
Theodore Ts'o [Sat, 28 Mar 1998 06:44:38 +0000 (06:44 +0000)]
pass1.c:
  Change "long long" to be __s64

26 years agoChangeLog, main.c, resize2fs.c:
Theodore Ts'o [Tue, 24 Mar 1998 16:27:11 +0000 (16:27 +0000)]
ChangeLog, main.c, resize2fs.c:
  main.c (main): Check to make sure we can really resize this
   filesystem.  If there are compatible feature sets that we don't
   support, we need to abort.
  resize2fs.c: Change to use the new prototype required by
   block_iterate2 (which uses blkcnt_t for the blockcount).
version.h, RELEASE-NOTES:
  Interim commit of changes to date.

26 years agoMany files:
Theodore Ts'o [Tue, 24 Mar 1998 16:22:38 +0000 (16:22 +0000)]
Many files:
  unix.c: Fix bug in check of feature set, to make sure we can really
   fix this filesystem.
  problem.h: Make blkcount type to be of type blkcnt_t.  Make the num
   field be a 64 bit type.  Add the problem code PR_1_FEATURE_LARGE_FILES
  problem.c: Add table entry for the problem code PR_1_FEATURE_LARGE_FILES.
  pass1.c (e2fsck_pass1): A non-zero i_dir_acl field is only a problem
   for directory inodes.  (Since it is also i_size_high now.)  If there
   are no large_files, then clear the LARGE_FLAG feature flag.  If there
   are large_files, but the LARGE_FLAG feature flag is not set, complain
   and offer to fix it.
   (check_blocks): Add support to deal with non-directory inodes that
   have i_size_high set (i.e., large_files).  Don't give an error if a
   directory has preallocated blocks, to support the DIR_PREALLOC
   feature.
   (process_block, process_bad_block): The blockcnt variable is a type of
   blkcnt_t, for conversion to the new block_iterate2.
  pass2.c (process_bad_inode): A non-zero i_dir_acl field is only a
   problem for directory inodes.  (Since it is also i_size_high now.)
  message.c (expand_inode_expression): Print a 64-bits of the inode size
   for non-directory inodes.  (Directory inodes can only use a 32-bit
   directory acl size, since i_size_high is shared with i_dir_acl.)  Add
   sanity check so that trying to print out the directory acl on a
   non-directory inode will print zero.  (expand_percent_expression): %B
   and %N, which print pctx->blkcount and pctx->num, can now be 64 bit
   variables.  Print them using the "%lld" format if EXT2_NO_64_TYPE is
   not defined.
  e2fsck.h: Add the large_flagsfield to the e2fsck context.
  e2fsck.c (e2fsck_reset_context): Clear the large_flags field.
ChangeLog, expect.1:
  f_messy_inode: Modify test to deal with changes to support 64-bit size
   files.  (/MAKEDEV had i_dir_acl, now i_size_high, set.)

26 years agoMany files:
Theodore Ts'o [Tue, 24 Mar 1998 16:17:51 +0000 (16:17 +0000)]
Many files:
  block.c (ext2fs_block_iterate3): Make the ref_offset field contain the
   offset into the inode.i_blocks array when ref_block is zero.  Since we
   haven't done a formal release of e2fsprogs since block_iterate2 was
   first introduced, I removed block_iterate2, and renamed block_iterate3
   to be block_iterate2.
  bb_inode.c, bmove.c, dblist_dir.c, dir_iterate.c, expanddir.c,
   ext2fs.h, ext2fsP.h, read_bb.c: Change use of block_iterate and
   block_iterate2 to block_iterate2 with the new prototype for the
   interator function.  (using blkcnt_t forr blockcount)
ChangeLog, debugfs.c, ls.c, lsdel.c:
  debugfs.c, ls.c, lsdel.c: Add support for large files.  (The high 32
   bits share space with the i_dir_acl field.)

26 years agoChangeLog, .del-ext2_fs.h~7a460879:
Theodore Ts'o [Tue, 24 Mar 1998 16:09:18 +0000 (16:09 +0000)]
ChangeLog, .del-ext2_fs.h~7a460879:
  Update to latest 2.1.90+diffs version of ext2_fs.h

26 years agoMany files:
Theodore Ts'o [Mon, 23 Mar 1998 02:06:52 +0000 (02:06 +0000)]
Many files:
  ext2fs.h: Add new superblock fields (s_algorithm_usage_bitmap,
   s_prealloc_blocks, s_prealloc_dir_blocks).  Added conditional defines
   of new features COMPAT_DIR_PREALLOC, RO_COMPAT_LARGE_FILE
   RO_COMPAT_BTREE_DIR, INCOMPAT_COMPRESSION, INCOMPAT_DIRNAME_SIZE.
   Changed the library to declare that we support COMPAT_DIR_PREALLOC,
   INCOMPAT_DIRNAME_SIZE, RO_COMPAT_LARGE_FILE.
  fileio.c: Rename function ext2fs_file_llseek to be ext2fs_file_lseek,
   which is more accurate.
  block.c: Add new function ext2fs_block_iterate3 which calls the
   iterator function with the blockcount argument of type blkcnt_t.  This
   version of the function is allowed to handle large files; the other
   fucntions are not.
  ext2fs.h: Add new type blkcnt_t
  ext2_err.et.in: Add error code EXT2_ET_FILE_TOO_BIG
  block.c (ext2fs_block_iterate2): Fix bug where the block count field
   wasn't getting correctly incremented for sparse files when the
   indirect or doubly-indirect block specified in the inode was zero.
  unlink.c (unlink_proc):
  lookup.c (lookup_proc):
  link.c (link_proc):
  get_pathname.c (get_pathname_proc):
  dir_iterate.c (ext2fs_process_dir_block): Mask off high 8 bits from
   dirent->name_len, so it can be used for other purposes.
  ext2fs.h: Add definition of EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE, and
   indicate that we have support for this incompatible option.

26 years agoChangeLog, mke2fs.c:
Theodore Ts'o [Sat, 21 Mar 1998 07:12:46 +0000 (07:12 +0000)]
ChangeLog, mke2fs.c:
  Fixed spelling typo in warning message.  Fixed up -Wall warnings in
  file.
Many files:
  Update latest version of the build files for resize2fs.

26 years agoChangeLog, resize2fs.c:
Theodore Ts'o [Sat, 21 Mar 1998 03:27:48 +0000 (03:27 +0000)]
ChangeLog, resize2fs.c:
  resize2fs.c (inode_scan_and_fix): If we are expanding the filesystem,
   temporarily set rfs->old_fs->super->s_blocks_count to ultimate size of
   the filesystem, to avoid catching an error on the block iterator.

26 years agoChangeLog, main.c, .del-resize2fs-1.12.spec~70080ffd, resize2fs.8.in:
Theodore Ts'o [Mon, 9 Mar 1998 17:41:53 +0000 (17:41 +0000)]
ChangeLog, main.c, .del-resize2fs-1.12.spec~70080ffd, resize2fs.8.in:
  Decouple version numbers from the base e2fsprogs release.

26 years agoChangeLog, message.c, pass2.c, pass3.c:
Theodore Ts'o [Mon, 9 Mar 1998 13:10:37 +0000 (13:10 +0000)]
ChangeLog, message.c, pass2.c, pass3.c:
  Mask off the high eight bits of the directory entry's name_len field,
  so that it can be used for other purposes.

26 years agoChangeLog, ls.c:
Theodore Ts'o [Mon, 9 Mar 1998 13:07:09 +0000 (13:07 +0000)]
ChangeLog, ls.c:
  Mask off high 8 bits from dirent->name_len.
Many files:
  The ext2 version and flags ioctl's take an int *, not a long *.  Fix
  library to use the correct type, so we don't have problems on the
  Alpha.

26 years agoChangeLog, gen_uuid.c:
Theodore Ts'o [Mon, 9 Mar 1998 03:34:48 +0000 (03:34 +0000)]
ChangeLog, gen_uuid.c:
  gen_uuid.c (get_node_id): Use char * instead of caddr_t, which doesn't
  always exist for glibc.

26 years agoChangeLog, partinfo.c:
Theodore Ts'o [Mon, 9 Mar 1998 03:23:51 +0000 (03:23 +0000)]
ChangeLog, partinfo.c:
  The ioctl BLKGETSIZE requires a long, not an int.

26 years agoMakefile.in, ChangeLog:
Theodore Ts'o [Sat, 7 Mar 1998 23:36:45 +0000 (23:36 +0000)]
Makefile.in, ChangeLog:
  Change the name of the complete source file that we built (that
  includes resize2fs) to be e2fsprogs-ALL-<version>.tar.gz.  Don't link
  with libuuid, since it's not needed.
resize2fs.8.in:
  Add copyright statement.
Many files:
  Update packaging for the resize2fs program.

26 years agomain.c, ChangeLog:
Theodore Ts'o [Sat, 7 Mar 1998 23:26:26 +0000 (23:26 +0000)]
main.c, ChangeLog:
  Add copyright notice.

26 years agoChangeLog, resize2fs.c:
Theodore Ts'o [Sat, 7 Mar 1998 23:24:01 +0000 (23:24 +0000)]
ChangeLog, resize2fs.c:
  resize2fs.c (blocks_to_move): Create the meta_bmap using the old
   filesystem, not the new filesystem.
  (get_new_block): Don't try checking the old block bitmap if the block
   we're testing is beyond the boundaries of the old filesystem.

26 years agojump.funcs:
Theodore Ts'o [Wed, 4 Mar 1998 16:29:30 +0000 (16:29 +0000)]
jump.funcs:
  Updated to reflect new library function calls.

26 years agoChangeLog, Makefile.in, main.c:
Theodore Ts'o [Fri, 27 Feb 1998 06:04:23 +0000 (06:04 +0000)]
ChangeLog, Makefile.in, main.c:
  Makefile.in: Add rule to build a static version of resize2fs.  Update
   dependency rules.
  main.c: #include ../version.h, instead of using a hard-coded version
   string.