Whamcloud - gitweb
e2fsck: mark that we don't care about the return value of e2fsck_lookup()
[tools/e2fsprogs.git] / resize / resize2fs.c
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
2005-05-09 Theodore Ts'oFix some minor typo's and grammar's strings, and remove...
2005-01-26 Theodore Ts'oresize2fs.c: Fix bug where we don't release the blocks...
2004-12-24 Theodore Ts'oFix resize2fs so that it properly handles filesystems...
2004-09-17 Theodore Ts'oresize2fs.c (check_and_change_inodes): Fix debugging...
2003-12-28 Matthias AndreeFix more compiler warnings.
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2003-06-24 Theodore Ts'oFix bug in resize2fs which caused it to fail on filesys...
2003-03-06 Theodore Ts'oBug fix; we were incorrectly moving the block and inode...
2002-11-01 Theodore Ts'oresize2fs.c (inode_scan_and_fix, check_and_change_inode...
2002-10-31 Theodore Ts'oAdd support for the meta_bg feature flag to the resize2...
2002-08-16 Theodore Ts'oFix stupid typo in previous changeset.
2002-08-16 Theodore Ts'oFix up extended attribute handling in e2image, resize2f...
2002-07-26 Theodore Ts'oresize2fs.c (block_mover): If there are no blocks to...
2002-04-01 Theodore Ts'omain.c (main): If we are resizing a plain file which...
2002-03-08 Theodore Ts'oFix various gcc -Wall complaints.
2001-01-11 Theodore Ts'oChangeLog, libext2fs.texinfo:
2000-06-12 Theodore Ts'oChangeLog, extent.c, main.c, resize2fs.c, resize2fs.h:
2000-04-06 Theodore Ts'oMany files:
1998-09-03 Theodore Ts'oChangeLog, resize2fs.c:
1998-06-10 Theodore Ts'oChangeLog, resize2fs.c:
1998-04-27 Theodore Ts'oMany files:
1998-03-24 Theodore Ts'oChangeLog, main.c, resize2fs.c:
1998-03-21 Theodore Ts'oChangeLog, resize2fs.c:
1998-03-07 Theodore Ts'oChangeLog, resize2fs.c:
1998-02-24 Theodore Ts'oChangeLog, main.c, resize2fs.c, resize2fs.h:
1998-02-21 Theodore Ts'oChangeLog, main.c, resize2fs.8.in, resize2fs.c:
1998-02-16 Theodore Ts'oMany files:
1998-02-13 Theodore Ts'oMany files:
next