summaryrefslogtreecommitdiff
path: root/resize
Commit message (Expand)AuthorAgeFilesLines
* resize2fs: clarify the size of blocks in resize2fs's messagesTheodore Ts'o2014-08-241-4/+5
* resize2fs.8.in: clarify when on-line resizing is supportedTheodore Ts'o2014-08-241-3/+4
* resize2fs: disable the meta_bg feature if necessaryTheodore Ts'o2014-08-101-4/+13
* Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o2014-07-261-6/+5
* resize2fs: radically reduce memory utilization by using rbtree bitmapsTheodore Ts'o2014-07-261-0/+1
* e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-052-2/+2
* resize2fs: don't attempt to calculate minimum size on fs with errorsEric Sandeen2014-06-091-15/+11
* resize2fs: fix sanity check in reserve_sparse_super2_last_group()Darrick J. Wong2014-05-131-1/+1
* resize2fs: fix inode table move for the backwards move caseTheodore Ts'o2014-05-041-0/+2
* resize2fs: refine minimum required blocks for flex_bg file systemsTheodore Ts'o2014-05-041-31/+45
* resize2fs: fix overly-pessimistic calculation of minimum size requiredTheodore Ts'o2014-05-041-10/+26
* resize2fs: don't free in-use clusters when moving blocksDarrick J. Wong2014-02-231-9/+63
* resize2fs: during shrink, don't free in-use bg data clustersDarrick J. Wong2014-02-231-29/+48
* Add coverage testing using gcovTheodore Ts'o2014-02-231-1/+1
* Set pointer to NULL after ext2fs_freeLukas Czerner2014-02-201-1/+4
* Add support for new compat feature "sparse_super2"Theodore Ts'o2014-01-302-2/+188
* test_extents: fix a possible memory leakTheodore Ts'o2014-01-051-0/+2
* configure: fix --with-diet-libcTheodore Ts'o2014-01-051-2/+2
* Clean up sparse warningsTheodore Ts'o2013-12-163-3/+7
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-152-11/+11
* misc: don't leak file descriptors (on error paths)Darrick J. Wong2013-12-121-3/+9
* e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong2013-10-111-0/+1
* resize2fs: relocate inode table blocks if necessary when shrinkingTheodore Ts'o2013-09-301-7/+17
* resize2fs: fix -M size calculations to avoid cutting off the inode tableTheodore Ts'o2013-09-301-0/+9
* resize2fs: add debugging support for resize2fs -M calcuationsTheodore Ts'o2013-09-304-9/+59
* resize2fs: use blk64_t and location getters for free_gdp_blocks()Darrick J. Wong2013-09-091-21/+20
* resize2fs: move bitmaps if shrinking would orphan themEric Sandeen2013-06-201-0/+27
* resize2fs: fix off-line resize of file systems with flex_bg && !resize_inodeTheodore Ts'o2013-03-311-13/+45
* Fix warnings about functions not returning a valuePhilipp Thomas2013-01-271-1/+1
* mke2fs, tune2fs, resize2fs: add warning messages for bigalloc and quotaTheodore Ts'o2013-01-211-0/+14
* resize2fs: move a cluster at a time with bigalloc file systemsTheodore Ts'o2013-01-201-5/+23
* resize2fs: correctly account for clusters when calculating summary statsTheodore Ts'o2013-01-191-13/+24
* resize2fs: check in test-resize scriptTheodore Ts'o2013-01-161-0/+27
* resize2fs: add debugging code to test the old online resizing interfacesTheodore Ts'o2013-01-141-2/+43
* Fix 32-bit overflow problems: dgrp_t * s_blocks_per_groupTheodore Ts'o2013-01-051-6/+4
* resize2fs: use [un]mark_block_range bitmap functions to reduce CPU usageTheodore Ts'o2013-01-031-43/+24
* resize2fs: add resource tracking as a debug optionTheodore Ts'o2013-01-035-16/+213
* resize2fs: fix 32-bit overflow when calculating the number of free blocksTheodore Ts'o2013-01-031-6/+6
* resize2fs: fix 32-bit overflow issue which can corrupt 64-bit file systemsTheodore Ts'o2013-01-031-4/+2
* resize2fs: create optimized flex_bg block groupsTheodore Ts'o2012-12-291-22/+0
* resize2fs: allow resizing flex_bg && !resize_inode file systemsTheodore Ts'o2012-12-291-22/+0
* resize2fs: handle bg descriptors which overlap with other bg's metadataTheodore Ts'o2012-12-291-4/+31
* resize2fs: reserve all metadata blocks for flex_bg file systemsTheodore Ts'o2012-12-291-0/+22
* resize2fs: reserve fs metadata blocks first in blocks_to_move()Theodore Ts'o2012-12-291-11/+12
* resize2fs: fix gcc -Wall nits and valgrind complaintsTheodore Ts'o2012-11-292-16/+4
* resize2fs: grow uninit_bg file systems more efficientlyTheodore Ts'o2012-09-131-3/+25
* resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizingTheodore Ts'o2012-09-131-13/+29
* resize2fs: allow meta_bg/64-bit file systems to be online resizedTheodore Ts'o2012-09-131-19/+22
* resize2fs: fix overhead calculation for meta_bg file systemsTheodore Ts'o2012-09-131-32/+45
* resize2fs: enforce the 16TB limit on 32-bit file systems correctlyTheodore Ts'o2012-09-131-8/+12