Whamcloud - gitweb
tools/e2fsprogs.git
27 years agoMakefile.in:
Theodore Ts'o [Tue, 17 Jun 1997 05:41:36 +0000 (05:41 +0000)]
Makefile.in:
  Performed a "make depend" for the upcoming release
Many files:
  Checkins for the 1.10 release.

27 years agoChangeLog:
Theodore Ts'o [Tue, 17 Jun 1997 05:38:35 +0000 (05:38 +0000)]
ChangeLog:
  Check-in for the 1.11 source release.

27 years agoMakefile.in, .del-e2fsprogs-1.11.spec~42cd069e, resize2fs.h:
Theodore Ts'o [Tue, 17 Jun 1997 05:36:04 +0000 (05:36 +0000)]
Makefile.in, .del-e2fsprogs-1.11.spec~42cd069e, resize2fs.h:
  Fix up for release

27 years agoChangeLog, mke2fs.c:
Theodore Ts'o [Tue, 17 Jun 1997 03:57:27 +0000 (03:57 +0000)]
ChangeLog, mke2fs.c:
  Adjust the number of columns printed when displaying the superblock
  backups to avoid running over 80 columns when making a really big
  disk.

27 years agoChangeLog, dblist.c, ext2fs.h, jump.funcs:
Theodore Ts'o [Tue, 17 Jun 1997 03:55:00 +0000 (03:55 +0000)]
ChangeLog, dblist.c, ext2fs.h, jump.funcs:
  Added new function which returns the number of directory blocks in
  dblist.

27 years agoMany files:
Theodore Ts'o [Tue, 17 Jun 1997 03:52:12 +0000 (03:52 +0000)]
Many files:
  Checkin of work to date.  (Pretty much completely working now.)

27 years agoChangeLog, Makefile.in, version.h:
Theodore Ts'o [Sat, 14 Jun 1997 07:28:44 +0000 (07:28 +0000)]
ChangeLog, Makefile.in, version.h:
  Allow people to set the version.h to something like 1.10-PLUS.
.del-inodemap.c~24510e64, main.c, resize2fs.c, resize2fs.h:
  More interim work.  All is functioning except progress meter.

27 years agoChangeLog, unix_io.c:
Theodore Ts'o [Sat, 14 Jun 1997 07:25:40 +0000 (07:25 +0000)]
ChangeLog, unix_io.c:
  Make the io_channel flush function do a fsync to flush the kernel
  buffers to disk.
bmove.c, ext2fs.h:
  Added debugging flag to block move function.

27 years agoMakefile.in, .del-inodemap.c~24510e64, main.c, resize2fs.c, resize2fs.h:
Theodore Ts'o [Thu, 12 Jun 1997 07:14:32 +0000 (07:14 +0000)]
Makefile.in, .del-inodemap.c~24510e64, main.c, resize2fs.c, resize2fs.h:
  New snapshot (almost fully functional)

27 years agoChangeLog, pass1.c, problem.c:
Theodore Ts'o [Thu, 12 Jun 1997 04:28:07 +0000 (04:28 +0000)]
ChangeLog, pass1.c, problem.c:
  pass1.c (mark_table_blocks): Mark the superblock and group descriptor
   blocks first, so that any conflicts between these and the bitmap or
   inode table blocks is noticed.
  problem.c: Fix message printed out when a block or inode bitmap
   conflicts with other fs data, has the correct group number in it.

27 years agoChangeLog, inode.c:
Theodore Ts'o [Wed, 11 Jun 1997 22:27:41 +0000 (22:27 +0000)]
ChangeLog, inode.c:
  Fix bug; the current inode number wasn't being set by the
  goto_blockgroup function.
bmove.c, ext2fs.h:
  Added new argument to bmove, so that the caller can pass the
  allocation bitmap.  If not specified, the allocation bitmap defaults
  to fs->block_map.

27 years agoChangeLog, pass2.c:
Theodore Ts'o [Wed, 11 Jun 1997 18:32:35 +0000 (18:32 +0000)]
ChangeLog, pass2.c:
  Check the error return from ext2fs_dblist_iterate.

27 years agoMany files:
Theodore Ts'o [Mon, 9 Jun 1997 14:51:29 +0000 (14:51 +0000)]
Many files:
  bmove.c (ext2fs_move_blocks): New function which takes a bitmap of
   blocks which need to be moved, and moves those blocks to another
   location in the filesystem.
  rs_bitmap.c (ext2fs_resize_generic_bitmap): When expanding a bitmap,
   make sure all of the new parts of the bitmap are zero.
  bitmaps.c (ext2fs_copy_bitmap): Fix bug; the destination bitmap wasn't
   being returned to the caller.
  alloc_tables.c (ext2fs_allocate_group_table): Add new function
   ext2fs_allocate_group_table() which sets the group tables for a
   particular block group.  The relevant code was factored out of
   ext2fs_allocate_tables().
  dblist.c (make_dblist): Adjust the initial size of the directory block
   list to be a bit more realize (ten plus twice the number of
   directories in the filesystem).
  Check in interim work.

27 years agoChangeLog, Makefile.in, configure.in:
Theodore Ts'o [Sat, 7 Jun 1997 20:42:58 +0000 (20:42 +0000)]
ChangeLog, Makefile.in, configure.in:
  configure.in (rmakefile): Added (optional) private directory for resize2fs.
  Makefile.in: Change recursive descent rules to check to see if a
   directory exists before trying to make it.
Many files:
  Initial checkin of work done to date.

27 years agoChangeLog, Makefile.in:
Theodore Ts'o [Sat, 7 Jun 1997 03:45:08 +0000 (03:45 +0000)]
ChangeLog, Makefile.in:
  Makefile.in (install): Install the ss_err.h header file out of the
   build directory instead of the source directory (since it is a
   constructed file).

27 years agoMany files:
Theodore Ts'o [Fri, 9 May 1997 03:06:31 +0000 (03:06 +0000)]
Many files:
  Fix minor typos and grammer oops found by Bill Hawes (whawes@star.net).

27 years agoChangeLog, mke2fs.c, badblocks.c:
Theodore Ts'o [Fri, 9 May 1997 02:50:16 +0000 (02:50 +0000)]
ChangeLog, mke2fs.c, badblocks.c:
  Pass the blocksize to the bad blocks command so that all of the
  filesystem gets tested in the case where the blocksize 2048 or 4096.
ChangeLog, badblocks.c:
  Fix bug where ext2fs_badblocks_list_test would test the list (and
  exceed array boundaries) if there were no bad blocks on the bad blocks
  list.  (Showed up when user tried: mke2fs -c -b 4096).

27 years agoChangeLog, Makefile.in:
Theodore Ts'o [Fri, 9 May 1997 02:43:38 +0000 (02:43 +0000)]
ChangeLog, Makefile.in:
  Fix up makefile to work in new CVS development environment.

27 years agoADD TAG: E2FSPROGS-1_10 E2FSPROGS-1_10
Theodore Ts'o [Tue, 29 Apr 1997 21:26:48 +0000 (21:26 +0000)]
ADD TAG: E2FSPROGS-1_10

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 21:26:48 +0000 (21:26 +0000)]
Many files:
  Checkin of e2fsprogs 1.10

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 18:13:24 +0000 (18:13 +0000)]
Many files:
  Checked in e2fsprogs 1.10

27 years agoADD TAG: E2FSPROGS-1_09 E2FSPROGS-1_09
Theodore Ts'o [Tue, 29 Apr 1997 17:57:00 +0000 (17:57 +0000)]
ADD TAG: E2FSPROGS-1_09

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 17:57:00 +0000 (17:57 +0000)]
Many files:
  Checked in e2fsprogs 1.09

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 17:48:10 +0000 (17:48 +0000)]
Many files:
  Checked in e2fsprogs 1.08.

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 17:39:27 +0000 (17:39 +0000)]
Many files:
  Checked in e2fsprogs 1.08.

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 17:32:42 +0000 (17:32 +0000)]
Many files:
  Files which shouldn't be here.

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 16:17:16 +0000 (16:17 +0000)]
Many files:
  Checked in e2fsprogs-1.07

27 years agoADD TAG: E2FSPROGS-1_07 E2FSPROGS-1_07
Theodore Ts'o [Tue, 29 Apr 1997 16:17:09 +0000 (16:17 +0000)]
ADD TAG: E2FSPROGS-1_07

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 16:17:09 +0000 (16:17 +0000)]
Many files:
  Checked in e2fsprogs-1.07

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 16:15:03 +0000 (16:15 +0000)]
Many files:
  Checked in e2fsprogs-1.07

27 years agoADD TAG: E2FSPROGS-1_06 E2FSPROGS-1_06
Theodore Ts'o [Tue, 29 Apr 1997 15:29:49 +0000 (15:29 +0000)]
ADD TAG: E2FSPROGS-1_06

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 15:29:49 +0000 (15:29 +0000)]
Many files:
  Checked in e2fsprogs 1.06

27 years agoADD TAG: E2FSPROGS-1_05 E2FSPROGS-1_05
Theodore Ts'o [Tue, 29 Apr 1997 14:53:37 +0000 (14:53 +0000)]
ADD TAG: E2FSPROGS-1_05

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 14:53:37 +0000 (14:53 +0000)]
Many files:
  Checked in e2fsprogs 1.05

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 14:51:31 +0000 (14:51 +0000)]
Many files:
  Checked in e2fsprogs 1.05

27 years agoADD TAG: E2FSPROGS-1_04 E2FSPROGS-1_04
Theodore Ts'o [Tue, 29 Apr 1997 14:34:47 +0000 (14:34 +0000)]
ADD TAG: E2FSPROGS-1_04

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 14:34:47 +0000 (14:34 +0000)]
Many files:
  Checked in e2fsprogs 1.04.

27 years agoMany files:
Theodore Ts'o [Tue, 29 Apr 1997 14:28:00 +0000 (14:28 +0000)]
Many files:
  Checked in e2fsprogs 1.04.

27 years agoADD TAG: E2FSPROGS-1_03 E2FSPROGS-1_03
Theodore Ts'o [Sat, 26 Apr 1997 14:48:50 +0000 (14:48 +0000)]
ADD TAG: E2FSPROGS-1_03

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 14:48:50 +0000 (14:48 +0000)]
Many files:
  Checkin of e2fsprogs 1.03.

27 years agoADD TAG: E2FSPROGS-1_02 E2FSPROGS-1_02
Theodore Ts'o [Sat, 26 Apr 1997 14:37:06 +0000 (14:37 +0000)]
ADD TAG: E2FSPROGS-1_02

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 14:37:06 +0000 (14:37 +0000)]
Many files:
  Checkin of e2fsprogs 1.02.

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 14:25:24 +0000 (14:25 +0000)]
Many files:
  Checked in e2fsprogs 1.01.

27 years agoADD TAG: E2FSPROGS-1_01 E2FSPROGS-1_01
Theodore Ts'o [Sat, 26 Apr 1997 14:25:20 +0000 (14:25 +0000)]
ADD TAG: E2FSPROGS-1_01

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 14:25:20 +0000 (14:25 +0000)]
Many files:
  Checked in e2fsprogs 1.01.

27 years ago.del-INSTALL.binary~7a460879:
Theodore Ts'o [Sat, 26 Apr 1997 14:24:45 +0000 (14:24 +0000)]
.del-INSTALL.binary~7a460879:
  Checked in e2fsprogs 1.01.

27 years agoADD TAG: E2FSPROGS-0_5C E2FSPROGS-0_5C
Theodore Ts'o [Sat, 26 Apr 1997 14:00:26 +0000 (14:00 +0000)]
ADD TAG: E2FSPROGS-0_5C

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 14:00:26 +0000 (14:00 +0000)]
Many files:
  Checked in e2fsprogs 0.5c

27 years agoMany files: E2FSPROGS-0_5B
Theodore Ts'o [Sat, 26 Apr 1997 13:58:21 +0000 (13:58 +0000)]
Many files:
  Checked in e2fsprogs 0.5c

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 13:34:30 +0000 (13:34 +0000)]
Many files:
  Checkin of e2fsprogs 0.5b

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 13:32:25 +0000 (13:32 +0000)]
Many files:
  Checkin of e2fsprogs 0.5b

27 years agoMany files:
Theodore Ts'o [Sat, 26 Apr 1997 13:21:57 +0000 (13:21 +0000)]
Many files:
  Checkin of e2fsprogs 0.5b