summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-12-22libext2fs: Don't use the extended rec_len encoding for standard file systemsTheodore Ts'o2-6/+9
2010-11-22Disable lazy inode table initialization when running regression testsTheodore Ts'o1-0/+1
2010-07-05e2freefrag: Fix getopt bug on machines with unsigned charsMike Frysinger1-1/+1
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-15tests: Add new test f_rehash_dirTheodore Ts'o4-0/+20
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-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-08-19f_illitable_flexbg: Add new testTheodore Ts'o4-0/+35
2009-08-09libext2fs: Treat uninitialized parts of bitmaps as unallocatedTheodore Ts'o1-24/+24
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-10/+10
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o1-1/+1
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o2-9/+6
2009-06-15tests: Add --valgrind-leakcheck option to the test_script programTheodore Ts'o1-0/+5
2009-04-23e2fsck: On a 32-bit filesystem, make sure i_file_acl_high is zeroTheodore Ts'o4-0/+20
2009-03-08tests: Filter out "Lifetime writes" from the dumpe2fs displayTheodore Ts'o1-0/+1
2009-01-20Use format strings directly to prevent -Werror=format-security failuresTheodore Ts'o1-2/+2
2009-01-01e2fsck: Remove "ext3" from problem descriptions of the journalTheodore Ts'o4-10/+7
2008-12-25Add e2fsck regression test case f_extent_bad_nodeTheodore Ts'o4-0/+31
2008-12-25e2fsck: When repacking directories, leave slack space for more efficiencyTheodore Ts'o6-6/+6
2008-12-22e2fsck: Fix double-counting of non-contiguous extent-based inodesTheodore Ts'o2-2/+2
2008-09-12Fix compiling under diet libcTheodore Ts'o1-1/+1
2008-08-29tune2fs, mke2fs: Change default directory hash algorithm to half_md4Theodore Ts'o9-14/+14
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o4-35/+35
2008-08-27ext2fs_mkjournal(): Don't allocate an extra block to the journalTheodore Ts'o6-6/+6
2008-08-24Remove trailing space from the description of the r_move_itable testTheodore Ts'o1-1/+1
2008-08-24fix e2fsck error message for bad htree depthAndreas Dilger1-1/+1
2008-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o16-16/+16
2008-07-13Flush stdio buffers before calling setbuf()Theodore Ts'o2-0/+4
2008-07-13Fix Solaris shell script portability issuesTheodore Ts'o3-9/+11
2008-07-10Make ext2fs_check_desc() more stringent to force use of backup superbocksTheodore Ts'o1-8/+9
2008-06-17Merge branch 'maint'Theodore Ts'o2-7/+7
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o2-7/+7
2008-06-07Update tests to reflect undoe2fs -> e2undo renameTheodore Ts'o3-11/+11
2008-06-07Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ssTheodore Ts'o1-1/+1
2008-06-02f_extents2: Add new test case testing e2fsck's support for extentsTheodore Ts'o4-0/+78
2008-05-24Fix m_large_file and r_inline_xattr tests to match with recent changesTheodore Ts'o2-4/+4
2008-04-27Add test cases for undoe2fs: u_undoe2fs_mke2fs and u_undoe2fs_tune2fsAneesh Kumar K.V3-0/+71
2008-04-27Fix the resize inode test caseAneesh Kumar K.V1-0/+2
2008-04-27Merge branch 'maint'Theodore Ts'o4-280/+122
2008-04-27mke2fs: Don't allow the combination of the meta_bg and resize_inode featuresTheodore Ts'o4-269/+122
2008-04-20Remove LAZY_BG featureTheodore Ts'o4-332/+0
2008-04-20libe2p: Print the s_min_extra_isize and s_wanted_extra_isize fieldsTheodore Ts'o11-16/+18
2008-04-17Rename the feature uninit_groups to uninit_bgTheodore Ts'o3-4/+4
2008-04-06New mke2fs filesystem and usage types supportTheodore Ts'o2-3/+6
2008-04-06Merge branch 'maint' into nextTheodore Ts'o2-9/+111