summaryrefslogtreecommitdiff
path: root/resize/resize2fs.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-13resize2fs: Fix up to be 64-bit block number safeValerie Aurora Henson1-56/+60
2010-02-10Merge branch 'maint' into nextTheodore Ts'o1-0/+4
2010-02-05resize2fs: Fix fix uninit group test accessing invalid memoryTheodore Ts'o1-0/+4
2009-11-16Merge branch 'maint' into nextTheodore Ts'o1-0/+4
2009-11-12resize2fs: exit fix_sb_journal_backup early for external journalEric Sandeen1-0/+4
2009-10-25Convert ext2fs_group_of_blk() to ext2fs_group_of_blk2()Theodore Ts'o1-1/+1
2009-10-25Convert ext2fs_block_alloc_stats() calls to block_alloc_stats2()Valerie Aurora Henson1-11/+11
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-56/+51
2009-10-25libext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_flags_test()Theodore Ts'o1-8/+7
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen1-6/+5
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson1-50/+56
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson1-3/+3
2009-09-07resize2fs: fix minimum resize size calculation with flex_bgPeng Tao1-3/+17
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-16/+16
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-18/+18
2009-09-07Merge branch 'maint' into nextTheodore Ts'o1-3/+17
2009-08-22resize2fs: Move everything to new bitmap interfaceValerie Aurora Henson1-41/+41
2009-07-11resize2fs: If resize2fs fails, tell the user to run e2fsckTheodore Ts'o1-0/+5
2009-06-18resize2fs: update sb journal backup if journal was movedEric Sandeen1-0/+27
2009-06-15resize2fs: fix miscellaneous memory leaksTheodore Ts'o1-0/+4
2009-05-25resize2fs: fix minimum size calculationsEric Sandeen1-0/+6
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'o1-14/+42
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-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-69/+69
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-10resize2fs: Clean up the resize inode properly if necessaryTheodore Ts'o1-3/+15
2008-06-17Merge branch 'maint'Theodore Ts'o1-3/+4
2008-06-17mke2fs, tune2fs, resize2fs: Use floating point to calculate percentagesTheodore Ts'o1-3/+4
2008-06-17resize2fs: Fix support for the uninit_bg featureTheodore Ts'o1-18/+65
2008-06-07Fix gcc -Wall warnings in resize2fsTheodore Ts'o1-2/+2
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-1/+1
2008-03-20Make resize2fs uninit block group awareJose R. Santos1-5/+14
2008-03-15resize2fs: Add options to print (and resizing to) the minimum filesystem sizeJosef Bacik1-1/+139
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-01Merge branch 'maint' into nextTheodore Ts'o1-3/+3
2007-12-27Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detectionTheodore Ts'o1-3/+3
2007-10-14libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macrosValerie Clement1-4/+3
2007-06-18Don't write changes to the backup superblocks by defaultTheodore Ts'o1-0/+1