blob: 8c54be7c966e8f0978f7fc69a79b2dc120b61f43 [file] [log] [blame]
Theodore Ts'oa8519a21998-02-16 22:16:20 +00001Mon Feb 16 17:13:01 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c,
4 ext2_inode_move.c: Major reoganization of how resizing
5 works. Functions in ext2_block_move.c, and
6 ext2_inode_move.c moved into resize2fs.c. Multiple passes
7 in those two files also combined into a single inode
8 scanning pass. Made the inode table moving function
9 better handling the case where it needs to abort
10 mid-operation. When moving blocks around, made the block
11 allocation function preferentially avoid the old group
12 descriptor blocks, to make resize2fs more robust.
13
Theodore Ts'o63b44fb1998-02-13 22:58:18 +000014Fri Feb 13 17:15:43 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
15
16 * resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c,
17 main.c: Reorganize how the progress functions are called.
18
Theodore Ts'oca8abba1998-01-19 14:55:24 +000019Mon Jan 19 09:12:28 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
20
21 * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
22 of the ext2-specific header files are in a flat directory.
23
24 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
25 resize2fs.h: Rename variables named "new" to "new_block",
26 "new_inode", or "new_loc" to avoid C++ reserved word
27 clash.
28
29 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
30 sim_progress.c: Use ext2fs_get_memory(),
31 ext2fs_free_memory(), et. al., instead of malloc() and
32 free().
33
34 * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
35 all assignments from void * to be compatible with C++.
36
37Mon Dec 29 19:09:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
38
39 * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
40 Change private to priv_data to avoid C++ namespace clash.
41
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000042Mon Nov 3 14:45:06 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
43
Theodore Ts'o9abf59d1997-11-04 00:31:22 +000044 * resize2fs.h: Remove STDC magic, since everyone is STDC these days.
45
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000046 * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include
47 printf statements if RESIZE2FS_DEBUG is defined.
48
49 * main.c: Don't read in the bitmaps since resize2fs.c does that.
50
Theodore Ts'od40259f1997-10-20 00:44:26 +000051Sun Oct 19 20:40:42 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
52
53 * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
54
Theodore Ts'obc75f2a1997-09-04 00:43:10 +000055Wed Sep 3 17:31:49 1997 Theodore Y. Ts'o <tytso@edt.mit.edu>
56
57 * resize2fs.h: Add #include for errno.h
58
Theodore Ts'o024996c1997-06-17 05:38:35 +000059Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
60
61 * Release of E2fsprogs 1.11
62