index
:
e2fsprogs
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resize
/
resize2fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-07
resize2fs: fix minimum resize size calculation with flex_bg
Peng Tao
1
-3
/
+17
2009-07-11
resize2fs: If resize2fs fails, tell the user to run e2fsck
Theodore Ts'o
1
-0
/
+5
2009-06-18
resize2fs: update sb journal backup if journal was moved
Eric Sandeen
1
-0
/
+27
2009-06-15
resize2fs: fix miscellaneous memory leaks
Theodore Ts'o
1
-0
/
+4
2009-05-25
resize2fs: fix minimum size calculations
Eric Sandeen
1
-0
/
+6
2009-04-18
resize2fs: Fix corruption bug impacting ext4 filesystems with uninit_bg
Theodore Ts'o
1
-1
/
+1
2009-04-18
resize2fs: Fix data corruption bug when shrinking the inode table for ext4
Theodore Ts'o
1
-14
/
+42
2009-04-18
resize2fs: Fix data corruption bug when growing an ext4 filesystem off-line
Theodore Ts'o
1
-0
/
+21
2009-03-08
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2009-01-20
resize2fs: Reserve some extra space for -P/-M for ext4 filesystems
Theodore Ts'o
1
-0
/
+8
2009-01-19
resize2fs: Release bitmap and itable blocks in flex_bg filesystems
Theodore Ts'o
1
-0
/
+37
2009-01-19
resize2fs: Move all required blocks for ext4 filesystems
Theodore Ts'o
1
-1
/
+1
2008-11-16
Fix various signed/unsigned gcc warnings
Theodore Ts'o
1
-4
/
+3
2008-08-27
Remove trailing whitespace for the entire source tree
Theodore Ts'o
1
-69
/
+69
2008-08-22
resize2fs: Make sure we close out the progress bar in pass #4
Theodore Ts'o
1
-0
/
+4
2008-08-22
resize2fs: supply block allocator for extents function
Theodore Ts'o
1
-0
/
+25
2008-08-22
resize2fs: Fix support for filesystems with the uninit_bg feature
Theodore Ts'o
1
-13
/
+84
2008-08-17
resize2fs: Fix double bumping of directory in-use counts
Theodore Ts'o
1
-7
/
+0
2008-07-10
resize2fs: Clean up the resize inode properly if necessary
Theodore Ts'o
1
-3
/
+15
2008-06-17
Merge branch 'maint'
Theodore Ts'o
1
-3
/
+4
2008-06-17
mke2fs, tune2fs, resize2fs: Use floating point to calculate percentages
Theodore Ts'o
1
-3
/
+4
2008-06-17
resize2fs: Fix support for the uninit_bg feature
Theodore Ts'o
1
-18
/
+65
2008-06-07
Fix gcc -Wall warnings in resize2fs
Theodore Ts'o
1
-2
/
+2
2008-04-17
Add support for the HUGE_FILE feature
Theodore Ts'o
1
-1
/
+1
2008-03-20
Make resize2fs uninit block group aware
Jose R. Santos
1
-5
/
+14
2008-03-15
resize2fs: Add options to print (and resizing to) the minimum filesystem size
Josef Bacik
1
-1
/
+139
2008-03-13
Merge branch 'maint'
Theodore Ts'o
1
-24
/
+19
2008-03-09
resize2fs: Fix resizing filesystems with large inodes
Theodore Ts'o
1
-24
/
+19
2008-02-29
Merge branch 'maint'
Theodore Ts'o
1
-3
/
+19
2008-02-28
resize2fs: Fix movement of large (greater than 128 byte) inodes
Eric Sandeen
1
-3
/
+19
2008-01-01
Merge branch 'maint' into next
Theodore Ts'o
1
-3
/
+3
2007-12-27
Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection
Theodore Ts'o
1
-3
/
+3
2007-10-14
libext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK macros
Valerie Clement
1
-4
/
+3
2007-06-18
Don't write changes to the backup superblocks by default
Theodore Ts'o
1
-0
/
+1
2007-05-25
Fix gcc -Wall warnings, especially on 64-bit systems
Andreas Dilger
1
-3
/
+3
2007-03-18
[COVERITY] Fix missing return code check for ext2fs_write_inode
Brian Behlendorf
1
-1
/
+3
2006-09-12
Fix more rounding overflows for filesystems that have 2**32-1 blocks
Eric Sandeen
1
-1
/
+1
2006-09-12
Add checks to make sure inode counts don't overflow a 32-bit value
Eric Sandeen
1
-0
/
+7
2006-09-12
Remove unused variables
Eric Sandeen
1
-3
/
+1
2006-08-30
Fix potential 2**32-1 overflow by using e2p_percent()
Theodore Ts'o
1
-2
/
+2
2006-08-30
Detect overflows in loop counters
Eric Sandeen
1
-1
/
+3
2006-08-30
Fix potential 2**32-1 overflow problems by ext2fs_div_ceil()
Theodore Ts'o
1
-7
/
+5
2006-03-18
Fix format statements to make e2fsprogs programs 32-bit clean
Takashi Sato
1
-1
/
+1
2006-03-17
Add support for on-line resizing to resize2fs
Theodore Ts'o
1
-62
/
+118
2005-12-29
Clean up gcc -Wall complaints in resize2fs
Theodore Ts'o
1
-3
/
+1
2005-08-08
Fix fencepost error in resize2fs caught by valgrind
Theodore Ts'o
1
-1
/
+6
2005-05-09
Fix some minor typo's and grammar's strings, and remove debugging strings
Theodore Ts'o
1
-13
/
+12
2005-01-26
resize2fs.c: Fix bug where we don't release the blocks belonging
Theodore Ts'o
1
-45
/
+23
2004-12-24
Fix resize2fs so that it properly handles filesystems with the resize_inode
Theodore Ts'o
1
-10
/
+92
2004-09-17
resize2fs.c (check_and_change_inodes): Fix debugging printf to
Theodore Ts'o
1
-1
/
+1
[next]