Whamcloud - gitweb
tools/e2fsprogs.git
21 years agoPatch from Brian Bergstrand to use the correct -fPIC flag for
Theodore Ts'o [Mon, 1 Mar 2004 03:46:49 +0000 (22:46 -0500)]
Patch from Brian Bergstrand to use the correct -fPIC flag for
Darwin in order to get rid of the compiler warning.

21 years agoADD TAG: E2FSPROGS-1_35 E2FSPROGS-1_35
Theodore Ts'o [Sat, 28 Feb 2004 16:06:03 +0000 (11:06 -0500)]
ADD TAG: E2FSPROGS-1_35

21 years agoUpdate version number for e2fsprogs 1.35 release.
Theodore Ts'o [Sat, 28 Feb 2004 15:52:35 +0000 (10:52 -0500)]
Update version number for e2fsprogs 1.35 release.

21 years agoChange debian control file so that the ss-dev and comerr-dev packages
Theodore Ts'o [Sat, 28 Feb 2004 15:49:47 +0000 (10:49 -0500)]
Change debian control file so that the ss-dev and comerr-dev packages
have versioned dependencies on libss2 and comerr2, respectively.

21 years agobadblocks.c (main): Change the default number of blocks tested
Theodore Ts'o [Sat, 28 Feb 2004 13:20:41 +0000 (08:20 -0500)]
badblocks.c (main): Change the default number of blocks tested
at once from 16 to 64.  (Addresses Debian bug #232240)

21 years agoAdd missing break statement so e2fsck -k actually works.
Theodore Ts'o [Fri, 27 Feb 2004 15:39:27 +0000 (10:39 -0500)]
Add missing break statement so e2fsck -k actually works.
(Addresses Debian Bug #234993)

21 years agofilefrag.c: Fix gcc -Wall nits.
Theodore Ts'o [Fri, 27 Feb 2004 02:08:06 +0000 (21:08 -0500)]
filefrag.c: Fix gcc -Wall nits.

21 years agobadblocks.c (pattern_fill): Fix bug accidentally added when
Theodore Ts'o [Fri, 27 Feb 2004 02:06:58 +0000 (21:06 -0500)]
badblocks.c (pattern_fill): Fix bug accidentally added when
fixing up gcc -Wall nits.  badblocks -t random was not
getting handled properly because ~0 needed to be cast to
an unsigned long instead of an unsigned char.  (Addresses
Debian bug #234828)

21 years agoUpdate Debian changelog for release.
Theodore Ts'o [Tue, 24 Feb 2004 13:51:02 +0000 (08:51 -0500)]
Update Debian changelog for release.

21 years agounix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps
Theodore Ts'o [Tue, 24 Feb 2004 05:16:09 +0000 (00:16 -0500)]
unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps
the existing badblocks list when using the -c option.
(Addresses Debian bug #229103)

21 years agoUpdate configure file using autoconf 2.13.
Theodore Ts'o [Tue, 24 Feb 2004 04:10:41 +0000 (23:10 -0500)]
Update configure file using autoconf 2.13.

21 years agodebugfs.c (internal_dump_inode): Display the major/minor device
Theodore Ts'o [Tue, 24 Feb 2004 03:30:54 +0000 (22:30 -0500)]
debugfs.c (internal_dump_inode): Display the major/minor device
numbers for block/character devices.
(do_mknod): Add support for new-style device numbers (where
the major or minor number is greater than 255 and less
than 65535).  (Addresses Sourceforge bug #865289)

21 years agoMakefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to
Theodore Ts'o [Tue, 24 Feb 2004 02:26:23 +0000 (21:26 -0500)]
Makefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to
libblkid so that the build will work with --enable-profile
(Addresses Sourceforge bug #811408)

21 years agoDo not package autom4te.cache directory into tarball.
Matthias Andree [Mon, 23 Feb 2004 20:34:11 +0000 (21:34 +0100)]
Do not package autom4te.cache directory into tarball.

21 years agoAdd -mieee to CFLAGS if we're using GCC and the CPU is an Alpha.
Matthias Andree [Mon, 23 Feb 2004 20:30:11 +0000 (21:30 +0100)]
Add -mieee to CFLAGS if we're using GCC and the CPU is an Alpha.
Fixes a test case failure in FreeBSD/alpha. Reported and fix
suggested by Greg Lewis.

21 years agoFix up preen mode messages during pass 1B/C/D.
Theodore Ts'o [Sun, 22 Feb 2004 20:41:11 +0000 (15:41 -0500)]
Fix up preen mode messages during pass 1B/C/D.

21 years agodebugfs.8.in: Fix the debugfs man page to reference the
Theodore Ts'o [Sun, 22 Feb 2004 03:20:01 +0000 (22:20 -0500)]
debugfs.8.in: Fix the debugfs man page to reference the
init_filesys command, instead of "initialize".  (Addresses
Debian Bug #232406)

21 years agoext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addresses Red
Theodore Ts'o [Sun, 22 Feb 2004 02:04:30 +0000 (21:04 -0500)]
ext2fs.h (ext2fs_resize_mem): Fix C++ problem.  (Addresses Red
Hat Bugzilla #112448; thanks Thomas Woerner from Red Hat.)

21 years agofsck.c (execute): Use '&&' instead of '&'. (It didn't cause a
Theodore Ts'o [Sun, 22 Feb 2004 02:02:15 +0000 (21:02 -0500)]
fsck.c (execute): Use '&&' instead of '&'.  (It didn't cause a
problem because we got lucky, but let's do things right.
Fix from Thomas Woerner at Red Hat.)

21 years agoFix libext2fs and debugfs to correctly deal with symlinks that have
Theodore Ts'o [Sun, 22 Feb 2004 01:54:31 +0000 (20:54 -0500)]
Fix libext2fs and debugfs to correctly deal with symlinks that have
extended attribute information.  (Addresses Debian Bug #232328)

21 years agoe2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning
Theodore Ts'o [Sun, 22 Feb 2004 01:53:03 +0000 (20:53 -0500)]
e2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning
so we don't double longjump into an invalid stack frame.
(Thanks to Matthias Andree for providing this fix.)

21 years agofilefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it
Theodore Ts'o [Wed, 4 Feb 2004 00:18:03 +0000 (19:18 -0500)]
filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it
actually compiles on Linux.  (Addresses Debian bug
#230992)

21 years agoADD TAG: E2FSPROGS-1_35-WIP-0131 E2FSPROGS-1_35-WIP-0131
Theodore Ts'o [Sun, 1 Feb 2004 03:33:16 +0000 (22:33 -0500)]
ADD TAG: E2FSPROGS-1_35-WIP-0131

21 years agoUpdate for WIP release 1.35-WIP release dated 31-Jan-2004.
Theodore Ts'o [Sun, 1 Feb 2004 03:33:16 +0000 (22:33 -0500)]
Update for WIP release 1.35-WIP release dated 31-Jan-2004.

21 years agoproblem.c (fix_problem): Don't call print_e2fsck_message if the
Theodore Ts'o [Sun, 1 Feb 2004 02:24:51 +0000 (21:24 -0500)]
problem.c (fix_problem): Don't call print_e2fsck_message if the
message is empty; otherwise, the NLS substitution will
print the .po header, which is Just Wrong.

21 years agofgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply
Theodore Ts'o [Sun, 1 Feb 2004 02:16:35 +0000 (21:16 -0500)]
fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply
patch from Brian Bergstrand to support ext2_ioctl() in
Darwin.  This is implemented via the fsctl system call.

21 years agochattr.1.in: Clarify man page.
Theodore Ts'o [Sun, 1 Feb 2004 01:27:36 +0000 (20:27 -0500)]
chattr.1.in: Clarify man page.

chattr.1.in, dumpe2fs.8.in, lsattr.1.in, mklost+found.8.in,
tune2fs.8.in: List Theodore Ts'o <tytso@alum.mit.edu> as
the current maintainer.

21 years agoCheck in modified configure script from FreeBSD port changeset.
Theodore Ts'o [Fri, 30 Jan 2004 21:03:31 +0000 (16:03 -0500)]
Check in modified configure script from FreeBSD port changeset.

21 years agogen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf
Theodore Ts'o [Fri, 30 Jan 2004 07:07:13 +0000 (02:07 -0500)]
gen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf
S. Engelshall; when generating a random ethernet address
because one is not available, set the least significant
bit of the first byte of the MAC address, since it is the
first bit to be transmitted, and is therefore the
multicast bit.

21 years agoAdd f_selinux test case.
Theodore Ts'o [Fri, 30 Jan 2004 06:59:42 +0000 (01:59 -0500)]
Add f_selinux test case.

21 years agoFix a byte swap bugs, including one which caused e2fsck to
Theodore Ts'o [Fri, 30 Jan 2004 06:48:06 +0000 (01:48 -0500)]
Fix a byte swap bugs, including one which caused e2fsck to
incorrectly treat as valid symlinks created with SE Linux
(Debian bug #228723) as well as failing the f_journal test case on
big endian systems due to the backup journal blocks not being swapped.

21 years agoAdd provides of libuuid1. Addresses Debian Bug #229633.
Theodore Ts'o [Tue, 27 Jan 2004 20:55:21 +0000 (15:55 -0500)]
Add provides of libuuid1.  Addresses Debian Bug #229633.

21 years agoFor debugfs, use the "more" pager in preference to "less",
Theodore Ts'o [Sat, 24 Jan 2004 23:54:41 +0000 (18:54 -0500)]
For debugfs, use the "more" pager in preference to "less",
since "less" doesn't work terribly well for debugfs's purpose.

Document the DEBUGFS_PAGER and PAGER environment variables.

21 years agochattr.c (main): Add support for '--' to stop options
Theodore Ts'o [Tue, 20 Jan 2004 18:39:01 +0000 (13:39 -0500)]
chattr.c (main): Add support for '--' to stop options
processing.  (Addresses Debian bug #225188).

21 years agoRe-add FreeBSD support.
Matthias Andree [Sun, 28 Dec 2003 17:21:26 +0000 (18:21 +0100)]
Re-add FreeBSD support.
Tested on FreeBSD 5.2-CURRENT as of 2003-12-28.
Tested on FreeBSD 4.9-STABLE  as of 2003-12-27.

21 years agoFix more compiler warnings.
Matthias Andree [Sun, 28 Dec 2003 12:04:35 +0000 (13:04 +0100)]
Fix more compiler warnings.

21 years agoUpdate release notes as of December 26, 2003.
Theodore Ts'o [Fri, 26 Dec 2003 19:04:33 +0000 (14:04 -0500)]
Update release notes as of December 26, 2003.

21 years agoUpdate e2fsprogs POT file.
Theodore Ts'o [Fri, 26 Dec 2003 19:03:39 +0000 (14:03 -0500)]
Update e2fsprogs POT file.

21 years agochattr.1.in: Update text indicating the 'c', 's', and 'u'
Theodore Ts'o [Fri, 26 Dec 2003 19:03:20 +0000 (14:03 -0500)]
chattr.1.in: Update text indicating the 'c', 's', and 'u'
attributes are not currently supported to remove any
mention of a specific kernel version.  (Addresses Debian
bug #214920)

21 years agofsck.8.in: Update text describing "standard" options supported
Theodore Ts'o [Fri, 26 Dec 2003 18:56:14 +0000 (13:56 -0500)]
fsck.8.in: Update text describing "standard" options supported
by filesystem-specific checkers.  (Addresses Debian bug
#222606)

21 years agoAdd filefrag program to the list of programs installed in /usr/sbin.
Theodore Ts'o [Thu, 25 Dec 2003 19:31:08 +0000 (14:31 -0500)]
Add filefrag program to the list of programs installed in /usr/sbin.

21 years agoTry to use the DEBUGFS_PAGER environment
Theodore Ts'o [Thu, 25 Dec 2003 19:28:55 +0000 (14:28 -0500)]
Try to use the DEBUGFS_PAGER environment
variable first, and then fall back to the PAGER
environment variable.  Finally, search for an appropriate
pager executable.

21 years agoUpdate changelog for debian release.
Theodore Ts'o [Thu, 25 Dec 2003 07:08:07 +0000 (02:08 -0500)]
Update changelog for debian release.

21 years agoAdd Spanish translation and update PO files.
Theodore Ts'o [Wed, 24 Dec 2003 19:24:02 +0000 (14:24 -0500)]
Add Spanish translation and update PO files.

21 years agoTrivial warning fixes.
Matthias Andree [Sat, 20 Dec 2003 23:52:48 +0000 (00:52 +0100)]
Trivial warning fixes.

21 years agoInitial checkin of the filefrag program, which reports on how
Theodore Ts'o [Wed, 17 Dec 2003 15:13:41 +0000 (10:13 -0500)]
Initial checkin of the filefrag program, which reports on how
badly fragmented a file might be.

21 years agoFix bug in e2fsck: When reconnecting a directory, we may
Theodore Ts'o [Fri, 12 Dec 2003 08:00:56 +0000 (03:00 -0500)]
Fix bug in e2fsck:  When reconnecting a directory, we may
need to create a lost+found directory.  This may
invalidate our pointer to the directory information, so we
must look it up again after calling
e2fsck_reconnect_file().  (Addresses Debian bug #219640).

21 years agodebugfs.c (do_write, do_mkdir): If the directory is full,
Theodore Ts'o [Thu, 11 Dec 2003 16:54:48 +0000 (11:54 -0500)]
debugfs.c (do_write, do_mkdir): If the directory is full,
automatically call ext2fs_expand_dir() and then retry to
add the link to the directory as a convenience to the
user.  (Addresses Debian Bug: #217892)
(do_mknod): Clean up expand_dir error handling.

21 years agotune2fs.8.in: Fix some whitespace errors in the command synopsis.
Theodore Ts'o [Thu, 11 Dec 2003 16:31:48 +0000 (11:31 -0500)]
tune2fs.8.in: Fix some whitespace errors in the command synopsis.

21 years agocom_err.3: Fix C syntax error pointed out by ESR.
Theodore Ts'o [Thu, 11 Dec 2003 16:24:44 +0000 (11:24 -0500)]
com_err.3: Fix C syntax error pointed out by ESR.

21 years agoe2fsck.h (E2F_FLAG_RESTARTED): Assign a unique flag bitfield to
Theodore Ts'o [Thu, 11 Dec 2003 06:00:21 +0000 (01:00 -0500)]
e2fsck.h (E2F_FLAG_RESTARTED): Assign a unique flag bitfield to
E2F_FLAG_RESTARTED.  This fixes a bug where if the user
specifies an alternate superblock, and the journal needs
to be replayed, e2fsck would erroneously assume that
journal had been run already without clearing the
NEEDS_RECOVERY flag, and bomb out with an error.

21 years agodebugfs.c (do_write): Mask off the file type bits, and OR in the
Theodore Ts'o [Sun, 7 Dec 2003 21:31:45 +0000 (16:31 -0500)]
debugfs.c (do_write): Mask off the file type bits, and OR in the
regular file information.  (Addresses Debian Bug: #217456)

21 years agocs.po: Fix mangled encoding in Czech locale file. (Addresses
Theodore Ts'o [Sun, 7 Dec 2003 19:21:21 +0000 (14:21 -0500)]
cs.po: Fix mangled encoding in Czech locale file.  (Addresses
Debian bug #214633)

21 years agoutil.c (open_pager): Search for the pager to use, starting with
Theodore Ts'o [Sun, 7 Dec 2003 18:16:25 +0000 (13:16 -0500)]
util.c (open_pager): Search for the pager to use, starting with
'pager', and then falling back to 'less' and then 'more'.
(Addresses Debian Bug: #221977)

21 years agoFix test for /etc/mkinitrd/scripts/e2fsprogs to make sure it gets
Theodore Ts'o [Sun, 7 Dec 2003 17:45:49 +0000 (12:45 -0500)]
Fix test for /etc/mkinitrd/scripts/e2fsprogs to make sure it gets
   removed.  (Addresses Debian Bug #213275)

21 years agoADD TAG: E2FSPROGS-1_35-WIP-1207 E2FSPROGS-1_35-WIP-1207
Theodore Ts'o [Sun, 7 Dec 2003 17:17:27 +0000 (12:17 -0500)]
ADD TAG: E2FSPROGS-1_35-WIP-1207

21 years agoRemove warning message about using NLS.
Theodore Ts'o [Sun, 7 Dec 2003 17:17:27 +0000 (12:17 -0500)]
Remove warning message about using NLS.

21 years agomke2fs.c (PRS): Fix mke2fs -V so that it prints the version banner.
Theodore Ts'o [Sun, 7 Dec 2003 07:28:24 +0000 (02:28 -0500)]
mke2fs.c (PRS): Fix mke2fs -V so that it prints the version banner.

21 years agoUpdate for WIP release December 7, 2003.
Theodore Ts'o [Sun, 7 Dec 2003 07:16:43 +0000 (02:16 -0500)]
Update for WIP release December 7, 2003.

21 years agoAdd libuuid1-udeb (Closes: #221777)
Theodore Ts'o [Sun, 7 Dec 2003 06:57:04 +0000 (01:57 -0500)]
Add libuuid1-udeb (Closes: #221777)

21 years agoFix gcc -Wall nitpicks
Theodore Ts'o [Sun, 7 Dec 2003 06:28:50 +0000 (01:28 -0500)]
Fix gcc -Wall nitpicks

21 years agorecovery.c, jfs_user.h: Sync recovery.c with latest 2.5 kernel
Theodore Ts'o [Sun, 7 Dec 2003 06:00:02 +0000 (01:00 -0500)]
recovery.c, jfs_user.h: Sync recovery.c with latest 2.5 kernel
version.

21 years agoWhen testing a disk using e2fsck -c, use the list
Theodore Ts'o [Tue, 2 Dec 2003 12:56:42 +0000 (07:56 -0500)]
When testing a disk using e2fsck -c, use the list
of new bad blocks to replace the current list of bad
blocks.  This way "e2fsck -c" can be used to recover from
a corrupted bad block inode.

21 years agoet_c.awk: Add declaration of the Heimdal initialization routine
Theodore Ts'o [Fri, 28 Nov 2003 14:38:13 +0000 (09:38 -0500)]
et_c.awk: Add declaration of the Heimdal initialization routine
      to avoid gcc -Wall complaints

(Incomplete checkin --- see previous changeset as well)

21 years agoet_c.awk: Add declaration of the Heimdal initialization routine
Theodore Ts'o [Fri, 28 Nov 2003 14:36:37 +0000 (09:36 -0500)]
et_c.awk: Add declaration of the Heimdal initialization routine
to avoid gcc -Wall complaints

Rename test cases to spell Heimdal correctly (only one 'l').

21 years agocom_err.h, com_err.c: Use GCC attributes to mark com_err and
Theodore Ts'o [Thu, 27 Nov 2003 04:19:28 +0000 (23:19 -0500)]
com_err.h, com_err.c: Use GCC attributes to mark com_err and
default_com_err_proc as taking printf-style format
strings.

21 years agoMCONFIG.in: Make the gcc-wall print more warnings to catch
Theodore Ts'o [Thu, 27 Nov 2003 04:18:56 +0000 (23:18 -0500)]
MCONFIG.in: Make the gcc-wall print more warnings to catch
signed vs. unsigned problems.

21 years agocom_err.h: Retore the type of n_msgs in the error_table
Theodore Ts'o [Sat, 22 Nov 2003 18:54:38 +0000 (13:54 -0500)]
com_err.h: Retore the type of n_msgs in the error_table
structure to "int" from "unsigned int" fix a core dumping
bug in the com_right() function.  (Addresses Debian bug
#213450)

21 years agopl.po: Added new Polish translation.
Theodore Ts'o [Fri, 21 Nov 2003 17:56:32 +0000 (12:56 -0500)]
pl.po: Added new Polish translation.

sv.po: Updated Sweedish translation.

21 years agode.po: Fixed and updated German translations from Marc Langer.
Theodore Ts'o [Fri, 21 Nov 2003 17:46:04 +0000 (12:46 -0500)]
de.po: Fixed and updated German translations from Marc Langer.
(Addresses Debian bug #200086)

21 years agoIn e2fsck, given an extra grace period before actually forcing
Theodore Ts'o [Fri, 21 Nov 2003 16:02:22 +0000 (11:02 -0500)]
In e2fsck, given an extra grace period before actually forcing
a filesystem check if a laptop system reports it is running on
battery.  This way the laptop will be biased to waiting until
it is on AC power before doing a filesystem check.  (Addresses
Debian bug #205177)

21 years agoIn e2fsck, if the number of mounts until the next forced filesystem
Theodore Ts'o [Fri, 21 Nov 2003 15:54:54 +0000 (10:54 -0500)]
In e2fsck, if the number of mounts until the next forced filesystem
check is 5 or less, mention this to the user.  (Addresses
Debian bug #157194)

21 years agopass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK),
Theodore Ts'o [Fri, 21 Nov 2003 15:41:58 +0000 (10:41 -0500)]
pass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK),
  problem.c (PR_1_BB_FS_BLOCK, PR_1_BBINODE_BAD_METABLOCK_PROMPT):
Fix up the handling of corrupted indirect blocks in the
bad block.  We now correctly handle the case where there
is an overlap between a block group descriptor or
a superblock and a bad block indirect block.  In the case
where the indirect block is corrupted, we now suggest
"e2fsck -c".

21 years agoCheck the returned name from blkid_get_devname in tune2fs and
Theodore Ts'o [Fri, 21 Nov 2003 14:10:29 +0000 (09:10 -0500)]
Check the returned name from blkid_get_devname in tune2fs and
e2fsck, and print an error if the requested LABEL/UUID does
not exist (previously, we core dumped!)

21 years agoCenteralize calculation of which blocks are reserved/used for
Theodore Ts'o [Fri, 21 Nov 2003 14:02:21 +0000 (09:02 -0500)]
Centeralize calculation of which blocks are reserved/used for
the superblock and block group descriptors into two functions:
ext2fs_reserve_super_and_bgd, found in lib/ext2fs/alloc_sb.c, and
ext2fs_super_and_bgd_lock, found in lib/ext2fs/close.c.

Change e2fsck/pass1.c (mark_table_blocks), lib/ext2fs/closefs.c
(ext2fs_flush), lib/ext2fs/initialize.c (ext2fs_initialize),
and misc/dumpe2fs.c (list_desc) to use these functions.

e2fsck/ChangeLog
    pass1.c (mark_table_blocks): Use the new function
     ext2fs_reserve_super_and_bgd to calculate the blocks to be
     reserved.

lib/ext2fs/ChangeLog
    closefs.c (ext2fs_super_and_bgd_loc): New function which
     centralizes the calculation of the superblock and block
     group descriptors.
     (ext2fs_flush): Use ext2fs_super_and_bgd_lock to figure
     out where to write the superblock and block group
     descriptors.

    alloc_sb.c (ext2fs_reserve_super_and_bgd): New function which
     reserves space in the block bitmap using
     ext2fs_super_and_bgd_loc.

    initialize.c (ext2fs_initialize): Use
     ext2fs_reserve_super_and_bgd to initialize the block bitmap.

misc/ChangeLog
    dumpe2fs.c (list_desc): Use ext2fs_super_and_bgd_loc to
     determine the locations of the superblock and block group
      descriptors.

21 years agoutil.c (check_plausibility): Support 2.6 kernel header files,
Theodore Ts'o [Thu, 20 Nov 2003 23:34:20 +0000 (18:34 -0500)]
util.c (check_plausibility): Support 2.6 kernel header files,
instead of having the build to crash.  (Addresses Debian
bug #221778)

21 years agom_meta_bg: New test case to test the meta block group feature.
Theodore Ts'o [Wed, 3 Sep 2003 13:51:52 +0000 (09:51 -0400)]
m_meta_bg: New test case to test the meta block group feature.

m_raid_opt: New test case to test raid striping

m_large_file: Fix description

run_e2fsck, run_mke2fs, filter_dumpe2fs: Add dumpe2fs output to
the test output for comparison.  Add support for
compressed expect scripts.

21 years agoAdd regression tests for mke2fs.
Theodore Ts'o [Mon, 1 Sep 2003 13:28:18 +0000 (09:28 -0400)]
Add regression tests for mke2fs.

Mke2fs has been modified to honor the MKE2FS_SKIP_PROGRESS,
MKE2FS_DEVICE_SECTSIZE, and MKE2FS_SKIP_CHECK_MSG in order
facilitate the regression testing.

21 years agoUpdate debian changelog
Theodore Ts'o [Mon, 1 Sep 2003 03:07:16 +0000 (23:07 -0400)]
Update debian changelog

Force e2fsprogs to use the most current version of e2fslibs.  (Closes
Debian bug #208103.

21 years agomke2fs.c (set_fs_defaults): Fix bug which caused -T largefile or
Theodore Ts'o [Mon, 1 Sep 2003 00:56:57 +0000 (20:56 -0400)]
mke2fs.c (set_fs_defaults): Fix bug which caused -T largefile or
-T largefile4 to core dump due to a division by zero
error.  (Addressed Debian bug #207082)

21 years agoutil.c (get_backup_sb): Check to make sure the context is passed
Theodore Ts'o [Mon, 25 Aug 2003 01:36:38 +0000 (21:36 -0400)]
util.c (get_backup_sb): Check to make sure the context is passed
in non-NULL before trying to dereference it.  Otherwise we
might core dump when called to expand %S in a problem
description.

21 years agoAdjust description line so that apropos "ext2" or "ext3" will
Theodore Ts'o [Sun, 24 Aug 2003 21:56:41 +0000 (17:56 -0400)]
Adjust description line so that apropos "ext2" or "ext3" will
find all of the e2fsprogs man pages.  (Addresses Debian Bug #206845)

21 years agoChange the priority of libblkid1-udeb to be required instead of
Theodore Ts'o [Thu, 21 Aug 2003 13:00:14 +0000 (09:00 -0400)]
Change the priority of libblkid1-udeb to be required instead of
    standard, to match the override file.

Update the debian changelog file.

21 years agojournal.c (e2fsck_move_ext3_journal): When moving the journal or
Theodore Ts'o [Thu, 21 Aug 2003 12:59:38 +0000 (08:59 -0400)]
journal.c (e2fsck_move_ext3_journal): When moving the journal or
backing up the journal inode, make sure it gets written to
all the superblocks.

21 years agoADD TAG: E2FSPROGS-1_35-WIP-0821 E2FSPROGS-1_35-WIP-0821
Theodore Ts'o [Thu, 21 Aug 2003 06:14:44 +0000 (02:14 -0400)]
ADD TAG: E2FSPROGS-1_35-WIP-0821

21 years agoUpdate for 1.35-WIP 21-Aug-2003 release.
Theodore Ts'o [Thu, 21 Aug 2003 06:14:44 +0000 (02:14 -0400)]
Update for 1.35-WIP 21-Aug-2003 release.

21 years agoUpdate po files.
Theodore Ts'o [Thu, 21 Aug 2003 06:11:44 +0000 (02:11 -0400)]
Update po files.

21 years agoFix misc. debian packaging problems.
Theodore Ts'o [Thu, 21 Aug 2003 05:53:07 +0000 (01:53 -0400)]
Fix misc. debian packaging problems.

* Move the initrd script from /etc/mkinitrd/scripts to
  /usr/share/initrd-tools/scripts so that mkinitrd will not remove
  the file when it is uninstalled.  (Addresses Debian bug #204019)

* Remove unneeded files in debian directory: blkid-dev.substvars and
   e2fsprogs-bf.lintian-overrides.  (Addresses Debian bug #203914)

* Support "noopt" in DEB_BUILD_OPTIONS instead of "debug".
   (Addresses Debian bug #203914)

21 years agoAdd support for backing up the journal inode location in the
Theodore Ts'o [Thu, 21 Aug 2003 04:40:26 +0000 (00:40 -0400)]
Add support for backing up the journal inode location in the
superblock.  E2fsck will automatically save the journal information
in the superblock if it is not there already, and will use it if the
journal inode appears to be corrupted.  ext2fs_add_journal_inode()
will also save the backup information, so that new filesystems
created by mke2fs and filesystems that have journals added via
tune2fs will also have journal location written to the superblock as
well.  Debugfs's logdump command has been enhanced so that it can
use the journal information in the superblock.

The debugfs man page has been improved to more fully describe the
logdump command.

Added two new functions, ext2fs_file_open2() and
ext2fs_inode_io_intern2() which take a pointer to an inode structure;
this is needed so that e2fsck and debugfs can synthesize a
fake journal inode and use it to access the journal.

21 years agoMakefile.in: Delete com_err.info on a make clean
Theodore Ts'o [Wed, 20 Aug 2003 16:54:31 +0000 (12:54 -0400)]
Makefile.in: Delete com_err.info on a make clean

testcases: Update to reflect fixed prototype for
initialize_xxx_err_table_r.

21 years agoe2fsck.h, unix.c (PRS, e2fsck_clear_progbar,
Theodore Ts'o [Tue, 19 Aug 2003 14:08:34 +0000 (10:08 -0400)]
e2fsck.h, unix.c (PRS, e2fsck_clear_progbar,
e2fsck_simple_progress): Don't print the ^A and ^B
characters which bracket the progress bar when the e2fsck
program is talking directly to a tty, but only when it is
being piped to another program.  (Addresses Debian bug
#204137)
unix.c: Move some initialized variables to the BSS segment to
shrink the size of the e2fsck executable.

21 years agoet_h.awk: Fix wrong prototype for initialize_xxx_err_table_r.
Theodore Ts'o [Tue, 19 Aug 2003 12:36:48 +0000 (08:36 -0400)]
et_h.awk: Fix wrong prototype for initialize_xxx_err_table_r.
(Thanks to Gombas Gabor for pointing this out, addresses
Debian bug #204332)

21 years agoADD TAG: E2FSPROGS-1_35-WIP-0801 E2FSPROGS-1_35-WIP-0801
Theodore Ts'o [Sun, 3 Aug 2003 00:48:35 +0000 (20:48 -0400)]
ADD TAG: E2FSPROGS-1_35-WIP-0801

21 years agoUpdate for 1.35-WIP 01-Aug-2003 release.
Theodore Ts'o [Sun, 3 Aug 2003 00:48:35 +0000 (20:48 -0400)]
Update for 1.35-WIP 01-Aug-2003 release.

21 years agoInclude inttypes.h if present. New macros INT_TO_VOIDPTR and
Theodore Ts'o [Fri, 1 Aug 2003 18:26:23 +0000 (14:26 -0400)]
Include inttypes.h if present.  New macros INT_TO_VOIDPTR and
VOIDPTR_TO_INT.  Use them throughout for int<->void *
casts to fix 64-bit warnings.

21 years agoFix tests so that they work even with --disable-htree.
Theodore Ts'o [Fri, 1 Aug 2003 17:25:26 +0000 (13:25 -0400)]
Fix tests so that they work even with --disable-htree.

f_salveage_dir: Remove HTREE flag from the test image's
superblock.  (It is not needed).

f_h_reindex: Skip this test of the htree is not enabled

f_dup_de: If htree is not enabled, clear the htree flag, and use
alternate expect scripts for the test.

21 years agofs_ext2.c (fs_cleanup, fs_init_task, fs_set_volumes): Use an
Theodore Ts'o [Fri, 1 Aug 2003 15:02:24 +0000 (11:02 -0400)]
fs_ext2.c (fs_cleanup, fs_init_task, fs_set_volumes): Use an
ugly union to fix pointer aliasing problems in lib/evms.

21 years agoext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
Theodore Ts'o [Fri, 1 Aug 2003 13:41:07 +0000 (09:41 -0400)]
ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
all now take a 'void *' instead of a 'void **' in order to
avoid pointer aliasing problems with GCC 3.x.

21 years agoUse $(MAKE) rather than hardcoded "make", to aid build process on
Matthias Andree [Fri, 1 Aug 2003 13:09:15 +0000 (15:09 +0200)]
Use $(MAKE) rather than hardcoded "make", to aid build process on
systems that expect GNU make as "gmake".

21 years agoAdd Heimdal compile_et extensions from Philipp Thomas <pthomas@suse.de>
Theodore Ts'o [Fri, 1 Aug 2003 12:59:40 +0000 (08:59 -0400)]
Add Heimdal compile_et extensions from Philipp Thomas <pthomas@suse.de>