summaryrefslogtreecommitdiff
path: root/resize/ChangeLog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1998-02-16 22:16:20 +0000
committerTheodore Ts'o <tytso@mit.edu>1998-02-16 22:16:20 +0000
commita8519a2dbec429846d89fee581a2ecb829904cd2 (patch)
tree58f250fc072a90f521bf0a68c236b47d2106d7e1 /resize/ChangeLog
parent9abd2ce914f9373fb676f0bb620ffba3a0e3c49e (diff)
downloade2fsprogs-a8519a2dbec429846d89fee581a2ecb829904cd2.tar.gz
Many files:
Major reoganization of how resizing works. Functions in ext2_block_move.c, and ext2_inode_move.c moved into resize2fs.c. Multiple passes in those two files also combined into a single inode scanning pass. Made the inode table moving function better handling the case where it needs to abort mid-operation. When moving blocks around, made the block allocation function preferentially avoid the old group descriptor blocks, to make resize2fs more robust.
Diffstat (limited to 'resize/ChangeLog')
-rw-r--r--resize/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/resize/ChangeLog b/resize/ChangeLog
index d3c98f09..8c54be7c 100644
--- a/resize/ChangeLog
+++ b/resize/ChangeLog
@@ -1,3 +1,16 @@
+Mon Feb 16 17:13:01 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c,
+ ext2_inode_move.c: Major reoganization of how resizing
+ works. Functions in ext2_block_move.c, and
+ ext2_inode_move.c moved into resize2fs.c. Multiple passes
+ in those two files also combined into a single inode
+ scanning pass. Made the inode table moving function
+ better handling the case where it needs to abort
+ mid-operation. When moving blocks around, made the block
+ allocation function preferentially avoid the old group
+ descriptor blocks, to make resize2fs more robust.
+
Fri Feb 13 17:15:43 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c,