aboutsummaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
AgeCommit message (Expand)Author
2013-10-11mke2fs: complain about creating 64bit filesystems without extentsDarrick J. Wong
2013-06-20mke2fs: calculate journal blocks just after fs initializeAshish Sangwan
2013-06-15mke2fs: don't set root dir UID/GID automaticallyAndreas Dilger
2013-06-15mke2fs: sort option parsing, deprecate "-R"Andreas Dilger
2013-05-19misc: fix gcc -Wall warningsTheodore Ts'o
2013-03-31mke2fs: don't display bigalloc/quota fs feature warnings in quiet modeTheodore Ts'o
2013-01-21mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quotaTheodore Ts'o
2013-01-15mke2fs: teach mke2fs to understand -b 4k and -C 256MTheodore Ts'o
2013-01-15mke2fs: the -g option will now specify the clusters per block groupTheodore Ts'o
2013-01-15mke2fs: enforce that the cluster size must be greater that the block sizeTheodore Ts'o
2013-01-14mke2fs: require the bigalloc feature explicity if the cluster size is setZheng Liu
2013-01-08mke2fs: check extents feature when bigalloc feature is enabledZheng Liu
2012-12-29misc: cleanup unused variables on MacOSAndreas Dilger
2012-12-28mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit"Theodore Ts'o
2012-09-22mke2fs: fix progress suppression to make regression tests reliableTheodore Ts'o
2012-09-21mke2fs: throttle allocating groups progress as wellTheodore Ts'o
2012-09-16mke2fs: disable progress reporting in mke2fs.conf for regression testsTheodore Ts'o
2012-09-14mke2fs: throttle progress updates to once a secondTheodore Ts'o
2012-04-05Don't assume that the presence of mntent.h means that setmntent() existsTheodore Ts'o
2012-04-05mke2fs: don't fail creating the journal if /etc/mtab is missingTheodore Ts'o
2012-03-22mke2fs: add option to use direct I/O (mke2fs -D)Theodore Ts'o
2012-02-27mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -STheodore Ts'o
2012-02-17mke2fs: allow file systems w/ uninit_bg to be recovered with mke2fs -STheodore Ts'o
2012-02-15mke2fs: recognize mke4fs program nameEric Sandeen
2012-01-23mke2fs: correct help text for option -G of mke2fsYongqiang Yang
2012-01-09mke2fs: fix -T/-t usage outputMike Frysinger
2011-11-14mke2fs: Add extended option to select quota typeAditya Kali
2011-11-14libquota: cleanup libquota codeAditya Kali
2011-11-14Make quota support disabled by supportTheodore Ts'o
2011-10-08Fix spelling errors pointed out by translatorsTheodore Ts'o
2011-10-05mke2fs: Fix up usage & error text for cluster size specificationEric Sandeen
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o
2011-09-28mke2fs: set s_max_mnt_count to -1 by defaultTheodore Ts'o
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-09-16mke2fs: free tdb_dir string if it came from the profileEric Sandeen
2011-09-16mke2fs: Do not let -t or -T be specified more than onceEric Sandeen
2011-09-16mke2fs: remove impossible tests for null usage_typesEric Sandeen
2011-09-15e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner
2011-09-15mke2fs: check that auto-detected blocksize <= sys_page_sizeYury V. Zaytsev
2011-09-13mke2fs: Use ext2fs_flush() only onceLukas Czerner
2011-08-31mke2fs: support creation of filesystem with quota featureAditya Kali
2011-07-04Merge branch 'maint' into nextTheodore Ts'o
2011-07-04mke2fs: allow setting the stride and stripe width to zeroTheodore Ts'o
2011-06-16mke2fs: change bigalloc default cluster size to 16*blocksizeTheodore Ts'o
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger
2011-06-14mke2fs: add support for cluster size in mke2fs.confTheodore Ts'o
2011-06-14mke2fs: Add support for [devices] stanza in mke2fs.confTheodore Ts'o
2011-06-11mke2fs: skip zeroing journal blocksAndreas Dilger