summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
AgeCommit message (Expand)AuthorFilesLines
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
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: Use unix_discard() for discardsLukas Czerner1-43/+12
2010-11-22e2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for io_managerLukas Czerner1-22/+1
2010-11-22Merge branch 'maint'Theodore Ts'o1-18/+43
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-24Merge branch 'maint' into nextTheodore Ts'o1-15/+47
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