summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-18mke2fs: Add strings.h include for strcasecmp() declarationTheodore Ts'o1-0/+1
2009-04-18e2fsck, tune2fs: Fix Hurd compilation problem due to lack of PATH_MAXTheodore Ts'o1-1/+12
2009-03-31mke2fs: Don't try to create the journal in super-only modeTheodore Ts'o1-0/+6
2009-03-08remove useless if-before-free testsJim Meyering1-8/+4
2009-03-06mke2fs, tune2fs: Do not allow the reserved_ratio to be negativeTheodore Ts'o1-1/+2
2009-03-06Add support for a new superblock field: s_kbytes_writtenTheodore Ts'o1-0/+8
2009-01-20mke2fs: If the device size is exactly 16TB treat it as if it had 16TB - 1 blockTheodore Ts'o1-0/+16
2009-01-20mke2fs: Add -U option to specify the UUID for the new filesystemTheodore Ts'o1-4/+15
2009-01-20mke2fs: Treat an argv[0] of "mke3fs" the same as "mkfs.ext3"Theodore Ts'o1-1/+4
2008-09-01Only use the test_io manager if the right environment variables are setTheodore Ts'o1-8/+10
2008-08-29mke2fs: Allow the default hash algorithm in mke2fs.confTheodore Ts'o1-2/+7
2008-08-29tune2fs, mke2fs: Change default directory hash algorithm to half_md4Theodore Ts'o1-1/+1
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-48/+48
2008-08-23mke2fs: Issue a warning if the mke2fs.conf file wasn't updatedTheodore Ts'o1-0/+14
2008-07-18mke2fs: Fix enforcement of no features for revision 0 filesystemsTheodore Ts'o1-1/+1
2008-07-13Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o1-0/+2
2008-07-10mke2fs,tune2fs: Enable huge_file, dir_nlink, and extra_isize featuresTheodore Ts'o1-0/+3
2008-07-10mke2fs: Dumb down filesystems for GNU HurdTheodore Ts'o1-0/+9
2008-07-06mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIGTheodore Ts'o1-0/+8
2008-07-06mke2fs: Use a fs_type of 'journal' when creating an external journalTheodore Ts'o1-19/+10
2008-07-06Clean up some trivial build warningsEric Sandeen1-5/+2
2008-06-17Merge branch 'maint'Theodore Ts'o1-2/+2
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o1-2/+2
2008-06-07Add "#include <limits.h>" to get PATH_MAX for mke2fs and tune2fsTheodore Ts'o1-0/+1
2008-05-14mke2fs: Add the ability to configure default extended options in mke2fs.confTheodore Ts'o1-3/+11
2008-04-27Merge branch 'next' into tt/flex-bgTheodore Ts'o1-87/+147
2008-04-27mke2fs: Add support for the undo I/O manager.Aneesh Kumar K.V1-77/+133
2008-04-27mke2fs: Make argument to the extended option lazy_itable_init optionalTheodore Ts'o1-9/+4
2008-04-27Merge branch 'maint'Theodore Ts'o1-1/+10
2008-04-27mke2fs: Don't allow the combination of the meta_bg and resize_inode featuresTheodore Ts'o1-1/+10
2008-04-22mke2fs: New bitmap and inode table allocation for FLEX_BGTheodore Ts'o1-3/+33
2008-04-22mke2fs/libext2fs: Fix lazy inode table initializationTheodore Ts'o1-10/+19
2008-04-21Transfer responsibility of setting the *_UNINIT flags to libext2fsTheodore Ts'o1-49/+5
2008-04-20Remove LAZY_BG featureTheodore Ts'o1-53/+23
2008-04-18mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initializationTheodore Ts'o1-5/+37
2008-04-06New mke2fs filesystem and usage types supportTheodore Ts'o1-36/+206
2008-03-31ext2fs_set_gdt_csum(): Return an error code on errors instead of voidAndreas Dilger1-2/+8
2008-03-20Add support for creating filesystems using uninit block groupJose R. Santos1-12/+32
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o1-3/+3
2008-02-29Merge branch 'maint'Theodore Ts'o1-3/+4
2008-02-28Update mke2fs usage messageTheodore Ts'o1-3/+4
2008-02-27Merge branch 'maint'Theodore Ts'o1-3/+7
2008-02-27Add support for manipulating large_file feature in mke2fs and tune2fsTheodore Ts'o1-3/+7
2008-02-22mke2fs: Remove warning for inode_size > 128 bytesTheodore Ts'o1-4/+0
2008-02-22mke2fs: Remove 2.4 kernel warning for blocksizes > 4096 bytesTheodore Ts'o1-6/+0
2008-02-22mke2fs: Remove requirement for -f option for filesystems > 2**31 blocksTheodore Ts'o1-7/+0
2008-02-20Allow mke2fs to create filesystems with the EXTENTS featureTheodore Ts'o1-0/+1
2008-02-18Merge branch 'maint' into nextTheodore Ts'o1-9/+36
2008-02-18Add support for setting RAID stride and strip-width via mke2fs and tune2fsTheodore Ts'o1-9/+36
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-4/+11