aboutsummaryrefslogtreecommitdiff
path: root/resize/main.c
AgeCommit message (Expand)Author
2016-10-25resize2fs: fix resizing large file systems when block size != page sizeTheodore Ts'o
2016-05-29e2fsck,resize2fs: fix gcc -Wall nitsTheodore Ts'o
2015-10-24resize2fs: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-12Eliminate doubly defined _LARGEFILE_SOURCE warningTheodore Ts'o
2015-05-16misc: fix undo file setupDarrick J. Wong
2015-05-05resize2fs: optionally create undo fileDarrick J. Wong
2014-12-15resize2fs: convert fs to and from 64bit modeDarrick J. Wong
2014-12-14resize2fs: don't interpret bitmap shift while crossing flexbg as raid strideDarrick J. Wong
2014-12-14resize2fs: don't require fsck to print min sizeEric Sandeen
2014-10-08resize2fs: fix fs->blocksize dereference after fs has been freedTheodore Ts'o
2014-08-24resize2fs: clarify the size of blocks in resize2fs's messagesTheodore Ts'o
2014-07-26resize2fs: radically reduce memory utilization by using rbtree bitmapsTheodore Ts'o
2014-07-05e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner
2014-06-09resize2fs: don't attempt to calculate minimum size on fs with errorsEric Sandeen
2013-12-16Clean up sparse warningsTheodore Ts'o
2013-12-15build: quiet LLVM non-literal string format warningAndreas Dilger
2013-09-30resize2fs: add debugging support for resize2fs -M calcuationsTheodore Ts'o
2013-01-27Fix warnings about functions not returning a valuePhilipp Thomas
2013-01-21mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quotaTheodore Ts'o
2012-12-29resize2fs: allow resizing flex_bg && !resize_inode file systemsTheodore Ts'o
2012-11-29resize2fs: fix gcc -Wall nits and valgrind complaintsTheodore Ts'o
2012-09-13resize2fs: allow meta_bg/64-bit file systems to be online resizedTheodore Ts'o
2012-09-13resize2fs: enforce the 16TB limit on 32-bit file systems correctlyTheodore Ts'o
2012-03-22resize2fs: use EXT2_FLAG_64BITSSami Liedes
2012-02-27build: fix compile warnings on OSXAndreas Dilger
2011-10-06libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-09-15e2fsprogs: create open() and stat() helpersLukas Czerner
2010-12-20Merge branch 'maint' into nextTheodore Ts'o
2010-12-16resize2fs: handle exactly-16T filesystems in resize2fsEric Sandeen
2010-07-19Merge branch 'maint' into nextTheodore Ts'o
2010-07-17resize2fs: relax requirements for -P output a bitEric Sandeen
2010-06-13resize2fs: Fix up to be 64-bit block number safeValerie Aurora Henson
2010-06-07Merge branch 'maint' into nextTheodore Ts'o
2010-05-12resize2fs: don't print minimum size if fs is not cleanEric Sandeen
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson
2009-09-07resize2fs: calculate minimal fs size only oncePeng Tao
2009-07-11resize2fs: If resize2fs fails, tell the user to run e2fsckTheodore Ts'o
2009-07-02resize2fs: Fix error message so the mountpoint is printed correctlyTheodore Ts'o
2009-06-15resize2fs: fix miscellaneous memory leaksTheodore Ts'o
2009-05-25resize2fs: don't try to resize below calculated minimumEric Sandeen
2009-04-22resize2fs: Print a warning message if the ftruncate system call failsTheodore Ts'o
2008-10-12resize2fs: check for bogus new_sizeEric Sandeen
2008-09-01Only use the test_io manager if the right environment variables are setTheodore Ts'o
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-06-17resize2fs: Prohibit the combination of flex_bg and !resize_inodeTheodore Ts'o
2008-06-17resize2fs: Fix support for the uninit_bg featureTheodore Ts'o
2008-06-07Fix gcc -Wall warnings in resize2fsTheodore Ts'o