blob: 232bf70e627b3380c1f41f75095475529024b82f [file] [log] [blame]
Theodore Ts'o0e14f781998-02-27 06:04:23 +00001Fri Feb 27 01:02:50 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * Makefile.in: Add rule to build a static version of resize2fs.
4 Update dependency rules.
5
6 * main.c: #include ../version.h, instead of using a hard-coded
7 version string.
8
Theodore Ts'o3b627e81998-02-24 20:24:49 +00009Tue Feb 24 15:22:52 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
10
11 * Change the progress function to return an errcode_t; this allows
12 the progress function to return a error indicating a
13 user-requested cancel.
14
Theodore Ts'of4b2a6d1998-02-21 04:20:44 +0000151998-02-20 Theodore Y. Ts'o <tytso@edt.mit.edu>
16
17 * main.c (check_mount, main): Resize2fs now checks the size of the
18 partition, and uses this as a default new_size of the
19 partition if one is not specified. Resize2fs will not let
20 you resize a mounted partition.
21
22 * resize2fs.c: Change how the progress function for the INODE_SCAN
23 pass is performed, so that the maximum size is never zero.
24
25 * resize2fs.8.in: Updated man page.
26
Theodore Ts'oa8519a21998-02-16 22:16:20 +000027Mon Feb 16 17:13:01 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
28
29 * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c,
30 ext2_inode_move.c: Major reoganization of how resizing
31 works. Functions in ext2_block_move.c, and
32 ext2_inode_move.c moved into resize2fs.c. Multiple passes
33 in those two files also combined into a single inode
34 scanning pass. Made the inode table moving function
35 better handling the case where it needs to abort
36 mid-operation. When moving blocks around, made the block
37 allocation function preferentially avoid the old group
38 descriptor blocks, to make resize2fs more robust.
39
Theodore Ts'o63b44fb1998-02-13 22:58:18 +000040Fri Feb 13 17:15:43 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
41
42 * resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c,
43 main.c: Reorganize how the progress functions are called.
44
Theodore Ts'oca8abba1998-01-19 14:55:24 +000045Mon Jan 19 09:12:28 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
46
47 * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
48 of the ext2-specific header files are in a flat directory.
49
50 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
51 resize2fs.h: Rename variables named "new" to "new_block",
52 "new_inode", or "new_loc" to avoid C++ reserved word
53 clash.
54
55 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
56 sim_progress.c: Use ext2fs_get_memory(),
57 ext2fs_free_memory(), et. al., instead of malloc() and
58 free().
59
60 * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
61 all assignments from void * to be compatible with C++.
62
63Mon Dec 29 19:09:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
64
65 * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
66 Change private to priv_data to avoid C++ namespace clash.
67
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000068Mon Nov 3 14:45:06 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
69
Theodore Ts'o9abf59d1997-11-04 00:31:22 +000070 * resize2fs.h: Remove STDC magic, since everyone is STDC these days.
71
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000072 * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include
73 printf statements if RESIZE2FS_DEBUG is defined.
74
75 * main.c: Don't read in the bitmaps since resize2fs.c does that.
76
Theodore Ts'od40259f1997-10-20 00:44:26 +000077Sun Oct 19 20:40:42 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
78
79 * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
80
Theodore Ts'obc75f2a1997-09-04 00:43:10 +000081Wed Sep 3 17:31:49 1997 Theodore Y. Ts'o <tytso@edt.mit.edu>
82
83 * resize2fs.h: Add #include for errno.h
84
Theodore Ts'o024996c1997-06-17 05:38:35 +000085Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
86
87 * Release of E2fsprogs 1.11
88