Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Mke2fs has been modified to honor the MKE2FS_SKIP_PROGRESS,
MKE2FS_DEVICE_SECTSIZE, and MKE2FS_SKIP_CHECK_MSG in order
facilitate the regression testing.
|
|
Force e2fsprogs to use the most current version of e2fslibs. (Closes
Debian bug #208103.
|
|
-T largefile4 to core dump due to a division by zero
error. (Addressed Debian bug #207082)
|
|
in non-NULL before trying to dereference it. Otherwise we
might core dump when called to expand %S in a problem
description.
|
|
find all of the e2fsprogs man pages. (Addresses Debian Bug #206845)
|
|
standard, to match the override file.
Update the debian changelog file.
|
|
backing up the journal inode, make sure it gets written to
all the superblocks.
|
|
|
|
|
|
|
|
* 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)
|
|
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.
|
|
testcases: Update to reflect fixed prototype for
initialize_xxx_err_table_r.
|
|
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.
|
|
(Thanks to Gombas Gabor for pointing this out, addresses
Debian bug #204332)
|
|
|
|
|
|
VOIDPTR_TO_INT. Use them throughout for int<->void *
casts to fix 64-bit warnings.
|
|
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.
|
|
ugly union to fix pointer aliasing problems in lib/evms.
|
|
all now take a 'void *' instead of a 'void **' in order to
avoid pointer aliasing problems with GCC 3.x.
|
|
systems that expect GNU make as "gmake".
|
|
|
|
offset of the device is page aligned. (Addresses Debian
Bug #203713)
badblocks.c (test_ro, test_rw): Add code to recover after an
error so that we continue reading on page-aligned
boundaries. (Thanks to Philippe Troin <phil@fifi.org> for
the patch.)
|
|
|
|
in order to avoid picking up the wrong depedency. (Debian packaging
issue, closes Debian bug #203157)
|
|
/usr/share/doc-base/libext2fs (Closes: #203157)
|
|
|
|
|
|
|
|
|
|
and set DEB_{HOST,BUILD}_* variables correctly for architectures
other than *-linux and *-gnu.
|
|
greater than 4096, since some kernels don't support ext3
with large block sizes. (Addresses Debian bug #193773)
|
|
<goeran@uddeborg.se>
|
|
Debian bug #201499)
|
|
libss2, libcomerr2, libuuid1, and e2fslibs.
Remove Yann's TODO and README.Debian files.
|
|
for debian packages. The RELEASE-NOTES file is what people should be
reading instead.
|
|
|
|
UDF before checking for ISO9660 filesystems.
|
|
new semantics: WAIT_ALL vs. WAIT_ATLEAST_ONE. This fixes
a bug where when fsck is waiting for another partition on
the same spindle, it spins wasting a lot of CPU.
|
|
|
|
the filesystem type is one which this blkid library supports.
|
|
delete the LABEL tag if the filesystem no longer has a label.
|
|
error, then reflect that error upwards; don't try again
(forever). This prevents an infinite loop when /proc and
the /etc/blkid.tab file are not present.
|
|
package since busybox tar can't deal with hard links.
(Closes Debian bug #196508)
|
|
Add conflicts against older versions of sysvinit that don't correctly
handle an exit code that has the bit #2 set. (Closes: #183675)
|
|
test to honor the -c option (number of blocks at a time).
do_read and do_write will try to turn on the O_DIRECT flag
if it appears that it is possible to use it. (Addresses
Debian bug #198006)
|
|
bug #195274)
|
|
set the blocksize to zero. This causes MD devices to fail
since they don't support the BLKSSZGET ioctl. (Addresses
Debian bug #196734)
|