Age | Commit message (Expand) | Author | Files | Lines |
2007-07-08 | Remove Changelog files since they're not used after the git migration | Theodore Ts'o | 1 | -3417/+0 |
2007-06-24 | Update Release Notes, Changelogs, version.h, etc. for 1.40 release | Theodore Ts'o | 1 | -0/+4 |
2007-06-18 | Don't write changes to the backup superblocks by default | Theodore Ts'o | 1 | -0/+6 |
2007-06-04 | Fix error checking of badblock's last-block and start-block arguments | Theodore Ts'o | 1 | -0/+5 |
2007-05-31 | [COVERITY] Free memory leak in mke2fs when parsing extended options | Brian Behlendorf | 1 | -0/+4 |
2007-05-25 | Fix gcc -Wall warnings, especially on 64-bit systems | Andreas Dilger | 1 | -0/+5 |
2007-05-22 | mke2fs: Add check to make sure inode_size * num_inodes isn't too big | Andreas Dilger | 1 | -0/+5 |
2007-05-18 | Store the RAID stride value in the superblock and take advantage of it | Theodore Ts'o | 1 | -0/+2 |
2007-05-18 | Add -g option to the blkid program to garbage collect the blkid.tab file | Theodore Ts'o | 1 | -0/+5 |
2007-05-08 | Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's | Eric Sandeen | 1 | -0/+5 |
2007-04-07 | Allow the journal size to up to 10,240,000 blocks | Andreas Dilger | 1 | -0/+6 |
2007-04-02 | Document the -X flag in the badblocks man page | Theodore Ts'o | 1 | -0/+5 |
2007-03-28 | [COVERITY] Fix memory leak in tune2fs and mke2fs when parsing journal options | Brian Behlendorf | 1 | -0/+2 |
2007-03-28 | [COVERITY] Fix memory leak in fsck on error paths | Brian Behlendorf | 1 | -0/+4 |
2007-03-21 | [COVERITY] Fix memory leak in e2image (write_raw_image_file) | Brian Behlendorf | 1 | -1/+2 |
2007-03-21 | [COVERITY] Fix memory leak in e2image | Brian Behlendorf | 1 | -0/+4 |
2007-03-19 | [COVERITY] Fix dead code bug in mke2fs | Brian Behlendorf | 1 | -0/+8 |
2006-12-26 | Use the newer add/remove_error_table com_err interfaces | Theodore Ts'o | 1 | -0/+8 |
2006-11-17 | Adjust badblocks -n/-w exclusive usage message | Theodore Ts'o | 1 | -0/+6 |
2006-11-14 | Fix misc. gcc -Wall complaints in the misc and e2fsck directories | Theodore Ts'o | 1 | -0/+11 |
2006-11-12 | Allow debugfs and dumpe2fs to support fs features under development | Theodore Ts'o | 1 | -0/+4 |
2006-11-12 | Add explanatory message to badblocks that -n and -w are mutually exclusive | Theodore Ts'o | 1 | -0/+7 |
2006-11-08 | Fix e2fsck and mke2fs -c to be pass the last _block change to badblocks | Theodore Ts'o | 1 | -0/+6 |
2006-10-18 | Fix mke2fs error checking when creating revision 0 filesystems | Theodore Ts'o | 1 | -0/+9 |
2006-10-03 | Fix interpretation of the last_block command-line parameter to badblocks | Theodore Ts'o | 1 | -0/+7 |
2006-10-02 | Increase default journal size to guarantee working on-line resizing | Theodore Ts'o | 1 | -0/+6 |
2006-10-01 | Fix Debian FTBFS problem caused by devmapper library using pthreads | Theodore Ts'o | 1 | -0/+5 |
2006-10-01 | Fix misc/Makefile.in so that it builds even if e2fsck hasn't been built yet | Theodore Ts'o | 1 | -0/+6 |
2006-09-12 | Fix more rounding overflows for filesystems that have 2**32-1 blocks | Eric Sandeen | 1 | -0/+4 |
2006-09-12 | Add checks to make sure inode counts don't overflow a 32-bit value | Eric Sandeen | 1 | -0/+4 |
2006-09-12 | Create new ext2fs library inlines: ext2fs_group_{first,last}_block() | Eric Sandeen | 1 | -0/+5 |
2006-09-12 | Fix signed vs unsigned printf format strings for block and inode numbers | Eric Sandeen | 1 | -0/+6 |
2006-09-12 | Remove unused variables | Eric Sandeen | 1 | -0/+5 |
2006-09-12 | Fix loops over group descriptors to prevent 2**32-1 block number overflows | Eric Sandeen | 1 | -0/+9 |
2006-09-12 | Minor man page updates to tune2fs(8) and uuidgen(1) | Theodore Ts'o | 1 | -0/+5 |
2006-08-30 | Fix potential 2**32-1 overflow by using e2p_percent() | Theodore Ts'o | 1 | -0/+4 |
2006-08-30 | Remove unnecessary and unused resize2fs build rule from misc/Makefile.in | Theodore Ts'o | 1 | -0/+3 |
2006-08-30 | Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() | Theodore Ts'o | 1 | -0/+9 |
2006-08-06 | Make the findsuper program more powerful | Andreas Dilger | 1 | -0/+9 |
2006-08-05 | Require mke2fs -F -F for really dangerous operations | Andreas Dilger | 1 | -0/+4 |
2006-08-05 | Rename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make it visible to the user | Andreas Dilger | 1 | -0/+4 |
2006-07-15 | Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I | Andreas Dilger | 1 | -0/+8 |
2006-07-15 | Fix spelling typo in chattr(1) man page | Theodore Ts'o | 1 | -0/+4 |
2006-05-29 | Add missing backwards compatibility for ancient Linux systems | Theodore Ts'o | 1 | -0/+5 |
2006-05-28 | Clarify -T option of mke2fs in its man page | Theodore Ts'o | 1 | -0/+4 |
2006-05-22 | Create new filesystems with hash trees and on-line resizing as the default. | Theodore Ts'o | 1 | -0/+3 |
2006-05-22 | Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages | Theodore Ts'o | 1 | -0/+5 |
2006-05-14 | Minor edits to tune2fs(8) man page | Theodore Ts'o | 1 | -0/+2 |
2006-05-14 | Remove needless sanity check in tune2fs's -i option. | Theodore Ts'o | 1 | -0/+7 |
2006-05-13 | Fix read/write badblocks testing in mke2fs and e2fsck | Theodore Ts'o | 1 | -0/+12 |