summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update Release Notes, Changelogs, version.h, etc. for 1.42 releasev1.42Theodore Ts'o2011-11-291-0/+49
* tests: add test case for multiply claimed blocks with bigallocTheodore Ts'o2011-11-284-0/+77
* tests: fix mmp tests on hard 4k devicesEric Sandeen2011-11-118-46/+46
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-2/+2
* e2fsck: avoid unnecessary reboots in some cases when checking the root fsTheodore Ts'o2011-09-303-15/+5
* e2fsck: check for invalid bad block inodeTheodore Ts'o2011-09-284-0/+19
* e2fsck: regression tests for INCOMPAT_MMP featureAndreas Dilger2011-09-2512-0/+289
* tune2fs: kill external journal if device not foundAndreas Dilger2011-09-241-0/+28
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-184-0/+4
* test_icount: fclose() before exitEric Sandeen2011-09-161-0/+2
* tests: Print out list of failed testsLukas Czerner2011-09-151-1/+9
* e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner2011-09-153-2/+3
* mke2fs: Use ext2fs_flush() only onceLukas Czerner2011-09-132-2/+2
* tests: skip tests that require debugfs if debugfs has not been builtTheodore Ts'o2011-09-0311-5/+62
* tests: fix i_e2image so it works with valgrindTheodore Ts'o2011-09-032-1/+5
* tests: add missing m_mkfs_overhead/expectTheodore Ts'o2011-07-121-0/+1
* tests: use /tmp for scratch filesTheodore Ts'o2011-07-0918-66/+94
* e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o2011-06-167-15/+6
* Merge branch 'maint' into nextTheodore Ts'o2011-06-111-1/+1
|\
| * e2fsprogs: ignore generated files for "git status"Andreas Dilger2011-06-111-1/+1
* | mke2fs: add extent-mapped journal regression testAndreas Dilger2011-06-112-0/+130
* | mke2fs: add test for large journal with lazy initAndreas Dilger2011-06-112-0/+579
* | tests: New i_e2image test to validate image creation/conversionLukas Czerner2011-05-186-0/+73
* | mke2fs: Allow specifying reserved_ratio via mke2fs.confAditya Kali2011-05-141-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2011-02-201-0/+2
|\ \ | |/
| * e2fsprogs: enable user namespace xattrs by defaultEric Sandeen2011-02-201-0/+1
| * e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen2011-02-201-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2010-12-222-6/+9
|\ \ | |/
| * libext2fs: Don't use the extended rec_len encoding for standard file systemsTheodore Ts'o2010-12-222-6/+9
* | Merge branch 'maint' into nextTheodore Ts'o2010-12-131-0/+1
|\ \ | |/
| * Disable lazy inode table initialization when running regression testsTheodore Ts'o2010-11-221-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2010-07-191-1/+1
|\ \ | |/
| * e2freefrag: Fix getopt bug on machines with unsigned charsMike Frysinger2010-07-051-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2010-06-077-2/+94
|\ \ | |/
| * tests: Use our own mke2fs.conf fileTheodore Ts'o2010-05-142-2/+46
| * tests: Add new test f_unused_itableTheodore Ts'o2010-05-114-0/+39
| * e2fsck: Check for cases where EOFBLOCKS_FL is unnecessarily setTheodore Ts'o2010-05-101-0/+9
* | Merge branch 'maint' into nextTheodore Ts'o2010-03-154-0/+20
|\ \ | |/
| * tests: Add new test f_rehash_dirTheodore Ts'o2010-03-154-0/+20
* | Merge branch 'maint' into nextTheodore Ts'o2010-01-3110-7/+64
|\ \ | |/
| * tests: Add new test f_holedir2Theodore Ts'o2009-11-294-0/+33
| * e2fsck: Don't rehash directories which can fit in a single directory blockTheodore Ts'o2009-11-292-7/+7
| * e2fsck: Fix duplicate directory entries for non-indexed directoriesTheodore Ts'o2009-11-164-0/+24
* | Merge branch 'maint' into nextTheodore Ts'o2009-10-0416-960/+968
|\ \ | |/
| * e2fsck: Interpret negative blkcount in file system problem reportsTheodore Ts'o2009-10-048-960/+960
| * tests: Account for new mke2fs topology informationTheodore Ts'o2009-10-048-0/+8
* | Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson2009-09-071-1/+1
* | Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2009-09-071-2/+2
* | libext2fs: create generic numeric progress meters and use themValerie Aurora Henson2009-08-238-17/+25
|/
* f_illitable_flexbg: Add new testTheodore Ts'o2009-08-194-0/+35