summaryrefslogtreecommitdiff
path: root/resize
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Rename the feature uninit_groups to uninit_bgTheodore Ts'o1-1/+1
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-1/+1
2008-03-20Make resize2fs uninit block group awareJose R. Santos2-5/+21
2008-03-15resize2fs: Add options to print (and resizing to) the minimum filesystem sizeJosef Bacik4-32/+185
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-27Merge branch 'maint' into nextTheodore Ts'o2-3/+5
2008-01-27Fix minor typo in resize2fs man pageTheodore Ts'o1-1/+1
2008-01-21Explicitly check for ftruncate64() in configure.inTheodore Ts'o1-1/+1
2008-01-21resize2fs: Add sanity check for off_t overflow before truncatingTheodore Ts'o1-1/+3
2008-01-01Merge branch 'maint' into nextTheodore Ts'o2-4/+4
2007-12-27Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detectionTheodore Ts'o2-4/+4
2007-12-17Merge branch 'maint' into nextTheodore Ts'o1-0/+6
2007-12-15Fix Debian rules files to support building non-Linux archsSamuel Thibault1-0/+6
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement1-4/+3
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-702/+0
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o2-0/+7
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger6-9/+30
2007-05-18Store the RAID stride value in the superblock and take advantage of itTheodore Ts'o2-1/+13
2007-03-18[COVERITY] Fix missing return code check for ext2fs_write_inodeBrian Behlendorf2-1/+8
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o2-1/+7
2006-10-02Fix resize2fs error msgs if the fs or kernel doesn't support on-line resizeTheodore Ts'o2-2/+29
2006-09-12Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen3-3/+8
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen2-0/+11
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen2-2/+6
2006-09-12Remove unused variablesEric Sandeen2-3/+5
2006-08-30Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o3-3/+8
2006-08-30Detect overflows in loop countersEric Sandeen2-1/+7
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o2-7/+11
2006-05-22Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pagesTheodore Ts'o2-1/+6
2006-05-21Clarify resize2fs man page and add reference to LVMTheodore Ts'o2-4/+15
2006-05-14Add RAID stride support to resize2fsTheodore Ts'o3-5/+83
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato3-6/+9
2006-03-18Change resize2fs open modes for mounted and unmounted filesystemsTheodore Ts'o2-1/+13
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o7-96/+342
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