summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-20e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen1-6/+24
2010-12-22mke2fs: don't complain if the fs type "default" is not defined in mke2fs.confTheodore Ts'o1-4/+4
2010-12-01mke2fs: Fix (minor) memory leaksTheodore Ts'o1-0/+4
2010-12-01mke2fs: Fail if the requested file system type is not defined in mke2fs.confTheodore Ts'o1-11/+49
2010-11-22mke2fs: Add discard option into mke2fs.confLukas Czerner1-2/+3
2010-11-22mke2fs: Deprecate -K option, introduce discard/nodiscardLukas Czerner1-1/+11
2010-11-22mke2fs: Force the default blocksize to be at least the logical sector sizeTheodore Ts'o1-2/+2
2010-11-22mke2fs: Set logical/physical sector size from environment for debuggingTheodore Ts'o1-3/+6
2010-11-22mke2fs: Fill in min_io and opt_io with physical sector sizeTheodore Ts'o1-3/+10
2010-11-22mke2fs: Do not require -F for block size < physical sizeTheodore Ts'o1-6/+5
2010-10-01mke2fs: Enable lazy_itable_init if the kernel supports this featureTheodore Ts'o1-1/+6
2010-09-20mke2fs: make "invalid blocks count" error more clearEric Sandeen1-2/+3
2010-09-20mke2fs: use lazy inode init on some discard-able devicesEric Sandeen1-12/+43
2010-07-30mke2fs: fix mke2fs "invalid inode ratio" error messageTim Small1-1/+1
2010-05-17mke2fs: account for physical as well as logical sector sizeTheodore Ts'o1-6/+28
2010-05-17mke2fs: Fix compile warning messageTheodore Ts'o1-1/+2
2010-05-10mke2fs: Allow a flex_bg size of 1Theodore Ts'o1-1/+1
2010-03-15mke2fs: Don't ask to proceed in case of a badly aligned partitionEric Sandeen1-1/+0
2010-02-05mke2fs: fix up topo complaints on regular filesEric Sandeen1-1/+7
2009-11-25mke2fs: open device writable for trim/discardEric Sandeen1-1/+1
2009-11-16mke2fs support for BLKDISCARDEric Sandeen1-2/+53
2009-10-04mke2fs: get device topology values from blkidEric Sandeen1-0/+55
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