Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-05-03 | Update to gettext 0.11.5. We now enable NLS support by default. | Theodore Ts'o | 3 | -6/+15 |
2003-04-21 | Update for 1.33 release. | Theodore Ts'o | 1 | -0/+4 |
2003-04-21 | Use DYLD_LIBRAY_PATH so that "make check" works on | Theodore Ts'o | 2 | -1/+6 |
2003-03-06 | Bug fix; we were incorrectly moving the block and inode bitmaps | Theodore Ts'o | 2 | -3/+12 |
2002-11-09 | Update files for 1.32 release. | Theodore Ts'o | 1 | -0/+4 |
2002-11-08 | Update files for 1.31 release. | Theodore Ts'o | 1 | -0/+4 |
2002-11-01 | Update files for 1.30 release. | Theodore Ts'o | 1 | -0/+4 |
2002-10-31 | resize2fs.c (inode_scan_and_fix, check_and_change_inodes): When | Theodore Ts'o | 2 | -1/+19 |
2002-10-31 | Makefile.in (install): Search all compression extensions when | Theodore Ts'o | 2 | -1/+6 |
2002-10-30 | Add support for the meta_bg feature flag to the resize2fs program. | Theodore Ts'o | 3 | -48/+138 |
2002-10-03 | resize2fs.8.in: Fix typo in man page. | Theodore Ts'o | 2 | -1/+5 |
2002-09-24 | Update for 1.29 release. | Theodore Ts'o | 1 | -0/+4 |
2002-08-31 | Update changelogs for 1.28 release | Theodore Ts'o | 1 | -0/+4 |
2002-08-16 | Fix stupid typo in previous changeset. | Theodore Ts'o | 1 | -3/+3 |
2002-08-16 | Fix up extended attribute handling in e2image, resize2fs, and in | Theodore Ts'o | 2 | -0/+16 |
2002-07-26 | resize2fs.c (block_mover): If there are no blocks to move, | Theodore Ts'o | 2 | -0/+11 |
2002-05-28 | main.c (main): If the filesystem has errors or is not valid, | Theodore Ts'o | 2 | -1/+9 |
2002-04-09 | main.c (main): If resize_fs returns an error, don't print the | Theodore Ts'o | 2 | -0/+6 |
2002-04-01 | main.c (main): If we are resizing a plain file which is smaller | Theodore Ts'o | 4 | -4/+40 |
2002-03-08 | Update for 1.27 release. | Theodore Ts'o | 1 | -0/+4 |
2002-03-07 | Fix various gcc -Wall complaints. | Theodore Ts'o | 2 | -4/+8 |