summaryrefslogtreecommitdiff
path: root/resize
AgeCommit message (Expand)AuthorFilesLines
2005-12-29Clean up gcc -Wall complaints in resize2fsTheodore Ts'o2-3/+4
2005-12-29Make resize2fs expand or truncate a file containing a filesystem.Theodore Ts'o2-20/+65
2005-08-08Fix fencepost error in resize2fs caught by valgrindTheodore Ts'o2-1/+15
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-05-09Fix some minor typo's and grammar's strings, and remove debugging strings Theodore Ts'o3-15/+23
2005-05-06Update "make depend" information. Fixes SMP parallel build problem.Theodore Ts'o1-13/+14
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-01-26resize2fs.c: Fix bug where we don't release the blocks belongingTheodore Ts'o2-45/+29
2005-01-05Add new function in e2p for parsing the number of blocks on the command lineTheodore Ts'o3-42/+25
2004-12-24Fix resize2fs so that it properly handles filesystems with the resize_inodeTheodore Ts'o2-10/+99
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-4/+15
2004-12-14Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o2-1/+5
2004-11-30Add support for passing options to the io layer using the URL syntax. For Theodore Ts'o2-3/+11
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2-5/+15
2004-09-17resize2fs.c (check_and_change_inodes): Fix debugging printf toTheodore Ts'o2-1/+8
2004-05-05Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o1-4/+0
2004-04-03Refine the build process to avoid re-running subst all the time on Theodore Ts'o2-4/+11
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o1-0/+4
2003-12-28Fix more compiler warnings.Matthias Andree1-0/+1
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o3-19/+35
2003-08-24Adjust description line so that apropos "ext2" or "ext3" will Theodore Ts'o2-1/+7
2003-08-01ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o4-24/+27
2003-07-26Update for 1.34 release.Theodore Ts'o1-0/+4
2003-07-08In mke2fs and resize2fs, round the default size of the filesystem to Theodore Ts'o2-1/+25
2003-06-24Fix bug in resize2fs which caused it to fail on filesystems with aTheodore Ts'o2-0/+26
2003-06-08resize2fs.8.in: Make explicit that you need to run resize2fsTheodore Ts'o2-2/+13
2003-05-13main.c (main): Add the ability to specify units to the sizeTheodore Ts'o3-13/+58
2003-05-03Add Czech translation.Theodore Ts'o2-2/+11
2003-05-03Update to gettext 0.11.5. We now enable NLS support by default.Theodore Ts'o3-6/+15
2003-04-21Update for 1.33 release.Theodore Ts'o1-0/+4
2003-04-21Use DYLD_LIBRAY_PATH so that "make check" works onTheodore Ts'o2-1/+6
2003-03-06Bug fix; we were incorrectly moving the block and inode bitmaps Theodore Ts'o2-3/+12
2002-11-09Update files for 1.32 release.Theodore Ts'o1-0/+4
2002-11-08Update files for 1.31 release.Theodore Ts'o1-0/+4
2002-11-01Update files for 1.30 release.Theodore Ts'o1-0/+4
2002-10-31resize2fs.c (inode_scan_and_fix, check_and_change_inodes): WhenTheodore Ts'o2-1/+19
2002-10-31Makefile.in (install): Search all compression extensions whenTheodore Ts'o2-1/+6
2002-10-30Add support for the meta_bg feature flag to the resize2fs program.Theodore Ts'o3-48/+138
2002-10-03resize2fs.8.in: Fix typo in man page.Theodore Ts'o2-1/+5
2002-09-24Update for 1.29 release.Theodore Ts'o1-0/+4
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-08-16Fix stupid typo in previous changeset.Theodore Ts'o1-3/+3
2002-08-16Fix up extended attribute handling in e2image, resize2fs, and in Theodore Ts'o2-0/+16
2002-07-26resize2fs.c (block_mover): If there are no blocks to move,Theodore Ts'o2-0/+11
2002-05-28main.c (main): If the filesystem has errors or is not valid,Theodore Ts'o2-1/+9
2002-04-09main.c (main): If resize_fs returns an error, don't print theTheodore Ts'o2-0/+6
2002-04-01main.c (main): If we are resizing a plain file which is smallerTheodore Ts'o4-4/+40
2002-03-08Update for 1.27 release.Theodore Ts'o1-0/+4
2002-03-07Fix various gcc -Wall complaints.Theodore Ts'o2-4/+8