aboutsummaryrefslogtreecommitdiff
path: root/resize
AgeCommit message (Expand)Author
2008-06-17Merge branch 'maint'Theodore Ts'o
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o
2008-06-17resize2fs: Prohibit the combination of flex_bg and !resize_inodeTheodore Ts'o
2008-06-17resize2fs: Fix support for the uninit_bg featureTheodore Ts'o
2008-06-07resize2fs: Add support to use the ext4 online resize ioctl'sTheodore Ts'o
2008-06-07Fix gcc -Wall warnings in resize2fsTheodore Ts'o
2008-04-17Rename the feature uninit_groups to uninit_bgTheodore Ts'o
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o
2008-03-20Make resize2fs uninit block group awareJose R. Santos
2008-03-15resize2fs: Add options to print (and resizing to) the minimum filesystem sizeJosef Bacik
2008-03-13Merge branch 'maint'Theodore Ts'o
2008-03-09resize2fs: Fix resizing filesystems with large inodesTheodore Ts'o
2008-02-29Merge branch 'maint'Theodore Ts'o
2008-02-28resize2fs: Fix movement of large (greater than 128 byte) inodesEric Sandeen
2008-01-27Merge branch 'maint' into nextTheodore Ts'o
2008-01-27Fix minor typo in resize2fs man pageTheodore Ts'o
2008-01-21Explicitly check for ftruncate64() in configure.inTheodore Ts'o
2008-01-21resize2fs: Add sanity check for off_t overflow before truncatingTheodore Ts'o
2008-01-01Merge branch 'maint' into nextTheodore Ts'o
2007-12-27Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detectionTheodore Ts'o
2007-12-17Merge branch 'maint' into nextTheodore Ts'o
2007-12-15Fix Debian rules files to support building non-Linux archsSamuel Thibault
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger
2007-05-18Store the RAID stride value in the superblock and take advantage of itTheodore Ts'o
2007-03-18[COVERITY] Fix missing return code check for ext2fs_write_inodeBrian Behlendorf
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o
2006-10-02Fix resize2fs error msgs if the fs or kernel doesn't support on-line resizeTheodore Ts'o
2006-09-12Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen
2006-09-12Add checks to make sure inode counts don't overflow a 32-bit valueEric Sandeen
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen
2006-09-12Remove unused variablesEric Sandeen
2006-08-30Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o
2006-08-30Detect overflows in loop countersEric Sandeen
2006-08-30Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()Theodore Ts'o
2006-05-22Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pagesTheodore Ts'o
2006-05-21Clarify resize2fs man page and add reference to LVMTheodore Ts'o
2006-05-14Add RAID stride support to resize2fsTheodore Ts'o
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato
2006-03-18Change resize2fs open modes for mounted and unmounted filesystemsTheodore Ts'o
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o
2005-12-29Clean up gcc -Wall complaints in resize2fsTheodore Ts'o
2005-12-29Make resize2fs expand or truncate a file containing a filesystem.Theodore Ts'o
2005-08-08Fix fencepost error in resize2fs caught by valgrindTheodore Ts'o
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o
2005-05-09Fix some minor typo's and grammar's strings, and remove debugging strings Theodore Ts'o
2005-05-06Update "make depend" information. Fixes SMP parallel build problem.Theodore Ts'o