blob: c53df05348b33d20955583c255c3576ee42ff95f [file] [log] [blame]
Theodore Ts'oe5b38a52001-01-01 16:17:12 +000012001-01-01 <tytso@snap.thunk.org>
2
3 * main.c (main): Replace use of struct ext2fs_sb with struct
4 ext2_super_block.
5
Theodore Ts'o3e377db2000-12-09 02:37:33 +000062000-12-08 <tytso@snap.thunk.org>
7
8 * Makefile.in: Fix so that top-level "make check" works correctly.
9
Theodore Ts'of9e67062000-07-13 23:25:54 +0000102000-07-13 <tytso@valinux.com>
11
12 * Release of E2fsprogs 1.19
13
Theodore Ts'oe4c8e882000-07-05 23:54:46 +0000142000-07-05 <tytso@snap.thunk.org>
15
16 * Makefile.in (install): Install resize2fs in /sbin, not /usr/sbin.
17
Theodore Ts'oa13575f2000-06-12 22:06:16 +0000182000-06-12 Theodore Ts'o <tytso@valinux.com>
19
20 * main.c, resize2fs.c, resize2fs.h, extent.c: Add NLS support.
21
Theodore Ts'o0cee8a52000-04-06 21:38:34 +0000222000-04-06 Theodore Ts'o <tytso@valinux.com>
23
24 * Update copyright of files in preparation for release of
25 resize2fs. Also removed the (obsolete) beta-test check
26 that had been in the code, as well as the old spec files
27 used to package the separate distribution of resize2fs.
28
29 * Makefile.in: No longer build resize2fs.static, since there's no
30 real point in it any more.
31
Theodore Ts'o373b8332000-04-03 16:22:35 +0000322000-04-03 Theodore Ts'o <tytso@valinux.com>
33
34 * main.c: For platforms that don't define optarg.h, manually
35 define optarg and optind.
36
Theodore Ts'o0a617312000-02-02 19:14:36 +0000372000-02-02 Theodore Ts'o <tytso@valinux.com>
38
39 * resize2fs.h: Remove unneeded #include of linux/fs.h
40
41 * main.c: Fix gcc -Wall bug. main() should return an int.
42
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000431999-11-19 <tytso@valinux.com>
44
45 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
46 the source directory.
47
Theodore Ts'ocd086361999-11-10 16:00:39 +0000481999-11-10 <tytso@valinux.com>
49
50 * Release of E2fsprogs 1.18
51
Theodore Ts'o28e11941999-10-26 18:17:20 +0000521999-10-26 <tytso@valinux.com>
53
54 * Release of E2fsprogs 1.17
55
Theodore Ts'o614fdfd1999-10-23 03:19:51 +0000561999-10-22 <tytso@valinux.com>
57
58 * Release of E2fsprogs 1.16
59
Theodore Ts'o657cb971999-07-30 23:19:10 +0000601999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
61
62 * Release of E2fsprogs 1.15
63
Theodore Ts'o9e51eca1999-01-09 16:32:31 +0000641999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
65
66 * Release of E2fsprogs 1.14
67
Theodore Ts'o556ad131998-12-19 08:10:58 +0000681998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
69
70 * Release of E2fsprogs 1.13
71
Theodore Ts'odba838b1998-12-04 06:15:12 +0000721998-12-03 Theodore Ts'o <tytso@rsts-11.mit.edu>
73
74 * Makefile.in: Updated dependencies.
75
Theodore Ts'o7e71e4c1998-09-30 00:54:35 +0000761998-09-29 Theodore Ts'o <tytso@rsts-11.mit.edu>
77
78 * main.c (main): Print a feedback message stating the new size of
79 the filesystem when we're through.
80
Theodore Ts'o1333fe91998-09-03 00:26:49 +0000811998-09-02 Theodore Ts'o <tytso@rsts-11.mit.edu>
82
83 * resize2fs.c: Rename max to max_groups and max_dirs to avoid
84 possible conflicts with a cpp macro named "max".
85
Theodore Ts'o169cb541998-08-01 04:33:31 +0000861998-07-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
87
88 * resize2fs.h: Protect include of unistd.h with HAVE_UNISTD_H.
89
Theodore Ts'o4a5fa191998-07-09 05:42:45 +0000901998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
91
92 * Release of E2fsprogs 1.12
93
Theodore Ts'o08430751998-06-10 20:36:37 +0000941998-06-10 Theodore Ts'o <tytso@rsts-11.mit.edu>
95
96 * resize2fs.c (process_block): Change blkcnt_t to be e2_blkcnt_t
97 to avoid collision with LFS API.
98
Theodore Ts'o4c77fe51998-04-30 17:35:59 +0000991998-04-28 Theodore Ts'o <tytso@rsts-11.mit.edu>
100
101 * extent.c (ext2fs_create_extent_table): Use ext2fs_free_mem
102 instead of free().
103 (extent_cmp): Use EXT2_QSORT_TYPE to define the appropriate
104 return type for comparison functions for qsort.
105
Theodore Ts'o76f875d1998-04-27 01:41:13 +00001061998-04-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
107
108 * resize2fs.c (adjust_superblock):
109 * extent.c (ext2fs_add_extent_entry): Update functions to
110 pass the old size of the memory to be resized to
111 ext2fs_resize_mem().
112
Theodore Ts'od171c5b1998-04-03 16:07:06 +00001131998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
114
115 * Makefile.in: Change to use new installation directory variables
116 convention. Fix uninstall rules to take $(DESTDIR) into
117 account. Remove cat8dir from the installdirs target,
118 since modern man package don't necessarily put the cat
119 directory in /usr/man/cat?.
120
Theodore Ts'o2a3013b1998-03-30 01:08:41 +00001211998-03-29 Theodore Ts'o <tytso@rsts-11.mit.edu>
122
123 * extent.c (extent_cmp): Add const to cast to prevent -Wall warning.
124
125 * main.c (check_mount): Rename function argument to prevent -Wall
126 warning.
127
Theodore Ts'o101c84f1998-03-24 16:27:11 +00001281998-03-24 Theodore Ts'o <tytso@rsts-11.mit.edu>
129
130 * main.c (main): Check to make sure we can really resize this
131 filesystem. If there are compatible feature sets that we
132 don't support, we need to abort.
133
134 * resize2fs.c: Change to use the new prototype required by
135 block_iterate2 (which uses blkcnt_t for the blockcount).
136
Theodore Ts'o2bc4d4f1998-03-21 03:27:48 +00001371998-03-20 Theodore Ts'o <tytso@rsts-11.mit.edu>
138
139 * resize2fs.c (inode_scan_and_fix): If we are expanding the
140 filesystem, temporarily set
141 rfs->old_fs->super->s_blocks_count to ultimate size of the
142 filesystem, to avoid catching an error on the block
143 iterator.
144
Theodore Ts'oba0af751998-03-09 17:41:53 +0000145Mon Mar 9 12:02:47 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
146
147 * main.c: Use a local version.h file.
148
Theodore Ts'obce49791998-03-07 23:24:01 +0000149Sat Mar 7 18:18:04 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
150
Theodore Ts'ofac9c201998-03-07 23:36:45 +0000151 * Makefile.in: Change the name of the complete source file that we
152 built (that includes resize2fs) to be
153 e2fsprogs-ALL-<version>.tar.gz. Don't link with libuuid,
154 since it's not needed.
155
Theodore Ts'o59fa3691998-03-07 23:26:26 +0000156 * main.c (main): Add copyright notice.
157
Theodore Ts'obce49791998-03-07 23:24:01 +0000158 * resize2fs.c (blocks_to_move): Create the meta_bmap using the old
159 filesystem, not the new filesystem.
160 (get_new_block): Don't try checking the old block bitmap
161 if the block we're testing is beyond the boundaries of the
162 old filesystem.
163
Theodore Ts'o0e14f781998-02-27 06:04:23 +0000164Fri Feb 27 01:02:50 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
165
166 * Makefile.in: Add rule to build a static version of resize2fs.
167 Update dependency rules.
168
169 * main.c: #include ../version.h, instead of using a hard-coded
170 version string.
171
Theodore Ts'o3b627e81998-02-24 20:24:49 +0000172Tue Feb 24 15:22:52 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
173
174 * Change the progress function to return an errcode_t; this allows
175 the progress function to return a error indicating a
176 user-requested cancel.
177
Theodore Ts'of4b2a6d1998-02-21 04:20:44 +00001781998-02-20 Theodore Y. Ts'o <tytso@edt.mit.edu>
179
180 * main.c (check_mount, main): Resize2fs now checks the size of the
181 partition, and uses this as a default new_size of the
182 partition if one is not specified. Resize2fs will not let
183 you resize a mounted partition.
184
185 * resize2fs.c: Change how the progress function for the INODE_SCAN
186 pass is performed, so that the maximum size is never zero.
187
188 * resize2fs.8.in: Updated man page.
189
Theodore Ts'oa8519a21998-02-16 22:16:20 +0000190Mon Feb 16 17:13:01 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
191
192 * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c,
193 ext2_inode_move.c: Major reoganization of how resizing
194 works. Functions in ext2_block_move.c, and
195 ext2_inode_move.c moved into resize2fs.c. Multiple passes
196 in those two files also combined into a single inode
197 scanning pass. Made the inode table moving function
198 better handling the case where it needs to abort
199 mid-operation. When moving blocks around, made the block
200 allocation function preferentially avoid the old group
201 descriptor blocks, to make resize2fs more robust.
202
Theodore Ts'o63b44fb1998-02-13 22:58:18 +0000203Fri Feb 13 17:15:43 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
204
205 * resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c,
206 main.c: Reorganize how the progress functions are called.
207
Theodore Ts'oca8abba1998-01-19 14:55:24 +0000208Mon Jan 19 09:12:28 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
209
210 * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
211 of the ext2-specific header files are in a flat directory.
212
213 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
214 resize2fs.h: Rename variables named "new" to "new_block",
215 "new_inode", or "new_loc" to avoid C++ reserved word
216 clash.
217
218 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
219 sim_progress.c: Use ext2fs_get_memory(),
220 ext2fs_free_memory(), et. al., instead of malloc() and
221 free().
222
223 * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
224 all assignments from void * to be compatible with C++.
225
226Mon Dec 29 19:09:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
227
228 * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
229 Change private to priv_data to avoid C++ namespace clash.
230
Theodore Ts'o80c0fc31997-11-03 19:46:49 +0000231Mon Nov 3 14:45:06 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
232
Theodore Ts'o9abf59d1997-11-04 00:31:22 +0000233 * resize2fs.h: Remove STDC magic, since everyone is STDC these days.
234
Theodore Ts'o80c0fc31997-11-03 19:46:49 +0000235 * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include
236 printf statements if RESIZE2FS_DEBUG is defined.
237
238 * main.c: Don't read in the bitmaps since resize2fs.c does that.
239
Theodore Ts'od40259f1997-10-20 00:44:26 +0000240Sun Oct 19 20:40:42 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
241
242 * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
243
Theodore Ts'obc75f2a1997-09-04 00:43:10 +0000244Wed Sep 3 17:31:49 1997 Theodore Y. Ts'o <tytso@edt.mit.edu>
245
246 * resize2fs.h: Add #include for errno.h
247
Theodore Ts'o024996c1997-06-17 05:38:35 +0000248Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
249
250 * Release of E2fsprogs 1.11
251