summaryrefslogtreecommitdiff
path: root/resize
AgeCommit message (Expand)AuthorFilesLines
2010-12-22resize2fs: do not clear resize inode for 0 resvd blocksEric Sandeen1-15/+0
2010-12-16resize2fs: handle exactly-16T filesystems in resize2fsEric Sandeen1-3/+11
2010-11-26resize2fs: Clarify error explaining on-line shrinking is not supported at allTheodore Ts'o1-2/+1
2010-11-26resize2fs.8.in: Document that resize2fs -p only works on offline resizesTheodore Ts'o1-2/+2
2010-09-25resize2fs.8: Make it clear that power-of-2 units are meant by kilobytesTheodore Ts'o1-0/+8
2010-07-19resize2fs.8: Update man page to indicate ext4 supports on-line resizeTheodore Ts'o1-1/+1
2010-07-17resize2fs: relax requirements for -P output a bitEric Sandeen1-2/+1
2010-07-05e2fsck, resize2fs: fix a fp precision error that can lead to a seg faultTheodore Ts'o1-1/+6
2010-05-12resize2fs: don't print minimum size if fs is not cleanEric Sandeen1-0/+8
2010-02-05resize2fs: Fix fix uninit group test accessing invalid memoryTheodore Ts'o1-0/+4
2009-11-12resize2fs: exit fix_sb_journal_backup early for external journalEric Sandeen1-0/+4
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o1-10/+19
2009-09-07resize2fs: fix minimum resize size calculation with flex_bgPeng Tao1-3/+17
2009-09-07resize2fs: calculate minimal fs size only oncePeng Tao1-1/+1
2009-07-11resize2fs: If resize2fs fails, tell the user to run e2fsckTheodore Ts'o2-2/+12
2009-07-02resize2fs: Fix error message so the mountpoint is printed correctlyTheodore Ts'o1-3/+2
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-16/+16
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o1-3/+3
2009-06-18resize2fs: update sb journal backup if journal was movedEric Sandeen1-0/+27
2009-06-15resize2fs: fix miscellaneous memory leaksTheodore Ts'o2-1/+7
2009-05-30Update man pages to include ext4 in the synposis, instead of just "ext2/ext3"Theodore Ts'o1-3/+3
2009-05-25resize2fs: don't try to resize below calculated minimumEric Sandeen1-1/+9
2009-05-25resize2fs: fix minimum size calculationsEric Sandeen1-0/+6
2009-04-22resize2fs: Print a warning message if the ftruncate system call failsTheodore Ts'o1-2/+7
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'o3-15/+44
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-10-12resize2fs: check for bogus new_sizeEric Sandeen1-0/+5
2008-10-01resize2fs: Fix potential memory corruption in ext2fs_progress_init()Manish Katiyar1-1/+1
2008-09-01Fix debug flag definitions for the resize2fs man pageTheodore Ts'o1-4/+2
2008-09-01Only use the test_io manager if the right environment variables are setTheodore Ts'o1-1/+6
2008-08-28resize2fs: Allow (non-optimal) on-line resizing for flex_bg filesystemsTheodore Ts'o1-1/+12
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o7-138/+138
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-17Fix missing space typo's in partinfo and resize2fsTheodore Ts'o1-1/+1
2008-07-10resize2fs: Clean up the resize inode properly if necessaryTheodore Ts'o1-3/+15
2008-06-17Merge branch 'maint'Theodore Ts'o2-7/+9
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o2-7/+9
2008-06-17resize2fs: Prohibit the combination of flex_bg and !resize_inodeTheodore Ts'o1-1/+20
2008-06-17resize2fs: Fix support for the uninit_bg featureTheodore Ts'o2-24/+65
2008-06-07resize2fs: Add support to use the ext4 online resize ioctl'sTheodore Ts'o1-1/+17
2008-06-07Fix gcc -Wall warnings in resize2fsTheodore Ts'o3-4/+10