aboutsummaryrefslogtreecommitdiffstats
path: root/resize/online.c
Commit message (Expand)AuthorAgeFilesLines
* resize2fs: Allow (non-optimal) on-line resizing for flex_bg filesystemsTheodore Ts'o2008-08-281-1/+12
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-22/+22
* Fix missing space typo's in partinfo and resize2fsTheodore Ts'o2008-07-171-1/+1
* Merge branch 'maint'Theodore Ts'o2008-06-171-4/+5
|\
| * mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o2008-06-171-4/+5
* | resize2fs: Add support to use the ext4 online resize ioctl'sTheodore Ts'o2008-06-071-1/+17
|/
* Fix Debian rules files to support building non-Linux archsSamuel Thibault2007-12-151-0/+6
* Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2007-05-251-4/+5
* Fix resize2fs error msgs if the fs or kernel doesn't support on-line resizeTheodore Ts'o2006-10-021-2/+21
* Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen2006-09-121-2/+1
* Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen2006-09-121-2/+2
* Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o2006-08-301-1/+2
* Add support for on-line resizing to resize2fsTheodore Ts'o2006-03-171-0/+141