summaryrefslogtreecommitdiff
path: root/tests/m_large_file/expect.1
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-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o1-1/+1
Also added support for "e2fsck -E fragcheck" which issues a comprehensive report of discontiguous file extents. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-05-24Fix m_large_file and r_inline_xattr tests to match with recent changesTheodore Ts'o1-2/+2
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/+3
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-02-22mke2fs: Remove warning for inode_size > 128 bytesTheodore Ts'o1-1/+0
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-27Create filesystems with the ext_attr feature by defaultTheodore Ts'o1-2/+2
Since recent kernels have a tendency to set this feature willy-nilly, let's just enable by default. It's only very old kernels that don't support it any more. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-27Create new filesystems with 256-byte inodes by defaultTheodore Ts'o1-7/+8
This makes it easier to upgrade to ext4 in the future, and it speeds up extended attributes handling --- important on SELinux systems! Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-05-24Update tests to reflect updated mke2fs.conf fileTheodore Ts'o1-8/+11
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'o1-0/+61
m_read_opt, m_std, run_mke2fs, filter_dumpe2fs: Make tests portable so they pass correctly on a FreeBSD system.
2003-09-03m_meta_bg: New test case to test the meta block group feature.Theodore Ts'o1-23/+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'o1-0/+23
Mke2fs has been modified to honor the MKE2FS_SKIP_PROGRESS, MKE2FS_DEVICE_SECTSIZE, and MKE2FS_SKIP_CHECK_MSG in order facilitate the regression testing.