blob: 4b852024de8b454f3e165c3230cf2fea2232ce44 [file] [log] [blame]
Theodore Ts'o76f875d1998-04-27 01:41:13 +000011998-04-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * resize2fs.c (adjust_superblock):
4 * extent.c (ext2fs_add_extent_entry): Update functions to
5 pass the old size of the memory to be resized to
6 ext2fs_resize_mem().
7
Theodore Ts'od171c5b1998-04-03 16:07:06 +000081998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
9
10 * Makefile.in: Change to use new installation directory variables
11 convention. Fix uninstall rules to take $(DESTDIR) into
12 account. Remove cat8dir from the installdirs target,
13 since modern man package don't necessarily put the cat
14 directory in /usr/man/cat?.
15
Theodore Ts'o2a3013b1998-03-30 01:08:41 +0000161998-03-29 Theodore Ts'o <tytso@rsts-11.mit.edu>
17
18 * extent.c (extent_cmp): Add const to cast to prevent -Wall warning.
19
20 * main.c (check_mount): Rename function argument to prevent -Wall
21 warning.
22
Theodore Ts'o101c84f1998-03-24 16:27:11 +0000231998-03-24 Theodore Ts'o <tytso@rsts-11.mit.edu>
24
25 * main.c (main): Check to make sure we can really resize this
26 filesystem. If there are compatible feature sets that we
27 don't support, we need to abort.
28
29 * resize2fs.c: Change to use the new prototype required by
30 block_iterate2 (which uses blkcnt_t for the blockcount).
31
Theodore Ts'o2bc4d4f1998-03-21 03:27:48 +0000321998-03-20 Theodore Ts'o <tytso@rsts-11.mit.edu>
33
34 * resize2fs.c (inode_scan_and_fix): If we are expanding the
35 filesystem, temporarily set
36 rfs->old_fs->super->s_blocks_count to ultimate size of the
37 filesystem, to avoid catching an error on the block
38 iterator.
39
Theodore Ts'oba0af751998-03-09 17:41:53 +000040Mon Mar 9 12:02:47 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
41
42 * main.c: Use a local version.h file.
43
Theodore Ts'obce49791998-03-07 23:24:01 +000044Sat Mar 7 18:18:04 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
45
Theodore Ts'ofac9c201998-03-07 23:36:45 +000046 * Makefile.in: Change the name of the complete source file that we
47 built (that includes resize2fs) to be
48 e2fsprogs-ALL-<version>.tar.gz. Don't link with libuuid,
49 since it's not needed.
50
Theodore Ts'o59fa3691998-03-07 23:26:26 +000051 * main.c (main): Add copyright notice.
52
Theodore Ts'obce49791998-03-07 23:24:01 +000053 * resize2fs.c (blocks_to_move): Create the meta_bmap using the old
54 filesystem, not the new filesystem.
55 (get_new_block): Don't try checking the old block bitmap
56 if the block we're testing is beyond the boundaries of the
57 old filesystem.
58
Theodore Ts'o0e14f781998-02-27 06:04:23 +000059Fri Feb 27 01:02:50 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
60
61 * Makefile.in: Add rule to build a static version of resize2fs.
62 Update dependency rules.
63
64 * main.c: #include ../version.h, instead of using a hard-coded
65 version string.
66
Theodore Ts'o3b627e81998-02-24 20:24:49 +000067Tue Feb 24 15:22:52 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
68
69 * Change the progress function to return an errcode_t; this allows
70 the progress function to return a error indicating a
71 user-requested cancel.
72
Theodore Ts'of4b2a6d1998-02-21 04:20:44 +0000731998-02-20 Theodore Y. Ts'o <tytso@edt.mit.edu>
74
75 * main.c (check_mount, main): Resize2fs now checks the size of the
76 partition, and uses this as a default new_size of the
77 partition if one is not specified. Resize2fs will not let
78 you resize a mounted partition.
79
80 * resize2fs.c: Change how the progress function for the INODE_SCAN
81 pass is performed, so that the maximum size is never zero.
82
83 * resize2fs.8.in: Updated man page.
84
Theodore Ts'oa8519a21998-02-16 22:16:20 +000085Mon Feb 16 17:13:01 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
86
87 * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c,
88 ext2_inode_move.c: Major reoganization of how resizing
89 works. Functions in ext2_block_move.c, and
90 ext2_inode_move.c moved into resize2fs.c. Multiple passes
91 in those two files also combined into a single inode
92 scanning pass. Made the inode table moving function
93 better handling the case where it needs to abort
94 mid-operation. When moving blocks around, made the block
95 allocation function preferentially avoid the old group
96 descriptor blocks, to make resize2fs more robust.
97
Theodore Ts'o63b44fb1998-02-13 22:58:18 +000098Fri Feb 13 17:15:43 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
99
100 * resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c,
101 main.c: Reorganize how the progress functions are called.
102
Theodore Ts'oca8abba1998-01-19 14:55:24 +0000103Mon Jan 19 09:12:28 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
104
105 * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
106 of the ext2-specific header files are in a flat directory.
107
108 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
109 resize2fs.h: Rename variables named "new" to "new_block",
110 "new_inode", or "new_loc" to avoid C++ reserved word
111 clash.
112
113 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
114 sim_progress.c: Use ext2fs_get_memory(),
115 ext2fs_free_memory(), et. al., instead of malloc() and
116 free().
117
118 * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
119 all assignments from void * to be compatible with C++.
120
121Mon Dec 29 19:09:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
122
123 * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
124 Change private to priv_data to avoid C++ namespace clash.
125
Theodore Ts'o80c0fc31997-11-03 19:46:49 +0000126Mon Nov 3 14:45:06 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
127
Theodore Ts'o9abf59d1997-11-04 00:31:22 +0000128 * resize2fs.h: Remove STDC magic, since everyone is STDC these days.
129
Theodore Ts'o80c0fc31997-11-03 19:46:49 +0000130 * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include
131 printf statements if RESIZE2FS_DEBUG is defined.
132
133 * main.c: Don't read in the bitmaps since resize2fs.c does that.
134
Theodore Ts'od40259f1997-10-20 00:44:26 +0000135Sun Oct 19 20:40:42 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
136
137 * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
138
Theodore Ts'obc75f2a1997-09-04 00:43:10 +0000139Wed Sep 3 17:31:49 1997 Theodore Y. Ts'o <tytso@edt.mit.edu>
140
141 * resize2fs.h: Add #include for errno.h
142
Theodore Ts'o024996c1997-06-17 05:38:35 +0000143Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
144
145 * Release of E2fsprogs 1.11
146