Whamcloud - gitweb
e2fsprogs.lsm, version.h:
[tools/e2fsprogs.git] / resize / ChangeLog
1 2001-05-25  Theodore Tso  <tytso@valinux.com>
2
3         * Release of E2fsprogs 1.20
4
5 2001-05-14  Theodore Tso  <tytso@valinux.com>
6
7         * resize2fs.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h
8
9 2001-01-11    <tytso@snap.thunk.org>
10
11         * main.c (main): Use ext2fs_sync_device() instead of calling the
12                 BLKFLSBUF ioctl directly.
13
14         * extent.c, main.c, resize2fs.c: Change ino_t to ext2_ino_t.
15
16 2001-01-01    <tytso@snap.thunk.org>
17
18         * main.c (main): Replace use of struct ext2fs_sb with struct
19                 ext2_super_block.
20
21 2000-12-08    <tytso@snap.thunk.org>
22
23         * Makefile.in: Fix so that top-level "make check" works correctly.
24
25 2000-07-13    <tytso@valinux.com>
26
27         * Release of E2fsprogs 1.19
28
29 2000-07-05    <tytso@snap.thunk.org>
30
31         * Makefile.in (install): Install resize2fs in /sbin, not /usr/sbin.
32
33 2000-06-12  Theodore Ts'o  <tytso@valinux.com>
34
35         * main.c, resize2fs.c, resize2fs.h, extent.c: Add NLS support.
36
37 2000-04-06  Theodore Ts'o  <tytso@valinux.com>
38
39         * Update copyright of files in preparation for release of
40                 resize2fs.  Also removed the (obsolete) beta-test check
41                 that had been in the code, as well as the old spec files
42                 used to package the separate distribution of resize2fs.
43
44         * Makefile.in: No longer build resize2fs.static, since there's no
45                 real point in it any more.
46
47 2000-04-03  Theodore Ts'o  <tytso@valinux.com>
48
49         * main.c: For platforms that don't define optarg.h, manually
50                 define optarg and optind.
51
52 2000-02-02  Theodore Ts'o  <tytso@valinux.com>
53
54         * resize2fs.h: Remove unneeded #include of linux/fs.h
55
56         * main.c: Fix gcc -Wall bug.  main() should return an int.
57
58 1999-11-19    <tytso@valinux.com>
59
60         * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
61                 the source directory.
62
63 1999-11-10    <tytso@valinux.com>
64
65         * Release of E2fsprogs 1.18
66
67 1999-10-26    <tytso@valinux.com>
68
69         * Release of E2fsprogs 1.17
70
71 1999-10-22    <tytso@valinux.com>
72
73         * Release of E2fsprogs 1.16
74
75 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
76
77         * Release of E2fsprogs 1.15
78
79 1999-01-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
80
81         * Release of E2fsprogs 1.14
82
83 1998-12-15  Theodore Ts'o  <tytso@rsts-11.mit.edu>
84
85         * Release of E2fsprogs 1.13
86
87 1998-12-03  Theodore Ts'o  <tytso@rsts-11.mit.edu>
88
89         * Makefile.in: Updated dependencies.
90
91 1998-09-29  Theodore Ts'o  <tytso@rsts-11.mit.edu>
92
93         * main.c (main): Print a feedback message stating the new size of
94                 the filesystem when we're through.
95
96 1998-09-02  Theodore Ts'o  <tytso@rsts-11.mit.edu>
97
98         * resize2fs.c: Rename max to max_groups and max_dirs to avoid
99                 possible conflicts with a cpp macro named "max".
100
101 1998-07-26  Theodore Ts'o  <tytso@rsts-11.mit.edu>
102
103         * resize2fs.h: Protect include of unistd.h with HAVE_UNISTD_H.
104
105 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
106
107         * Release of E2fsprogs 1.12
108
109 1998-06-10  Theodore Ts'o  <tytso@rsts-11.mit.edu>
110
111         * resize2fs.c (process_block): Change blkcnt_t to be e2_blkcnt_t
112                 to avoid collision with LFS API.
113
114 1998-04-28  Theodore Ts'o  <tytso@rsts-11.mit.edu>
115
116         * extent.c (ext2fs_create_extent_table): Use ext2fs_free_mem
117                 instead of free().
118           (extent_cmp): Use EXT2_QSORT_TYPE to define the appropriate
119                 return type for comparison functions for qsort.
120
121 1998-04-26  Theodore Ts'o  <tytso@rsts-11.mit.edu>
122
123         * resize2fs.c (adjust_superblock): 
124         * extent.c (ext2fs_add_extent_entry): Update functions to
125                   pass the old size of the memory to be resized to
126                   ext2fs_resize_mem(). 
127
128 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
129
130         * Makefile.in: Change to use new installation directory variables
131                 convention.  Fix uninstall rules to take $(DESTDIR) into
132                 account.  Remove cat8dir from the installdirs target,
133                 since modern man package don't necessarily put the cat
134                 directory in /usr/man/cat?.
135
136 1998-03-29  Theodore Ts'o  <tytso@rsts-11.mit.edu>
137
138         * extent.c (extent_cmp): Add const to cast to prevent -Wall warning.
139
140         * main.c (check_mount): Rename function argument to prevent -Wall
141                 warning. 
142
143 1998-03-24  Theodore Ts'o  <tytso@rsts-11.mit.edu>
144
145         * main.c (main): Check to make sure we can really resize this
146                 filesystem.  If there are compatible feature sets that we
147                 don't support, we need to abort.
148
149         * resize2fs.c: Change to use the new prototype required by
150                 block_iterate2 (which uses blkcnt_t for the blockcount).
151
152 1998-03-20  Theodore Ts'o  <tytso@rsts-11.mit.edu>
153
154         * resize2fs.c (inode_scan_and_fix): If we are expanding the
155                 filesystem, temporarily set
156                 rfs->old_fs->super->s_blocks_count to ultimate size of the
157                 filesystem, to avoid catching an error on the block
158                 iterator.
159
160 Mon Mar  9 12:02:47 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
161
162         * main.c: Use a local version.h file.
163
164 Sat Mar  7 18:18:04 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
165
166         * Makefile.in: Change the name of the complete source file that we
167                 built (that includes resize2fs) to be
168                 e2fsprogs-ALL-<version>.tar.gz.  Don't link with libuuid,
169                 since it's not needed.
170
171         * main.c (main): Add copyright notice.
172
173         * resize2fs.c (blocks_to_move): Create the meta_bmap using the old
174                 filesystem, not the new filesystem.  
175                 (get_new_block): Don't try checking the old block bitmap
176                 if the block we're testing is beyond the boundaries of the
177                 old filesystem.
178
179 Fri Feb 27 01:02:50 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
180
181         * Makefile.in: Add rule to build a static version of resize2fs.
182                 Update dependency rules.
183
184         * main.c: #include ../version.h, instead of using a hard-coded
185                 version string.
186
187 Tue Feb 24 15:22:52 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
188
189         * Change the progress function to return an errcode_t; this allows
190                 the progress function to return a error indicating a
191                 user-requested cancel.
192
193 1998-02-20  Theodore Y. Ts'o  <tytso@edt.mit.edu>
194
195         * main.c (check_mount, main): Resize2fs now checks the size of the
196                 partition, and uses this as a default new_size of the
197                 partition if one is not specified.  Resize2fs will not let
198                 you resize a mounted partition.
199
200         * resize2fs.c: Change how the progress function for the INODE_SCAN
201                 pass is performed, so that the maximum size is never zero.
202
203         * resize2fs.8.in: Updated man page.
204         
205 Mon Feb 16 17:13:01 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
206
207         * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c,
208                 ext2_inode_move.c: Major reoganization of how resizing
209                 works.  Functions in ext2_block_move.c, and
210                 ext2_inode_move.c moved into resize2fs.c.  Multiple passes
211                 in those two files also combined into a single inode
212                 scanning pass.  Made the inode table moving function
213                 better handling the case where it needs to abort
214                 mid-operation.  When moving blocks around, made the block
215                 allocation function preferentially avoid the old group
216                 descriptor blocks, to make resize2fs more robust.
217
218 Fri Feb 13 17:15:43 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
219
220         * resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c,
221                 main.c: Reorganize how the progress functions are called.
222
223 Mon Jan 19 09:12:28 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
224
225         * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
226                 of the ext2-specific header files are in a flat directory.
227
228         * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
229                 resize2fs.h: Rename variables named "new" to "new_block",
230                 "new_inode", or "new_loc" to avoid C++ reserved word
231                 clash.
232         
233         * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
234                 sim_progress.c: Use ext2fs_get_memory(),
235                 ext2fs_free_memory(), et. al., instead of malloc() and
236                 free().
237         
238         * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
239                 all assignments from void * to be compatible with C++.
240         
241 Mon Dec 29 19:09:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
242
243         * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
244                 Change private to priv_data to avoid C++ namespace clash.
245
246 Mon Nov  3 14:45:06 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
247
248         * resize2fs.h: Remove STDC magic, since everyone is STDC these days.
249
250         * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include
251                 printf statements if RESIZE2FS_DEBUG is defined.
252
253         * main.c: Don't read in the bitmaps since resize2fs.c does that.
254
255 Sun Oct 19 20:40:42 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
256
257         * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
258
259 Wed Sep  3 17:31:49 1997  Theodore Y. Ts'o  <tytso@edt.mit.edu>
260
261         * resize2fs.h: Add #include for errno.h
262
263 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
264
265         * Release of E2fsprogs 1.11
266