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 | -702/+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 | 2 | -0/+7 |
2007-05-25 | Fix gcc -Wall warnings, especially on 64-bit systems | Andreas Dilger | 6 | -9/+30 |
2007-05-18 | Store the RAID stride value in the superblock and take advantage of it | Theodore Ts'o | 2 | -1/+13 |
2007-03-18 | [COVERITY] Fix missing return code check for ext2fs_write_inode | Brian Behlendorf | 2 | -1/+8 |
2006-12-26 | Use the newer add/remove_error_table com_err interfaces | Theodore Ts'o | 2 | -1/+7 |
2006-10-02 | Fix resize2fs error msgs if the fs or kernel doesn't support on-line resize | Theodore Ts'o | 2 | -2/+29 |
2006-09-12 | Fix more rounding overflows for filesystems that have 2**32-1 blocks | Eric Sandeen | 3 | -3/+8 |
2006-09-12 | Add checks to make sure inode counts don't overflow a 32-bit value | Eric Sandeen | 2 | -0/+11 |
2006-09-12 | Fix signed vs unsigned printf format strings for block and inode numbers | Eric Sandeen | 2 | -2/+6 |
2006-09-12 | Remove unused variables | Eric Sandeen | 2 | -3/+5 |
2006-08-30 | Fix potential 2**32-1 overflow by using e2p_percent() | Theodore Ts'o | 3 | -3/+8 |
2006-08-30 | Detect overflows in loop counters | Eric Sandeen | 2 | -1/+7 |
2006-08-30 | Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() | Theodore Ts'o | 2 | -7/+11 |
2006-05-22 | Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages | Theodore Ts'o | 2 | -1/+6 |
2006-05-21 | Clarify resize2fs man page and add reference to LVM | Theodore Ts'o | 2 | -4/+15 |
2006-05-14 | Add RAID stride support to resize2fs | Theodore Ts'o | 3 | -5/+83 |
2006-03-18 | Fix format statements to make e2fsprogs programs 32-bit clean | Takashi Sato | 3 | -6/+9 |
2006-03-18 | Change resize2fs open modes for mounted and unmounted filesystems | Theodore Ts'o | 2 | -1/+13 |
2006-03-17 | Add support for on-line resizing to resize2fs | Theodore Ts'o | 7 | -96/+342 |
2005-12-29 | Clean up gcc -Wall complaints in resize2fs | Theodore Ts'o | 2 | -3/+4 |
2005-12-29 | Make resize2fs expand or truncate a file containing a filesystem. | Theodore Ts'o | 2 | -20/+65 |
2005-08-08 | Fix fencepost error in resize2fs caught by valgrind | Theodore Ts'o | 2 | -1/+15 |
2005-06-30 | Update for e2fsprogs 1.38 release. | Theodore Ts'o | 1 | -0/+4 |
2005-05-09 | Fix some minor typo's and grammar's strings, and remove debugging strings | Theodore Ts'o | 3 | -15/+23 |
2005-05-06 | Update "make depend" information. Fixes SMP parallel build problem. | Theodore Ts'o | 1 | -13/+14 |
2005-03-21 | Update for the e2fsprogs 1.37 release. | Theodore Ts'o | 1 | -0/+4 |
2005-02-05 | Update for release of e2fsprogs 1.36. | Theodore Ts'o | 1 | -0/+4 |
2005-01-26 | resize2fs.c: Fix bug where we don't release the blocks belonging | Theodore Ts'o | 2 | -45/+29 |
2005-01-05 | Add new function in e2p for parsing the number of blocks on the command line | Theodore Ts'o | 3 | -42/+25 |
2004-12-24 | Fix resize2fs so that it properly handles filesystems with the resize_inode | Theodore Ts'o | 2 | -10/+99 |
2004-12-15 | Add install-strip and install-shlibs-strip targets | Theodore Ts'o | 2 | -4/+15 |
2004-12-14 | Use MKINSTALLDIRS macro so that the Makefiles can find the script | Theodore Ts'o | 2 | -1/+5 |
2004-11-30 | Add support for passing options to the io layer using the URL syntax. For | Theodore Ts'o | 2 | -3/+11 |
2004-11-30 | Use Linux-kernel-style makefile output to make it easier to | Theodore Ts'o | 2 | -5/+15 |
2004-09-17 | resize2fs.c (check_and_change_inodes): Fix debugging printf to | Theodore Ts'o | 2 | -1/+8 |
2004-05-05 | Remove .cvsignore files; they were out of date, and causes lintian | Theodore Ts'o | 1 | -4/+0 |
2004-04-03 | Refine the build process to avoid re-running subst all the time on | Theodore Ts'o | 2 | -4/+11 |
2004-02-28 | Update version number for e2fsprogs 1.35 release. | Theodore Ts'o | 1 | -0/+4 |
2003-12-28 | Fix more compiler warnings. | Matthias Andree | 1 | -0/+1 |
2003-12-07 | Fix gcc -Wall nitpicks | Theodore Ts'o | 3 | -19/+35 |
2003-08-24 | Adjust description line so that apropos "ext2" or "ext3" will | Theodore Ts'o | 2 | -1/+7 |
2003-08-01 | ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() | Theodore Ts'o | 4 | -24/+27 |
2003-07-26 | Update for 1.34 release. | Theodore Ts'o | 1 | -0/+4 |
2003-07-08 | In mke2fs and resize2fs, round the default size of the filesystem to | Theodore Ts'o | 2 | -1/+25 |
2003-06-24 | Fix bug in resize2fs which caused it to fail on filesystems with a | Theodore Ts'o | 2 | -0/+26 |
2003-06-08 | resize2fs.8.in: Make explicit that you need to run resize2fs | Theodore Ts'o | 2 | -2/+13 |
2003-05-13 | main.c (main): Add the ability to specify units to the size | Theodore Ts'o | 3 | -13/+58 |
2003-05-03 | Add Czech translation. | Theodore Ts'o | 2 | -2/+11 |