summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-09mke2fs: fix -T/-t usage outputMike Frysinger1-1/+2
2011-11-14mke2fs: Add extended option to select quota typeAditya Kali1-3/+21
2011-11-14libquota: cleanup libquota codeAditya Kali1-6/+6
2011-11-14Make quota support disabled by supportTheodore Ts'o1-1/+4
2011-10-08Fix spelling errors pointed out by translatorsTheodore Ts'o1-1/+1
2011-10-05mke2fs: Fix up usage & error text for cluster size specificationEric Sandeen1-2/+2
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o1-0/+1
2011-09-28mke2fs: set s_max_mnt_count to -1 by defaultTheodore Ts'o1-2/+4
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger1-1/+29
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16mke2fs: free tdb_dir string if it came from the profileEric Sandeen1-2/+9
2011-09-16mke2fs: Do not let -t or -T be specified more than onceEric Sandeen1-0/+10
2011-09-16mke2fs: remove impossible tests for null usage_typesEric Sandeen1-5/+2
2011-09-15e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner1-2/+8
2011-09-15mke2fs: check that auto-detected blocksize <= sys_page_sizeYury V. Zaytsev1-11/+13
2011-09-13mke2fs: Use ext2fs_flush() only onceLukas Czerner1-7/+8
2011-08-31mke2fs: support creation of filesystem with quota featureAditya Kali1-1/+20
2011-07-04Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2011-07-04mke2fs: allow setting the stride and stripe width to zeroTheodore Ts'o1-2/+2
2011-06-16mke2fs: change bigalloc default cluster size to 16*blocksizeTheodore Ts'o1-1/+1
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o1-1/+1
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger1-1/+1
2011-06-14mke2fs: add support for cluster size in mke2fs.confTheodore Ts'o1-9/+10
2011-06-14mke2fs: Add support for [devices] stanza in mke2fs.confTheodore Ts'o1-4/+14
2011-06-11mke2fs: skip zeroing journal blocksAndreas Dilger1-1/+16
2011-06-10mke2fs: support creating bigalloc file systemsTheodore Ts'o1-13/+58
2011-06-07Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-06-07mke2fs: Don't erase flash device if "-n" is givenAndreas Dilger1-1/+1
2011-06-04Merge branch 'maint' into nextTheodore Ts'o1-2/+3
2011-06-04libext2fs: change fs->clustersize to fs->cluster_ratio_bitsTheodore Ts'o1-2/+3
2011-05-31Merge branch 'maint' into nextTheodore Ts'o1-2/+5
2011-05-18mke2fs: don't set stripe/stride to 1 blockEric Sandeen1-2/+5
2011-05-14mke2fs: Allow specifying reserved_ratio via mke2fs.confAditya Kali1-1/+25
2011-02-27mke2fs: If the device supports discard, don't print an error messageTheodore Ts'o1-1/+5
2011-02-27Merge branch 'maint' into nextTheodore Ts'o1-8/+16
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o1-8/+16
2011-02-20mke2fs: Display progress report during the device discardLukas Czerner1-13/+41
2011-02-20Merge branch 'maint' into nextTheodore Ts'o1-6/+43
2011-02-20e2fsprogs: enable user namespace xattrs by defaultEric Sandeen1-0/+19
2011-02-20e2fsprogs: turn off enforced fsck intervals by defaultEric Sandeen1-6/+24
2010-12-22Merge branch 'maint' into nextTheodore Ts'o1-4/+4
2010-12-22mke2fs: don't complain if the fs type "default" is not defined in mke2fs.confTheodore Ts'o1-4/+4
2010-12-22mke2fs: take the device size into account when determining the size typeTheodore Ts'o1-33/+40
2010-12-21mke2fs: clean up error handling in mke2fs_setup_tdb()Theodore Ts'o1-17/+19
2010-12-21mke2fs: add some error checks into PRS()Namhyung Kim1-2/+15
2010-12-21mke2fs: fix determination of size_typeNamhyung Kim1-4/+4
2010-12-21mke2fs: Avoid potential NULL dereferenceTheodore Ts'o1-4/+3
2010-12-20mke2fs: Use ext2fs_div_ceil to simplify write_inode_tables()Theodore Ts'o1-9/+6
2010-12-16Merge branch 'master' into nextTheodore Ts'o1-65/+13
2010-12-13Merge branch 'maint' into nextTheodore Ts'o1-29/+96