| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace for the entire source tree | Theodore Ts'o | 2008-08-27 | 1 | -69/+69 |
* | resize2fs: Make sure we close out the progress bar in pass #4 | Theodore Ts'o | 2008-08-22 | 1 | -0/+4 |
* | resize2fs: supply block allocator for extents function | Theodore Ts'o | 2008-08-22 | 1 | -0/+25 |
* | resize2fs: Fix support for filesystems with the uninit_bg feature | Theodore Ts'o | 2008-08-22 | 1 | -13/+84 |
* | resize2fs: Fix double bumping of directory in-use counts | Theodore Ts'o | 2008-08-17 | 1 | -7/+0 |
* | resize2fs: Clean up the resize inode properly if necessary | Theodore Ts'o | 2008-07-10 | 1 | -3/+15 |
* | Merge branch 'maint' | Theodore Ts'o | 2008-06-17 | 1 | -3/+4 |
|\ |
|
| * | mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages | Theodore Ts'o | 2008-06-17 | 1 | -3/+4 |
* | | resize2fs: Fix support for the uninit_bg feature | Theodore Ts'o | 2008-06-17 | 1 | -18/+65 |
* | | Fix gcc -Wall warnings in resize2fs | Theodore Ts'o | 2008-06-07 | 1 | -2/+2 |
* | | Add support for the HUGE_FILE feature | Theodore Ts'o | 2008-04-17 | 1 | -1/+1 |
* | | Make resize2fs uninit block group aware | Jose R. Santos | 2008-03-20 | 1 | -5/+14 |
* | | resize2fs: Add options to print (and resizing to) the minimum filesystem size | Josef Bacik | 2008-03-15 | 1 | -1/+139 |
* | | Merge branch 'maint' | Theodore Ts'o | 2008-03-13 | 1 | -24/+19 |
|\| |
|
| * | resize2fs: Fix resizing filesystems with large inodes | Theodore Ts'o | 2008-03-09 | 1 | -24/+19 |
* | | Merge branch 'maint' | Theodore Ts'o | 2008-02-29 | 1 | -3/+19 |
|\| |
|
| * | resize2fs: Fix movement of large (greater than 128 byte) inodes | Eric Sandeen | 2008-02-28 | 1 | -3/+19 |
* | | Merge branch 'maint' into next | Theodore Ts'o | 2008-01-01 | 1 | -3/+3 |
|\| |
|
| * | Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection | Theodore Ts'o | 2007-12-27 | 1 | -3/+3 |
* | | libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros | Valerie Clement | 2007-10-14 | 1 | -4/+3 |
|/ |
|
* | Don't write changes to the backup superblocks by default | Theodore Ts'o | 2007-06-18 | 1 | -0/+1 |
* | Fix gcc -Wall warnings, especially on 64-bit systems | Andreas Dilger | 2007-05-25 | 1 | -3/+3 |
* | [COVERITY] Fix missing return code check for ext2fs_write_inode | Brian Behlendorf | 2007-03-18 | 1 | -1/+3 |
* | Fix more rounding overflows for filesystems that have 2**32-1 blocks | Eric Sandeen | 2006-09-12 | 1 | -1/+1 |
* | Add checks to make sure inode counts don't overflow a 32-bit value | Eric Sandeen | 2006-09-12 | 1 | -0/+7 |
* | Remove unused variables | Eric Sandeen | 2006-09-12 | 1 | -3/+1 |
* | Fix potential 2**32-1 overflow by using e2p_percent() | Theodore Ts'o | 2006-08-30 | 1 | -2/+2 |
* | Detect overflows in loop counters | Eric Sandeen | 2006-08-30 | 1 | -1/+3 |
* | Fix potential 2**32-1 overflow problems by ext2fs_div_ceil() | Theodore Ts'o | 2006-08-30 | 1 | -7/+5 |
* | Fix format statements to make e2fsprogs programs 32-bit clean | Takashi Sato | 2006-03-18 | 1 | -1/+1 |
* | Add support for on-line resizing to resize2fs | Theodore Ts'o | 2006-03-17 | 1 | -62/+118 |
* | Clean up gcc -Wall complaints in resize2fs | Theodore Ts'o | 2005-12-29 | 1 | -3/+1 |
* | Fix fencepost error in resize2fs caught by valgrind | Theodore Ts'o | 2005-08-08 | 1 | -1/+6 |
* | Fix some minor typo's and grammar's strings, and remove debugging strings | Theodore Ts'o | 2005-05-09 | 1 | -13/+12 |
* | resize2fs.c: Fix bug where we don't release the blocks belonging | Theodore Ts'o | 2005-01-26 | 1 | -45/+23 |
* | Fix resize2fs so that it properly handles filesystems with the resize_inode | Theodore Ts'o | 2004-12-24 | 1 | -10/+92 |
* | resize2fs.c (check_and_change_inodes): Fix debugging printf to | Theodore Ts'o | 2004-09-17 | 1 | -1/+1 |
* | Fix more compiler warnings. | Matthias Andree | 2003-12-28 | 1 | -0/+1 |
* | Fix gcc -Wall nitpicks | Theodore Ts'o | 2003-12-07 | 1 | -16/+28 |
* | ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() | Theodore Ts'o | 2003-08-01 | 1 | -13/+11 |
* | Fix bug in resize2fs which caused it to fail on filesystems with a | Theodore Ts'o | 2003-06-24 | 1 | -0/+17 |
* | Bug fix; we were incorrectly moving the block and inode bitmaps | Theodore Ts'o | 2003-03-06 | 1 | -3/+6 |
* | resize2fs.c (inode_scan_and_fix, check_and_change_inodes): When | Theodore Ts'o | 2002-10-31 | 1 | -1/+11 |
* | Add support for the meta_bg feature flag to the resize2fs program. | Theodore Ts'o | 2002-10-30 | 1 | -46/+127 |
* | Fix stupid typo in previous changeset. | Theodore Ts'o | 2002-08-16 | 1 | -3/+3 |
* | Fix up extended attribute handling in e2image, resize2fs, and in | Theodore Ts'o | 2002-08-16 | 1 | -0/+11 |
* | resize2fs.c (block_mover): If there are no blocks to move, | Theodore Ts'o | 2002-07-26 | 1 | -0/+4 |
* | main.c (main): If we are resizing a plain file which is smaller | Theodore Ts'o | 2002-04-01 | 1 | -2/+4 |
* | Fix various gcc -Wall complaints. | Theodore Ts'o | 2002-03-07 | 1 | -4/+4 |
* | ChangeLog, libext2fs.texinfo: | Theodore Ts'o | 2001-01-11 | 1 | -12/+12 |