summaryrefslogtreecommitdiff
path: root/misc/mke2fs.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-20Add support for creating filesystems using uninit block groupJose R. Santos1-12/+32
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o1-3/+3
2008-02-29Merge branch 'maint'Theodore Ts'o1-3/+4
2008-02-28Update mke2fs usage messageTheodore Ts'o1-3/+4
2008-02-27Merge branch 'maint'Theodore Ts'o1-3/+7
2008-02-27Add support for manipulating large_file feature in mke2fs and tune2fsTheodore Ts'o1-3/+7
2008-02-22mke2fs: Remove warning for inode_size > 128 bytesTheodore Ts'o1-4/+0
2008-02-22mke2fs: Remove 2.4 kernel warning for blocksizes > 4096 bytesTheodore Ts'o1-6/+0
2008-02-22mke2fs: Remove requirement for -f option for filesystems > 2**31 blocksTheodore Ts'o1-7/+0
2008-02-20Allow mke2fs to create filesystems with the EXTENTS featureTheodore Ts'o1-0/+1
2008-02-18Merge branch 'maint' into nextTheodore Ts'o1-9/+36
2008-02-18Add support for setting RAID stride and strip-width via mke2fs and tune2fsTheodore Ts'o1-9/+36
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-4/+11
2008-01-27Create filesystems with the ext_attr feature by defaultTheodore Ts'o1-1/+2
2008-01-26Add support for the test_fs flagTheodore Ts'o1-1/+7
2008-01-21Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibilityTheodore Ts'o1-2/+2
2008-01-14mke2fs: Make lost+found always have at least 2 blocksAndreas Dilger1-1/+4
2007-11-03Merge basic FLEX_BG supportTheodore Ts'o1-1/+2
2007-11-03Enable FLEX_BG feature supportJose R. Santos1-1/+2
2007-11-01mke2fs: remove masix supportColy Li1-2/+0
2007-10-15Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2007-10-15mke2fs: Change usage message to use -E instead -R, which is deprecatedTheodore Ts'o1-1/+1
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement1-3/+2
2007-08-03Fix gcc -Wall warningsTheodore Ts'o1-2/+2
2007-07-04Compile the default mke2fs.conf into mke2fs programTheodore Ts'o1-1/+8
2007-05-31[COVERITY] Free memory leak in mke2fs when parsing extended optionsBrian Behlendorf1-0/+3
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger1-5/+6
2007-05-22mke2fs: Add check to make sure inode_size * num_inodes isn't too bigAndreas Dilger1-0/+14
2007-05-18Store the RAID stride value in the superblock and take advantage of itTheodore Ts'o1-1/+1
2007-05-08Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen1-4/+10
2007-05-07Fix mke2fs defaults when /etc/mke2fs.conf doesn't existEric Sandeen1-2/+3
2007-03-19[COVERITY] Fix dead code bug in mke2fsBrian Behlendorf1-3/+4
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o1-1/+5
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o1-8/+10
2006-11-08Fix e2fsck and mke2fs -c to be pass the last _block change to badblocksTheodore Ts'o1-1/+1
2006-10-18Fix mke2fs error checking when creating revision 0 filesystemsTheodore Ts'o1-27/+45
2006-09-12Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen1-1/+1
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen1-1/+16
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen1-2/+2
2006-08-30Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o1-2/+2
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o1-4/+4
2006-08-05Require mke2fs -F -F for really dangerous operationsAndreas Dilger1-1/+1
2006-07-15Allow default inode_size to be specified in mke2fs.conf and document mke2fs -IAndreas Dilger1-9/+16
2006-06-10Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc.Matthias Andree1-1/+1
2006-05-13Fix read/write badblocks testing in mke2fs and e2fsckTheodore Ts'o1-1/+1
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o1-7/+48
2006-03-23Change mke2fs to use /etc/mke2fs.conf as a configuration fileTheodore Ts'o1-140/+145
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato1-4/+4
2006-03-18Change mke2fs to create filesystems with the device opened in exclusive mode.Theodore Ts'o1-1/+1
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o1-72/+74