Whamcloud - gitweb
resize2fs: fix inode table move for the backwards move case
[tools/e2fsprogs.git] / resize / resize2fs.c
2014-05-05 Theodore Ts'oresize2fs: fix inode table move for the backwards move...
2014-05-05 Theodore Ts'oresize2fs: refine minimum required blocks for flex_bg...
2014-05-05 Theodore Ts'oresize2fs: fix overly-pessimistic calculation of minimu...
2014-02-24 Darrick J. Wongresize2fs: don't free in-use clusters when moving blocks
2014-02-24 Darrick J. Wongresize2fs: during shrink, don't free in-use bg data...
2014-02-21 Lukas CzernerSet pointer to NULL after ext2fs_free
2014-01-30 Theodore Ts'oAdd support for new compat feature "sparse_super2"
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-10-01 Theodore Ts'oresize2fs: relocate inode table blocks if necessary...
2013-10-01 Theodore Ts'oresize2fs: fix -M size calculations to avoid cutting...
2013-10-01 Theodore Ts'oresize2fs: add debugging support for resize2fs -M calcu...
2013-09-09 Darrick J. Wongresize2fs: use blk64_t and location getters for free_gd...
2013-06-21 Eric Sandeenresize2fs: move bitmaps if shrinking would orphan them
2013-04-01 Theodore Ts'oresize2fs: fix off-line resize of file systems with...
2013-01-20 Theodore Ts'oresize2fs: move a cluster at a time with bigalloc file...
2013-01-20 Theodore Ts'oresize2fs: correctly account for clusters when calculat...
2013-01-05 Theodore Ts'oFix 32-bit overflow problems: dgrp_t * s_blocks_per_group
2013-01-03 Theodore Ts'oresize2fs: use [un]mark_block_range bitmap functions...
2013-01-03 Theodore Ts'oresize2fs: add resource tracking as a debug option
2013-01-03 Theodore Ts'oresize2fs: fix 32-bit overflow when calculating the...
2013-01-03 Theodore Ts'oresize2fs: fix 32-bit overflow issue which can corrupt...
2012-12-29 Theodore Ts'oresize2fs: create optimized flex_bg block groups
2012-12-29 Theodore Ts'oresize2fs: handle bg descriptors which overlap with...
2012-12-29 Theodore Ts'oresize2fs: reserve all metadata blocks for flex_bg...
2012-12-29 Theodore Ts'oresize2fs: reserve fs metadata blocks first in blocks_t...
2012-11-30 Theodore Ts'oresize2fs: fix gcc -Wall nits and valgrind complaints
2012-09-14 Theodore Ts'oresize2fs: grow uninit_bg file systems more efficiently
2012-09-14 Theodore Ts'oresize2fs: fix overhead calculation for meta_bg file...
2012-02-17 Jan Kararesize2fs: take s_first_data_block into account for...
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-10-16 Theodore Ts'oresize2fs: don't fail when shrinking an empty file...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeene2fsprogs: add ext2fs_group_blocks_count helper
2011-06-11 Andreas Dilgerext2fs: Handle internal journal over 2^32 bytes
2011-01-07 Theodore Ts'oresize2fs: fix computation of the real end of the bitma...
2010-12-23 Theodore Ts'oMerge branch 'maint' into next
2010-12-22 Eric Sandeenresize2fs: do not clear resize inode for 0 resvd blocks
2010-06-13 Valerie Aurora Hensonresize2fs: Fix up to be 64-bit block number safe
2010-02-10 Theodore Ts'oMerge branch 'maint' into next
2010-02-06 Theodore Ts'oresize2fs: Fix fix uninit group test accessing invalid...
2009-11-16 Theodore Ts'oMerge branch 'maint' into next
2009-11-13 Eric Sandeenresize2fs: exit fix_sb_journal_backup early for externa...
2009-10-26 Theodore Ts'oConvert ext2fs_group_of_blk() to ext2fs_group_of_blk2()
2009-10-26 Valerie Aurora HensonConvert ext2fs_block_alloc_stats() calls to block_alloc...
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonUse ext2fs_file_acl_block() instead of using .i_file_ac...
2009-09-07 Peng Taoresize2fs: fix minimum resize size calculation with...
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-09-07 Theodore Ts'oMerge branch 'maint' into next
2009-08-23 Valerie Aurora Hensonresize2fs: Move everything to new bitmap interface
2009-07-11 Theodore Ts'oresize2fs: If resize2fs fails, tell the user to run...
2009-06-18 Eric Sandeenresize2fs: update sb journal backup if journal was...
2009-06-15 Theodore Ts'oresize2fs: fix miscellaneous memory leaks
2009-05-26 Eric Sandeenresize2fs: fix minimum size calculations
2009-04-19 Theodore Ts'oresize2fs: Fix corruption bug impacting ext4 filesystem...
2009-04-19 Theodore Ts'oresize2fs: Fix data corruption bug when shrinking the...
2009-04-18 Theodore Ts'oresize2fs: Fix data corruption bug when growing an...
2009-03-09 Jim Meyeringremove useless if-before-free tests
2009-01-20 Theodore Ts'oresize2fs: Reserve some extra space for -P/-M for ext4...
2009-01-19 Theodore Ts'oresize2fs: Release bitmap and itable blocks in flex_bg...
2009-01-19 Theodore Ts'oresize2fs: Move all required blocks for ext4 filesystems
2008-11-16 Theodore Ts'oFix various signed/unsigned gcc warnings
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-22 Theodore Ts'oresize2fs: Make sure we close out the progress bar...
2008-08-22 Theodore Ts'oresize2fs: supply block allocator for extents function
2008-08-22 Theodore Ts'oresize2fs: Fix support for filesystems with the uninit_...
2008-08-18 Theodore Ts'oresize2fs: Fix double bumping of directory in-use counts
2008-07-10 Theodore Ts'oresize2fs: Clean up the resize inode properly if necessary
2008-06-18 Theodore Ts'oMerge branch 'maint'
2008-06-18 Theodore Ts'omke2fs, tune2fs, resize2fs: Use floating point to calcu...
2008-06-17 Theodore Ts'oresize2fs: Fix support for the uninit_bg feature
2008-06-07 Theodore Ts'oFix gcc -Wall warnings in resize2fs
2008-04-17 Theodore Ts'oAdd support for the HUGE_FILE feature
2008-03-20 Jose R. SantosMake resize2fs uninit block group aware
2008-03-15 Josef Bacikresize2fs: Add options to print (and resizing to) the...
2008-03-13 Theodore Ts'oMerge branch 'maint'
2008-03-09 Theodore Ts'oresize2fs: Fix resizing filesystems with large inodes
2008-02-29 Theodore Ts'oMerge branch 'maint'
2008-02-28 Eric Sandeenresize2fs: Fix movement of large (greater than 128...
2008-01-01 Theodore Ts'oMerge branch 'maint' into next
2007-12-27 Theodore Ts'oConvert use of ext2fs_get_mem to ext2fs_get_array for...
2007-10-15 Valerie Clementlibext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK...
2007-06-18 Theodore Ts'oDon't write changes to the backup superblocks by default
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2007-03-18 Brian Behlendorf[COVERITY] Fix missing return code check for ext2fs_wri...
2006-09-12 Eric SandeenFix more rounding overflows for filesystems that have...
2006-09-12 Eric SandeenAdd checks to make sure inode counts don't overflow...
2006-09-12 Eric SandeenRemove unused variables
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow by using e2p_percent()
2006-08-30 Eric SandeenDetect overflows in loop counters
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow problems by ext2fs_div_c...
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2006-03-18 Theodore Ts'oAdd support for on-line resizing to resize2fs
2005-12-29 Theodore Ts'oClean up gcc -Wall complaints in resize2fs
2005-08-08 Theodore Ts'oFix fencepost error in resize2fs caught by valgrind
next