summaryrefslogtreecommitdiff
path: root/tests/m_no_opt
AgeCommit message (Collapse)AuthorFilesLines
2009-10-04Merge branch 'maint' into nextTheodore Ts'o1-0/+1
Conflicts: configure configure.in misc/mke2fs.c
2009-10-04tests: Account for new mke2fs topology informationTheodore Ts'o1-0/+1
The previous commit adds a new line printed by mke2fs with the filesystem/device topology information. Update the regression test's expected output to account for this. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-08-23libext2fs: create generic numeric progress meters and use themValerie Aurora Henson1-2/+3
With 64-bit file systems, mke2fs can take a long time to do things other than write inode tables. I exported the mke2fs numeric progress meter and used it for allocating group tables and the final file system flush. Signed-off-by: Valerie Aurora (Henson) <vaurora@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-29tune2fs, mke2fs: Change default directory hash algorithm to half_md4Theodore Ts'o1-1/+1
The half_md4 algorithm is faster and more collision resistant. Let's switch to it as the default. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-04-20libe2p: Print the s_min_extra_isize and s_wanted_extra_isize fieldsTheodore Ts'o1-1/+1
Make dumpe2fs and debugfs print out the s_min_extra_isize and s_wanted_extra_isize fields from the superblock. Update tests expect files as appropriate. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-04-06Fix m_no_opt regression testTheodore Ts'o2-9/+111
The m_no_opt test has been silently failing since the addition of mke2fs.conf, since it was trying to use resize_inode on a non-sparse filesystem. Fix it so it works correctly. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-07-22Fix mke2fs tests to avoid needing any significant ^M (CR) charactersTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-05-24Update tests to reflect updated mke2fs.conf fileTheodore Ts'o1-110/+8
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-01-19r_resize_inode, m_dasd_bs, m_large_file, m_meta_bg, m_no_opt,Theodore Ts'o2-0/+112
m_read_opt, m_std, run_mke2fs, filter_dumpe2fs: Make tests portable so they pass correctly on a FreeBSD system.
2004-12-15m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take intoTheodore Ts'o1-1/+1
account the resize inode patch.
2003-09-03m_meta_bg: New test case to test the meta block group feature.Theodore Ts'o2-25/+0
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.
2003-09-01Add regression tests for mke2fs.Theodore Ts'o2-0/+29
Mke2fs has been modified to honor the MKE2FS_SKIP_PROGRESS, MKE2FS_DEVICE_SECTSIZE, and MKE2FS_SKIP_CHECK_MSG in order facilitate the regression testing.