]> git.ipfire.org Git - thirdparty/e2fsprogs.git/log
thirdparty/e2fsprogs.git
26 years agoChangeLog, Makefile.in, initialize.c, .del-io.h~72680822, openfs.c:
Theodore Ts'o [Sun, 24 Aug 1997 02:57:55 +0000 (02:57 +0000)] 
ChangeLog, Makefile.in, initialize.c, .del-io.h~72680822, openfs.c:
  Makefile.in (ELF_SO_VERSION): Bump version to be 2.4 since we've added
   a new field to the io_channel (app_data).
  io.h: Add a new element to the io_channel structure, app_data.
  initialize.c, openfs.c: Set io->app_data to point at the filesystem handle.

26 years agoChangeLog, .del-io.h~72680822, irel_ma.c, llseek.c, rw_bitmaps.c:
Theodore Ts'o [Thu, 14 Aug 1997 17:20:42 +0000 (17:20 +0000)] 
ChangeLog, .del-io.h~72680822, irel_ma.c, llseek.c, rw_bitmaps.c:
  io.h: Change the prototype of ext2fs_llseek() to use int's instead of
   unsigned int's.
  llseek.c: Change to allow PIC and !HAVE_LLSEEK.  Add a prototype to
   make life easer for GNU Libc 2.
  rw_bitmaps.c: On the PowerPC, the big-endian variant of the ext2
   filesystem has its bitmaps stored as 32-bit words with bit 0 as the
   LSB of each word.  Thus a bitmap with only bit 0 set would be, as a
   string of bytes, 00 00 00 01 00 ...  To cope with this, we
   byte-reverse each word of a bitmap if we have a big-endian filesystem,
   that is, if we are *not* byte-swapping other word-sized numbers.
ChangeLog, expect.1, image.gz:
  f_badinode: Modify test to check for "bad" character and block devices
   (i.e., ones which contain garbage block entries)

26 years agoChangeLog, e2fsck.h, message.c, pass1.c, pass2.c, problem.c, problem.h:
Theodore Ts'o [Thu, 14 Aug 1997 17:17:16 +0000 (17:17 +0000)] 
ChangeLog, e2fsck.h, message.c, pass1.c, pass2.c, problem.c, problem.h:
  message.c: Add compression for the word "Illegal"
  problem.c: Added entries for PR_2_BAD_CHAR_DEV and PR_2_BAD_BLOCK_DEV
  pass1.c (pass1, check_device_inode), pass2.c (process_bad_inode): Use
   a more stringent test for a valid device.
ChangeLog, Makefile.in:
  Makefile.in (install): Fix rm command to use $(DESTDIR) appropriately.

26 years agoMany files:
Theodore Ts'o [Mon, 11 Aug 1997 20:29:22 +0000 (20:29 +0000)] 
Many files:
  dosio.c: New file to do DOS/BIOS disk accesses.
  namei.c (open_namei): Make pathlen be of type size_t.
  llseek.c: Always #include stdlib.h since it's need to define
   size_t.
  io.h: Use errcode_t for magic numbers.
  icount.c (get_icount_el), dupfs.c (ext2fs_dup_handle), dblist.c
   (dir_block_cmp): Use size_t where appropriate.
  read_bb.c (ext2fs_read_bb_inode), cmp_bitmaps.c
   (ext2fs_compare_inode_bitmap): Use blk_t, ino_t and size_t
   where appropriate.
  closefs.c (ext2fs_flush): Use dgrp_t instead of int where
   appropriate.
  openfs.c (ext2fs_open), check_desc.c (ext2fs_check_desc): Use blk_t
   instead of int where  appropriate.
  rw_bitmaps.c (read_bitmaps), irel_ma.c, inode.c (ext2fs_write_inode),
   initialize.c (ext2fs_initialize): brel_ma.c: Fix to make be
   16-bit safe.
  link.c (ext2fs_link), unlink.c (ext2fs_unlink), lookup.c (lookup_proc),
   ismounted.c (ext2fs_check_if_mounted), block.c (xlate_func):
   Add #pragma argsused for Turbo C.

26 years agoMany files:
Theodore Ts'o [Sun, 10 Aug 1997 23:07:40 +0000 (23:07 +0000)] 
Many files:
  block.c (ext2fs_block_iterate2): Use retval which is a errcode_t type.
  bitmaps.c (make_bitmap): Use size_t instead of int where appropriate.
  bb_inode.c (set_bad_block_proc): Add #pragma argsused for Turbo C.
  alloc.c (ext2fs_new_inode): Use ino_t instead of int for the group number.
  get_pathname.c: Use ino_t instead of int where appropriate.
  ext2fs.h: Make the magic structure element be errcode_t instead of int.
  alloc.c alloc_tables.c badblocks.c bb_compat.c bb_inode.c
   bitmaps.c block.c bmove.c brel_ma.c check_desc.c closefs.c
   cmp_bitmaps.c dblist.c dblist_dir.c dir_iterate.c dirblock.c
   dupfs.c expanddir.c freefs.c get_pathname.c icount.c
   initialize.c inline.c inode.c irel_ma.c link.c llseek.c
   lookup.c mkdir.c namei.c newdir.c read_bb.c read_bb_file.c
   rs_bitmap.c rw_bitmaps.c swapfs.c test_io.c tst_badblocks.c
   tst_iscan.c unix_io.c unlink.c valid_blk.c version.c: Add an
   #ifdef for HAVE_UNISTD_H

26 years agoChangeLog, error_message.c, error_table.h, et_name.c:
Theodore Ts'o [Sun, 10 Aug 1997 23:02:21 +0000 (23:02 +0000)] 
ChangeLog, error_message.c, error_table.h, et_name.c:
  error_table.h:
  et_name.c (error_table_name):
  error_message.c (error_message.c): Make code be 16-bit safe.
ChangeLog, e2fsck.c:
  e2fsck.c (check_mount): Add stronger warning message about the perils
   of running e2fsck on a mounted filesystem.

26 years agoChangeLog, Makefile.in, e2label.c:
Theodore Ts'o [Mon, 14 Jul 1997 19:28:55 +0000 (19:28 +0000)] 
ChangeLog, Makefile.in, e2label.c:
  e2label.c: New file contributed by Andries Brouwer which provides an
  easy-to-use interface to modify the filesystem label.

26 years agoChangeLog, ext2_err.et.in, unix_io.c:
Theodore Ts'o [Wed, 2 Jul 1997 02:41:59 +0000 (02:41 +0000)] 
ChangeLog, ext2_err.et.in, unix_io.c:
  unix_io.c (unix_read_blk): If ext2fs_llseek() fails, but errno is
   zero, then return EXT2_IO_LLSEEK_FAILED.
  ext2_err.et.in: Add a new error code, EXT2_IO_LLSEEK_FAILED.

26 years agoADD TAG: E2FSPROGS-1_11 E2FSPROGS-1_11
Theodore Ts'o [Tue, 17 Jun 1997 05:50:14 +0000 (05:50 +0000)] 
ADD TAG: E2FSPROGS-1_11

26 years agoresize2fs.h:
Theodore Ts'o [Tue, 17 Jun 1997 05:50:14 +0000 (05:50 +0000)] 
resize2fs.h:
  Remove unused ext2_brel field in the ext2_resize_struct structure.

26 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.

26 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.

26 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

26 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.

26 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.

26 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