Age | Commit message (Expand) | Author | Files | Lines |
2006-09-12 | Create new ext2fs library inlines: ext2fs_group_{first,last}_block() | Eric Sandeen | 2 | -2/+8 |
2006-08-06 | If diff -u is supported, use it to report test failures. | Theodore Ts'o | 3 | -1/+6 |
2006-05-30 | Change more "echo -n" to "printf" to avoid screen clutter. | Matthias Andree | 4 | -4/+4 |
2006-05-28 | Make test scripts more robust against locale-related environment variables | Theodore Ts'o | 2 | -1/+6 |
2006-05-24 | Update tests to reflect updated mke2fs.conf file | Theodore Ts'o | 10 | -354/+448 |
2006-05-13 | Change mke2fs's layout of RAID-optimized filesystems to be more optimal | Theodore Ts'o | 2 | -43/+48 |
2006-03-23 | Change mke2fs to use /etc/mke2fs.conf as a configuration file | Theodore Ts'o | 2 | -0/+8 |
2005-12-31 | Add E2FSCK_CONFIG environment variable | Theodore Ts'o | 1 | -0/+2 |
2005-09-24 | E2fsck: fix future times in the superblock's last mount or last write fields | Theodore Ts'o | 2 | -0/+7 |
2005-08-08 | Add valgrind support to the regression test suite | Theodore Ts'o | 7 | -12/+27 |
2005-07-04 | Make e2fsck Pass 1C header consistent with the other headers | Theodore Ts'o | 8 | -7/+11 |
2005-07-04 | Add missing changelog file for previous commit (hg changeset: 0502b63a5be9) | Theodore Ts'o | 1 | -0/+4 |
2005-07-04 | [BUGFIX]: E2fsck will segfault on disconnected inode with extended attribute(s) | Theodore Ts'o | 4 | -0/+77 |
2005-06-30 | Update for e2fsprogs 1.38 release. | Theodore Ts'o | 2 | -0/+8 |
2005-06-19 | Clean up e2fsck problem description messages for typo's and to make them | Theodore Ts'o | 19 | -121/+122 |
2005-06-16 | defaults/e_script, run_e2fsck, d_loaddump, f_resize_inode, | Theodore Ts'o | 9 | -8/+18 |
2005-05-08 | Fix the f_dup_resize script to be more portable and not rely on e2fsprogs | Theodore Ts'o | 1 | -4/+9 |
2005-04-14 | Don't offer to update or clone the resize inode when e2fsck deals with | Theodore Ts'o | 5 | -0/+63 |
2005-04-09 | test_script.in: Make the test script driver exit with a non-zero | Theodore Ts'o | 2 | -0/+6 |
2005-03-21 | Update for the e2fsprogs 1.37 release. | Theodore Ts'o | 2 | -0/+8 |
2005-03-21 | Fix the test image so that it actually has an ea-in-inode. | Theodore Ts'o | 2 | -1/+1 |
2005-03-21 | Add new test case which exercises the ea-in-inode checker in e2fsck. | Theodore Ts'o | 5 | -0/+14 |
2005-02-05 | Update for release of e2fsprogs 1.36. | Theodore Ts'o | 2 | -0/+8 |
2005-02-05 | Remove *.pc files on a "make distclean" | Theodore Ts'o | 2 | -1/+3 |
2005-02-05 | Remove support for --enable-clear-htree; this was | Theodore Ts'o | 7 | -6/+10 |
2005-01-28 | f_bad_inode, f_recnect_bad: Adjust test cases to take into | Theodore Ts'o | 3 | -4/+12 |
2005-01-27 | Fix e2fsck to not delete symlinks that contain an extended attribute after | Theodore Ts'o | 5 | -0/+50 |
2005-01-26 | Fix Solaris portability bug in the resize tests. | Theodore Ts'o | 2 | -10/+10 |
2005-01-26 | resize2fs.c: Fix bug where we don't release the blocks belonging | Theodore Ts'o | 2 | -0/+2711 |
2005-01-25 | E2fsck will now check the individual block group inode and block free counts, | Theodore Ts'o | 6 | -0/+41 |
2005-01-21 | Skip the r_resize_inode test if resize2fs is not compiled (due to | Theodore Ts'o | 2 | -2/+12 |
2005-01-19 | r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt, | Theodore Ts'o | 19 | -34/+2073 |
2005-01-17 | Various portability fixes for Solaris systems. | Theodore Ts'o | 3 | -2/+7 |
2005-01-13 | f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1" | Matthias Andree | 3 | -13/+21 |
2005-01-07 | Fix f_resize_inode test to deal with the renaming of the debugfs command | Theodore Ts'o | 2 | -6/+6 |
2004-12-24 | Add two new tests, f_resize_inode, and r_resize_inode, to the regression | Theodore Ts'o | 6 | -0/+2066 |
2004-12-15 | m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into | Theodore Ts'o | 4 | -1/+6 |
2004-12-15 | Add install-strip and install-shlibs-strip targets | Theodore Ts'o | 2 | -0/+6 |
2004-11-30 | Use Linux-kernel-style makefile output to make it easier to | Theodore Ts'o | 2 | -5/+15 |
2004-10-04 | Attempt recovery if the journal contains illegal blocks | Richard Mortimer | 5 | -0/+39 |
2004-09-17 | Remove XSI:isms for greater portability. (Addresses | Theodore Ts'o | 2 | -1/+6 |
2004-05-05 | Remove .cvsignore files; they were out of date, and causes lintian | Theodore Ts'o | 2 | -10/+0 |
2004-02-28 | Update version number for e2fsprogs 1.35 release. | Theodore Ts'o | 2 | -0/+8 |
2004-01-30 | Add f_selinux test case. | Theodore Ts'o | 5 | -0/+20 |
2003-12-28 | Fix more compiler warnings. | Matthias Andree | 1 | -4/+4 |
2003-12-12 | Fix bug in e2fsck: When reconnecting a directory, we may | Theodore Ts'o | 5 | -0/+54 |
2003-09-03 | m_meta_bg: New test case to test the meta block group feature. | Theodore Ts'o | 21 | -12537/+50 |
2003-09-01 | Add regression tests for mke2fs. | Theodore Ts'o | 12 | -4/+155 |
2003-08-21 | Add support for backing up the journal inode location in the | Theodore Ts'o | 9 | -2/+29 |
2003-08-01 | Fix tests so that they work even with --disable-htree. | Theodore Ts'o | 6 | -0/+64 |