summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-01-17libext2fs: display partial path if fs corrupted in ext2fs_get_pathname()Theodore Ts'o4-9/+9
2011-11-29Update Release Notes, Changelogs, version.h, etc. for 1.42 releaseTheodore Ts'o1-0/+49
2011-11-28tests: add test case for multiply claimed blocks with bigallocTheodore Ts'o4-0/+77
2011-11-11tests: fix mmp tests on hard 4k devicesEric Sandeen8-46/+46
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o1-2/+2
2011-09-30e2fsck: avoid unnecessary reboots in some cases when checking the root fsTheodore Ts'o3-15/+5
2011-09-28e2fsck: check for invalid bad block inodeTheodore Ts'o4-0/+19
2011-09-25e2fsck: regression tests for INCOMPAT_MMP featureAndreas Dilger12-0/+289
2011-09-24tune2fs: kill external journal if device not foundAndreas Dilger1-0/+28
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o4-0/+4
2011-09-16test_icount: fclose() before exitEric Sandeen1-0/+2
2011-09-15tests: Print out list of failed testsLukas Czerner1-1/+9
2011-09-15e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner3-2/+3
2011-09-13mke2fs: Use ext2fs_flush() only onceLukas Czerner2-2/+2
2011-09-03tests: skip tests that require debugfs if debugfs has not been builtTheodore Ts'o11-5/+62
2011-09-03tests: fix i_e2image so it works with valgrindTheodore Ts'o2-1/+5
2011-07-12tests: add missing m_mkfs_overhead/expectTheodore Ts'o1-0/+1
2011-07-09tests: use /tmp for scratch filesTheodore Ts'o18-66/+94
2011-06-16e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o7-15/+6
2011-06-11Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-06-11e2fsprogs: ignore generated files for "git status"Andreas Dilger1-1/+1
2011-06-11mke2fs: add extent-mapped journal regression testAndreas Dilger2-0/+130
2011-06-11mke2fs: add test for large journal with lazy initAndreas Dilger2-0/+579
2011-05-18tests: New i_e2image test to validate image creation/conversionLukas Czerner6-0/+73
2011-05-14mke2fs: Allow specifying reserved_ratio via mke2fs.confAditya Kali1-0/+1
2011-02-20Merge branch 'maint' into nextTheodore Ts'o1-0/+2
2011-02-20e2fsprogs: enable user namespace xattrs by defaultEric Sandeen1-0/+1
2011-02-20e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen1-0/+1
2010-12-22Merge branch 'maint' into nextTheodore Ts'o2-6/+9
2010-12-22libext2fs: Don't use the extended rec_len encoding for standard file systemsTheodore Ts'o2-6/+9
2010-12-13Merge branch 'maint' into nextTheodore Ts'o1-0/+1
2010-11-22Disable lazy inode table initialization when running regression testsTheodore Ts'o1-0/+1
2010-07-19Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2010-07-05e2freefrag: Fix getopt bug on machines with unsigned charsMike Frysinger1-1/+1
2010-06-07Merge branch 'maint' into nextTheodore Ts'o7-2/+94
2010-05-14tests: Use our own mke2fs.conf fileTheodore Ts'o2-2/+46
2010-05-11tests: Add new test f_unused_itableTheodore Ts'o4-0/+39
2010-05-10e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily setTheodore Ts'o1-0/+9
2010-03-15Merge branch 'maint' into nextTheodore Ts'o4-0/+20
2010-03-15tests: Add new test f_rehash_dirTheodore Ts'o4-0/+20
2010-01-31Merge branch 'maint' into nextTheodore Ts'o10-7/+64
2009-11-29tests: Add new test f_holedir2Theodore Ts'o4-0/+33
2009-11-29e2fsck: Don't rehash directories which can fit in a single directory blockTheodore Ts'o2-7/+7
2009-11-16e2fsck: Fix duplicate directory entries for non-indexed directoriesTheodore Ts'o4-0/+24
2009-10-04Merge branch 'maint' into nextTheodore Ts'o16-960/+968
2009-10-04e2fsck: Interpret negative blkcount in file system problem reportsTheodore Ts'o8-960/+960
2009-10-04tests: Account for new mke2fs topology informationTheodore Ts'o8-0/+8
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-1/+1
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson1-2/+2
2009-08-23libext2fs: create generic numeric progress meters and use themValerie Aurora Henson8-17/+25