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