summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2005-02-05Remove *.pc files on a "make distclean"Theodore Ts'o2-1/+3
2005-02-05Remove support for --enable-clear-htree; this wasTheodore Ts'o7-6/+10
2005-01-28f_bad_inode, f_recnect_bad: Adjust test cases to take intoTheodore Ts'o3-4/+12
2005-01-27Fix e2fsck to not delete symlinks that contain an extended attribute afterTheodore Ts'o5-0/+50
2005-01-26Fix Solaris portability bug in the resize tests.Theodore Ts'o2-10/+10
2005-01-26resize2fs.c: Fix bug where we don't release the blocks belongingTheodore Ts'o2-0/+2711
2005-01-25E2fsck will now check the individual block group inode and block free counts,Theodore Ts'o6-0/+41
2005-01-21Skip the r_resize_inode test if resize2fs is not compiled (due toTheodore Ts'o2-2/+12
2005-01-19r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt,Theodore Ts'o19-34/+2073
2005-01-17Various portability fixes for Solaris systems.Theodore Ts'o3-2/+7
2005-01-13f_dup_de, r_resize_inode: change ">& /dev/null" to ">/dev/null 2>&1"Matthias Andree3-13/+21
2005-01-07Fix f_resize_inode test to deal with the renaming of the debugfs commandTheodore Ts'o2-6/+6
2004-12-24Add two new tests, f_resize_inode, and r_resize_inode, to the regressionTheodore Ts'o6-0/+2066
2004-12-15m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take intoTheodore Ts'o4-1/+6
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-0/+6
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2-5/+15
2004-10-04Attempt recovery if the journal contains illegal blocksRichard Mortimer5-0/+39
2004-09-17Remove XSI:isms for greater portability. (Addresses Theodore Ts'o2-1/+6
2004-05-05Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o2-10/+0
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o2-0/+8
2004-01-30Add f_selinux test case.Theodore Ts'o5-0/+20
2003-12-28Fix more compiler warnings.Matthias Andree1-4/+4
2003-12-12Fix bug in e2fsck: When reconnecting a directory, we mayTheodore Ts'o5-0/+54
2003-09-03m_meta_bg: New test case to test the meta block group feature.Theodore Ts'o21-12537/+50
2003-09-01Add regression tests for mke2fs.Theodore Ts'o12-4/+155
2003-08-21Add support for backing up the journal inode location in the Theodore Ts'o9-2/+29
2003-08-01Fix tests so that they work even with --disable-htree.Theodore Ts'o6-0/+64
2003-07-26Update for 1.34 release.Theodore Ts'o2-0/+8
2003-04-21Update for 1.33 release.Theodore Ts'o2-0/+8
2003-04-19test_config: Define DYLD_LIBRAY_PATH so that "make check" works onTheodore Ts'o2-0/+7
2003-04-05E2fsck now updates the global free block andTheodore Ts'o6-6/+13
2003-03-25f_h_badnode, f_h_badroot, f_h_reindex: Updated expect script toTheodore Ts'o4-3/+5
2003-03-15f_dup_de: Added test case provided from Debian bug report #176814Theodore Ts'o5-0/+40
2003-03-06Fix up lots of portability problems that caused e2fsprogs not to build succes...Theodore Ts'o4-79/+86
2002-11-09Update files for 1.32 release.Theodore Ts'o2-0/+8
2002-11-08Update files for 1.31 release.Theodore Ts'o2-0/+8
2002-11-08Skip byteswap tests on --disable-swapfsTheodore Ts'o2-0/+12
2002-11-01Update files for 1.30 release.Theodore Ts'o2-0/+8
2002-09-30Avoid counting directory entries during a directory salvage.Theodore Ts'o13-8/+1012
2002-09-24Update for 1.29 release.Theodore Ts'o2-0/+8
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o2-0/+8
2002-08-17Overhaul extended attribute handling. Should now be correct withTheodore Ts'o19-78/+90
2002-08-01Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) Theodore Ts'o8-19/+25
2002-07-25Add e2fsck -D option which optimizes/compresses directories. Theodore Ts'o2-4/+4
2002-07-20Add support to e2fsck to reindex directories to use hash trees.Theodore Ts'o6-6/+15
2002-06-26Add support for the half-MD4 HTREE hash.Theodore Ts'o7-3/+51
2002-06-25Add initial support for htree directories.Theodore Ts'o13-0/+65
2002-06-10Do sanity checking of the number of blocks and inodes in a group forAndreas Dilger9-0/+35
2002-05-21Check for inodes which are too big (either too many blocks, orTheodore Ts'o9-8/+57
2002-05-21Fix up Andreas' changeset. Avoid use of dynamic automatic arrays,Theodore Ts'o4-23/+32