aboutsummaryrefslogtreecommitdiffstats
path: root/resize/resize2fs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-69/+69
* resize2fs: Make sure we close out the progress bar in pass #4Theodore Ts'o2008-08-221-0/+4
* resize2fs: supply block allocator for extents functionTheodore Ts'o2008-08-221-0/+25
* resize2fs: Fix support for filesystems with the uninit_bg featureTheodore Ts'o2008-08-221-13/+84
* resize2fs: Fix double bumping of directory in-use countsTheodore Ts'o2008-08-171-7/+0
* resize2fs: Clean up the resize inode properly if necessaryTheodore Ts'o2008-07-101-3/+15
* Merge branch 'maint'Theodore Ts'o2008-06-171-3/+4
|\
| * mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o2008-06-171-3/+4
* | resize2fs: Fix support for the uninit_bg featureTheodore Ts'o2008-06-171-18/+65
* | Fix gcc -Wall warnings in resize2fsTheodore Ts'o2008-06-071-2/+2
* | Add support for the HUGE_FILE featureTheodore Ts'o2008-04-171-1/+1
* | Make resize2fs uninit block group awareJose R. Santos2008-03-201-5/+14
* | resize2fs: Add options to print (and resizing to) the minimum filesystem sizeJosef Bacik2008-03-151-1/+139
* | Merge branch 'maint'Theodore Ts'o2008-03-131-24/+19
|\|
| * resize2fs: Fix resizing filesystems with large inodesTheodore Ts'o2008-03-091-24/+19
* | Merge branch 'maint'Theodore Ts'o2008-02-291-3/+19
|\|
| * resize2fs: Fix movement of large (greater than 128 byte) inodesEric Sandeen2008-02-281-3/+19
* | Merge branch 'maint' into nextTheodore Ts'o2008-01-011-3/+3
|\|
| * Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detectionTheodore Ts'o2007-12-271-3/+3
* | libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement2007-10-141-4/+3
|/
* Don't write changes to the backup superblocks by defaultTheodore Ts'o2007-06-181-0/+1
* Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2007-05-251-3/+3
* [COVERITY] Fix missing return code check for ext2fs_write_inodeBrian Behlendorf2007-03-181-1/+3
* Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen2006-09-121-1/+1
* Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen2006-09-121-0/+7
* Remove unused variablesEric Sandeen2006-09-121-3/+1
* Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o2006-08-301-2/+2
* Detect overflows in loop countersEric Sandeen2006-08-301-1/+3
* Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o2006-08-301-7/+5
* Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato2006-03-181-1/+1
* Add support for on-line resizing to resize2fsTheodore Ts'o2006-03-171-62/+118
* Clean up gcc -Wall complaints in resize2fsTheodore Ts'o2005-12-291-3/+1
* Fix fencepost error in resize2fs caught by valgrindTheodore Ts'o2005-08-081-1/+6
* Fix some minor typo's and grammar's strings, and remove debugging strings Theodore Ts'o2005-05-091-13/+12
* resize2fs.c: Fix bug where we don't release the blocks belongingTheodore Ts'o2005-01-261-45/+23
* Fix resize2fs so that it properly handles filesystems with the resize_inodeTheodore Ts'o2004-12-241-10/+92
* resize2fs.c (check_and_change_inodes): Fix debugging printf toTheodore Ts'o2004-09-171-1/+1
* Fix more compiler warnings.Matthias Andree2003-12-281-0/+1
* Fix gcc -Wall nitpicksTheodore Ts'o2003-12-071-16/+28
* ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() Theodore Ts'o2003-08-011-13/+11
* Fix bug in resize2fs which caused it to fail on filesystems with aTheodore Ts'o2003-06-241-0/+17
* Bug fix; we were incorrectly moving the block and inode bitmaps Theodore Ts'o2003-03-061-3/+6
* resize2fs.c (inode_scan_and_fix, check_and_change_inodes): WhenTheodore Ts'o2002-10-311-1/+11
* Add support for the meta_bg feature flag to the resize2fs program.Theodore Ts'o2002-10-301-46/+127
* Fix stupid typo in previous changeset.Theodore Ts'o2002-08-161-3/+3
* Fix up extended attribute handling in e2image, resize2fs, and in Theodore Ts'o2002-08-161-0/+11
* resize2fs.c (block_mover): If there are no blocks to move,Theodore Ts'o2002-07-261-0/+4
* main.c (main): If we are resizing a plain file which is smallerTheodore Ts'o2002-04-011-2/+4
* Fix various gcc -Wall complaints.Theodore Ts'o2002-03-071-4/+4
* ChangeLog, libext2fs.texinfo:Theodore Ts'o2001-01-111-12/+12