Whamcloud - gitweb
libext2fs: in ext2fs_open[2](), return an error if s_first_meta_bg is too big
[tools/e2fsprogs.git] / resize / online.c
2021-02-11 Theodore Ts'oFix clang warnings on architectures with a 64-bit long
2018-06-25 Theodore Ts'oresize: remove calculation of unused variable
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2015-10-24 Darrick J. Wongresize2fs: clean up feature test macros with predicate...
2014-01-30 Theodore Ts'oAdd support for new compat feature "sparse_super2"
2013-12-12 Darrick J. Wongmisc: don't leak file descriptors (on error paths)
2013-01-14 Theodore Ts'oresize2fs: add debugging code to test the old online...
2012-09-14 Theodore Ts'oresize2fs: enforce restrictions if the kernel doesn...
2011-11-20 Theodore Ts'oresize2fs: treat EINVAL to mean the new resize ioctl...
2011-10-16 Lukas Czernerresize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl...
2011-10-09 Theodore Ts'oFix more spelling errors found by translators and add...
2011-10-04 Theodore Ts'oresize2fs: fix on-line resizing
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-09-14 Yongqiang Yangresize2fs: add support for new in-kernel online resize...
2010-12-13 Theodore Ts'oMerge branch 'maint' into next
2010-11-27 Theodore Ts'oresize2fs: Clarify error explaining on-line shrinking...
2010-06-13 Valerie Aurora Hensonresize2fs: Fix up to be 64-bit block number safe
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-04-19 Theodore Ts'oresize2fs: Fix data corruption bug when shrinking the...
2008-08-28 Theodore Ts'oresize2fs: Allow (non-optimal) on-line resizing for...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-07-17 Theodore Ts'oFix missing space typo's in partinfo and resize2fs
2008-06-18 Theodore Ts'oMerge branch 'maint'
2008-06-18 Theodore Ts'omke2fs, tune2fs, resize2fs: Use floating point to calcu...
2008-06-07 Theodore Ts'oresize2fs: Add support to use the ext4 online resize...
2007-12-16 Samuel ThibaultFix Debian rules files to support building non-Linux...
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2006-10-02 Theodore Ts'oFix resize2fs error msgs if the fs or kernel doesn...
2006-09-12 Eric SandeenFix more rounding overflows for filesystems that have...
2006-09-12 Eric SandeenFix signed vs unsigned printf format strings for block...
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow by using e2p_percent()
2006-03-18 Theodore Ts'oAdd support for on-line resizing to resize2fs