summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2007-09-20fsck: Ignore /etc/fstab entries for bind mountsTheodore Ts'o1-0/+10
2007-08-20Fix typo and clarify the uuidgen man pageTheodore Ts'o1-5/+2
2007-08-03Make sure $prefix/etc is created before installing mke2fs.confTheodore Ts'o1-4/+4
2007-07-11Update tune2fs man page to include more discussion of reserved blocksTheodore Ts'o1-2/+10
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-3417/+0
2007-07-04Compile the default mke2fs.conf into mke2fs programTheodore Ts'o3-3/+27
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-06-21Add default journal size functionTheodore Ts'o1-16/+3
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o2-0/+7
2007-06-04Fix error checking of badblock's last-block and start-block argumentsTheodore Ts'o2-4/+17
2007-05-31[COVERITY] Free memory leak in mke2fs when parsing extended optionsBrian Behlendorf2-0/+7
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger3-6/+13
2007-05-22mke2fs: Add check to make sure inode_size * num_inodes isn't too bigAndreas Dilger2-0/+19
2007-05-18Store the RAID stride value in the superblock and take advantage of itTheodore Ts'o2-1/+3
2007-05-18Add -g option to the blkid program to garbage collect the blkid.tab fileTheodore Ts'o3-5/+19
2007-05-08Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid'sEric Sandeen2-4/+15
2007-05-07Fix mke2fs defaults when /etc/mke2fs.conf doesn't existEric Sandeen1-2/+3
2007-04-07Allow the journal size to up to 10,240,000 blocksAndreas Dilger2-3/+9
2007-04-02Document the -X flag in the badblocks man pageTheodore Ts'o2-0/+12
2007-03-28[COVERITY] Fix memory leak in tune2fs and mke2fs when parsing journal optionsBrian Behlendorf2-0/+4
2007-03-28[COVERITY] Fix memory leak in fsck on error pathsBrian Behlendorf2-0/+7
2007-03-21[COVERITY] Fix memory leak in e2image (write_raw_image_file)Brian Behlendorf2-1/+3
2007-03-21[COVERITY] Fix memory leak in e2imageBrian Behlendorf2-0/+6
2007-03-19[COVERITY] Fix dead code bug in mke2fsBrian Behlendorf2-3/+12
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o7-30/+52
2006-11-17Adjust badblocks -n/-w exclusive usage messageTheodore Ts'o2-2/+9
2006-11-14Fix misc. gcc -Wall complaints in the misc and e2fsck directoriesTheodore Ts'o4-19/+33
2006-11-12Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o2-1/+5
2006-11-12Add explanatory message to badblocks that -n and -w are mutually exclusiveTheodore Ts'o2-2/+16
2006-11-08Fix e2fsck and mke2fs -c to be pass the last _block change to badblocksTheodore Ts'o2-1/+7
2006-10-18Fix mke2fs error checking when creating revision 0 filesystemsTheodore Ts'o2-27/+54
2006-10-03Fix interpretation of the last_block command-line parameter to badblocksTheodore Ts'o2-5/+12
2006-10-02Increase default journal size to guarantee working on-line resizingTheodore Ts'o2-1/+7
2006-10-01Fix Debian FTBFS problem caused by devmapper library using pthreadsTheodore Ts'o2-1/+6
2006-10-01Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yetTheodore Ts'o2-5/+25
2006-09-12Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen2-1/+5
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen2-1/+20
2006-09-12Create new ext2fs library inlines: ext2fs_group_{first,last}_block()Eric Sandeen2-6/+8
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen4-8/+14
2006-09-12Remove unused variablesEric Sandeen2-1/+5
2006-09-12Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen3-15/+27
2006-09-12Minor man page updates to tune2fs(8) and uuidgen(1)Theodore Ts'o3-8/+13
2006-08-30Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o3-3/+8
2006-08-30Remove unnecessary and unused resize2fs build rule from misc/Makefile.inTheodore Ts'o2-4/+3
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o3-5/+21
2006-08-19blkid.8.in: Fix description of the -l option to be more accurateAndreas Dilger1-21/+7
2006-08-06Make the findsuper program more powerfulAndreas Dilger2-31/+92
2006-08-05Require mke2fs -F -F for really dangerous operationsAndreas Dilger4-5/+14
2006-08-05Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the userAndreas Dilger2-2/+6
2006-07-15Allow default inode_size to be specified in mke2fs.conf and document mke2fs -IAndreas Dilger4-9/+55