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