summaryrefslogtreecommitdiff
path: root/resize/online.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger1-4/+5
2006-10-02Fix resize2fs error msgs if the fs or kernel doesn't support on-line resizeTheodore Ts'o1-2/+21
2006-09-12Fix more rounding overflows for filesystems that have 2**32-1 blocksEric Sandeen1-2/+1
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen1-2/+2
2006-08-30Fix potential 2**32-1 overflow by using e2p_percent()Theodore Ts'o1-1/+2
2006-03-17Add support for on-line resizing to resize2fsTheodore Ts'o1-0/+141