summaryrefslogtreecommitdiff
path: root/resize/resize2fs.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-07resize2fs: fix minimum resize size calculation with flex_bgPeng Tao1-3/+17
2009-07-11resize2fs: If resize2fs fails, tell the user to run e2fsckTheodore Ts'o1-0/+5
2009-06-18resize2fs: update sb journal backup if journal was movedEric Sandeen1-0/+27
2009-06-15resize2fs: fix miscellaneous memory leaksTheodore Ts'o1-0/+4
2009-05-25resize2fs: fix minimum size calculationsEric Sandeen1-0/+6
2009-04-18resize2fs: Fix corruption bug impacting ext4 filesystems with uninit_bgTheodore Ts'o1-1/+1
2009-04-18resize2fs: Fix data corruption bug when shrinking the inode table for ext4Theodore Ts'o1-14/+42
2009-04-18resize2fs: Fix data corruption bug when growing an ext4 filesystem off-lineTheodore Ts'o1-0/+21
2009-03-08remove useless if-before-free testsJim Meyering1-2/+1
2009-01-20resize2fs: Reserve some extra space for -P/-M for ext4 filesystemsTheodore Ts'o1-0/+8
2009-01-19resize2fs: Release bitmap and itable blocks in flex_bg filesystemsTheodore Ts'o1-0/+37
2009-01-19resize2fs: Move all required blocks for ext4 filesystemsTheodore Ts'o1-1/+1
2008-11-16Fix various signed/unsigned gcc warningsTheodore Ts'o1-4/+3
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-69/+69
2008-08-22resize2fs: Make sure we close out the progress bar in pass #4Theodore Ts'o1-0/+4
2008-08-22resize2fs: supply block allocator for extents functionTheodore Ts'o1-0/+25
2008-08-22resize2fs: Fix support for filesystems with the uninit_bg featureTheodore Ts'o1-13/+84
2008-08-17resize2fs: Fix double bumping of directory in-use countsTheodore Ts'o1-7/+0
2008-07-10resize2fs: Clean up the resize inode properly if necessaryTheodore Ts'o1-3/+15
2008-06-17Merge branch 'maint'Theodore Ts'o1-3/+4
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o1-3/+4
2008-06-17resize2fs: Fix support for the uninit_bg featureTheodore Ts'o1-18/+65
2008-06-07Fix gcc -Wall warnings in resize2fsTheodore Ts'o1-2/+2
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-1/+1
2008-03-20Make resize2fs uninit block group awareJose R. Santos1-5/+14
2008-03-15resize2fs: Add options to print (and resizing to) the minimum filesystem sizeJosef Bacik1-1/+139
2008-03-13Merge branch 'maint'Theodore Ts'o1-24/+19
2008-03-09resize2fs: Fix resizing filesystems with large inodesTheodore Ts'o1-24/+19
2008-02-29Merge branch 'maint'Theodore Ts'o1-3/+19
2008-02-28resize2fs: Fix movement of large (greater than 128 byte) inodesEric Sandeen1-3/+19
2008-01-01Merge branch 'maint' into nextTheodore Ts'o1-3/+3
2007-12-27Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detectionTheodore Ts'o1-3/+3
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement1-4/+3
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o1-0/+1
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger1-3/+3
2007-03-18[COVERITY] Fix missing return code check for ext2fs_write_inodeBrian Behlendorf1-1/+3
2006-09-12Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen1-1/+1
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen1-0/+7
2006-09-12Remove unused variablesEric Sandeen1-3/+1
2006-08-30Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o1-2/+2
2006-08-30Detect overflows in loop countersEric Sandeen1-1/+3
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o1-7/+5
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato1-1/+1
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o1-62/+118
2005-12-29Clean up gcc -Wall complaints in resize2fsTheodore Ts'o1-3/+1
2005-08-08Fix fencepost error in resize2fs caught by valgrindTheodore Ts'o1-1/+6
2005-05-09Fix some minor typo's and grammar's strings, and remove debugging strings Theodore Ts'o1-13/+12
2005-01-26resize2fs.c: Fix bug where we don't release the blocks belongingTheodore Ts'o1-45/+23
2004-12-24Fix resize2fs so that it properly handles filesystems with the resize_inodeTheodore Ts'o1-10/+92
2004-09-17resize2fs.c (check_and_change_inodes): Fix debugging printf toTheodore Ts'o1-1/+1