summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-13mke2fs: Fix up the fs type and feature selection for 64-bit blocksTheodore Ts'o1-58/+54
2010-06-13mke2fs: Fix up mke2fs to be able to make 64-bit file systemsJose R. Santos1-61/+75
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-8/+30
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-15Merge branch 'maint' into nextTheodore Ts'o1-1/+0
2010-03-15mke2fs: Don't ask to proceed in case of a badly aligned partitionEric Sandeen1-1/+0
2010-02-10Merge branch 'maint' into nextTheodore Ts'o1-1/+7
2010-02-05mke2fs: fix up topo complaints on regular filesEric Sandeen1-1/+7
2010-01-31mke2fs: Fix printf type warningTheodore Ts'o1-1/+2
2010-01-31Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2009-11-25mke2fs: open device writable for trim/discardEric Sandeen1-1/+1
2009-11-16mke2fs support for BLKDISCARDEric Sandeen1-2/+53
2009-11-16Merge branch 'maint' into nextTheodore Ts'o1-2/+52
2009-11-15mke2fs support for BLKDISCARDEric Sandeen1-2/+53
2009-10-25Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2()Theodore Ts'o1-1/+1
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-3/+3
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen1-1/+1
2009-10-04Merge branch 'maint' into nextTheodore Ts'o1-0/+55
2009-10-04mke2fs: get device topology values from blkidEric Sandeen1-0/+55
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-40/+44
2009-08-23libext2fs: create generic numeric progress meters and use themValerie Aurora Henson1-70/+26
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-1/+1
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-6/+6
2009-08-05Convert mke2fs to new bitmap interfaceValerie Aurora Henson1-4/+10
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