summaryrefslogtreecommitdiff
path: root/resize
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary escape before tab in man pagesTheodore Ts'o2012-05-271-28/+28
* resize2fs: use EXT2_FLAG_64BITSSami Liedes2012-03-221-0/+3
* build: fix compile warnings on OSXAndreas Dilger2012-02-271-10/+2
* resize2fs: take s_first_data_block into account for resize2fs -MJan Kara2012-02-171-0/+1
* resize2fs: treat EINVAL to mean the new resize ioctl does not existTheodore Ts'o2011-11-201-1/+10
* libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o2011-10-161-4/+5
* resize2fs: don't fail when shrinking an empty file systemTheodore Ts'o2011-10-161-1/+1
* resize2fs: Do not fail if EXT4_IOC_RESIZE_FS ioctl doesn't existLukas Czerner2011-10-161-1/+6
* Fix more spelling errors found by translators and add pluralizationTheodore Ts'o2011-10-091-1/+2
* Fix spelling errors pointed out by translatorsTheodore Ts'o2011-10-081-1/+1
* libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o2011-10-061-1/+1
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-051-0/+1
* resize2fs: fix on-line resizingTheodore Ts'o2011-10-031-4/+12
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-186-0/+6
* e2fsprogs: add ext2fs_group_blocks_count helperEric Sandeen2011-09-162-18/+5
* e2fsprogs: create open() and stat() helpersLukas Czerner2011-09-151-5/+1