summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
Commit message (Expand)AuthorAgeFilesLines
* mke2fs: improve the error message when a non-existent file is specifiedTheodore Ts'o2014-08-241-0/+2
* mke2fs: add support to align hugefiles relative to beginning of the diskTheodore Ts'o2014-07-091-1/+1
* mke2fs: add get_uint_from_profile to mke2fs.cAkira Fujita2014-07-051-2/+14
* mke2fs: set upper limit to flex_bg countAkira Fujita2014-07-051-0/+6
* mke2fs: enable lazy_itable_init on newer kernel by defaultLukas Czerner2014-07-051-1/+9
* mke2fs: add revision to the is_before_linux_ver()Lukas Czerner2014-07-051-5/+7
* e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-051-4/+4
* mke2fs: prevent creation of filesystem with unsupported revisionFrank Sorenson2014-07-041-0/+5
* mke2fs: fix a typo in an error messageBenno Schulenberg2014-06-011-1/+1
* mke2fs: set gdt csum when creating packed fsDarrick J. Wong2014-05-131-0/+1
* quota: remove mke2fs's and tune2fs's warning messages regarding quotaTheodore Ts'o2014-05-131-7/+0
* quota: integrate mkquota.h into quotaio.hTheodore Ts'o2014-05-131-1/+1
* mke2fs: print a message when creating a regular fileTheodore Ts'o2014-05-051-2/+4
* mke2fs: only print the low-level file system stats in verbose modeTheodore Ts'o2014-05-041-0/+11
* mke2fs: check for pre-existing file systemTheodore Ts'o2014-05-041-3/+6
* mke2fs: add an option in mke2fs.conf to proceed after a delayTheodore Ts'o2014-05-041-4/+8
* mke2fs: create a regular file if necessaryTheodore Ts'o2014-04-261-1/+2
* mke2fs: don't complain if the regular file is too smallTheodore Ts'o2014-04-261-3/+3
* mke2fs, tune2fs: call proceed_question() from check_plausibility()'s callerTheodore Ts'o2014-04-261-5/+6
* mke2fs: don't ask the proceed question using a regular fileTheodore Ts'o2014-04-261-2/+3
* fix miscellaneous build warningsAndreas Dilger2014-04-141-2/+1
* mke2fs: disable resize_inode feature if 64bit feature is enabledEryu Guan2014-03-061-0/+3
* mke2fs: clean up kernel version testsDarrick J. Wong2014-02-061-14/+26
* mke2fs: add make_hugefile featureTheodore Ts'o2014-01-301-8/+14
* mke2fs: allow metadata blocks to be at the beginning of the file systemTheodore Ts'o2014-01-301-1/+53
* Add support for new compat feature "sparse_super2"Theodore Ts'o2014-01-301-2/+29
* tune2fs, mke2fs: add the ability to control the location of the journalTheodore Ts'o2014-01-301-2/+13
* mke2fs: optimize fix_cluster_bg_counts()Theodore Ts'o2014-01-301-17/+30
* mke2fs, tune2fs: remove unneeded access() callTheodore Ts'o2014-01-101-5/+3
* mke2fs: add support to create the file system at an offsetTheodore Ts'o2013-12-301-3/+23
* debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger2013-12-241-1/+32
* Clean up sparse warningsTheodore Ts'o2013-12-161-27/+27
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-81/+88
* mke2fs: don't leak memory (on error path)Darrick J. Wong2013-12-121-3/+8
* mke2fs: load configfile blocksize setting before 64bit checksDarrick J. Wong2013-12-121-62/+72
* mke2fs: don't let resize= turn on resize_inode when meta_bg is setTheodore Ts'o2013-10-231-9/+9
* mke2fs: complain about creating 64bit filesystems without extentsDarrick J. Wong2013-10-111-0/+8
* mke2fs: calculate journal blocks just after fs initializeAshish Sangwan2013-06-201-2/+6
* mke2fs: don't set root dir UID/GID automaticallyAndreas Dilger2013-06-151-9/+36
* mke2fs: sort option parsing, deprecate "-R"Andreas Dilger2013-06-151-39/+42
* misc: fix gcc -Wall warningsTheodore Ts'o2013-05-191-23/+22
* mke2fs: don't display bigalloc/quota fs feature warnings in quiet modeTheodore Ts'o2013-03-311-2/+4
* mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quotaTheodore Ts'o2013-01-211-0/+12
* mke2fs: teach mke2fs to understand -b 4k and -C 256MTheodore Ts'o2013-01-151-4/+4
* mke2fs: the -g option will now specify the clusters per block groupTheodore Ts'o2013-01-151-0/+9
* mke2fs: enforce that the cluster size must be greater that the block sizeTheodore Ts'o2013-01-151-1/+8
* mke2fs: require the bigalloc feature explicity if the cluster size is setZheng Liu2013-01-141-0/+5
* mke2fs: check extents feature when bigalloc feature is enabledZheng Liu2013-01-081-0/+9
* misc: cleanup unused variables on MacOSAndreas Dilger2012-12-291-0/+2
* mke2fs: fix crash when parsing "-E resize=NNN" with "-O 64bit"Theodore Ts'o2012-12-281-0/+8