blob: d91240a242adc25ab0484c096cc63a4c12cefb62 [file] [log] [blame]
Theodore Ts'o2bc4d4f1998-03-21 03:27:48 +000011998-03-20 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * resize2fs.c (inode_scan_and_fix): If we are expanding the
4 filesystem, temporarily set
5 rfs->old_fs->super->s_blocks_count to ultimate size of the
6 filesystem, to avoid catching an error on the block
7 iterator.
8
Theodore Ts'oba0af751998-03-09 17:41:53 +00009Mon Mar 9 12:02:47 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
10
11 * main.c: Use a local version.h file.
12
Theodore Ts'obce49791998-03-07 23:24:01 +000013Sat Mar 7 18:18:04 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
14
Theodore Ts'ofac9c201998-03-07 23:36:45 +000015 * Makefile.in: Change the name of the complete source file that we
16 built (that includes resize2fs) to be
17 e2fsprogs-ALL-<version>.tar.gz. Don't link with libuuid,
18 since it's not needed.
19
Theodore Ts'o59fa3691998-03-07 23:26:26 +000020 * main.c (main): Add copyright notice.
21
Theodore Ts'obce49791998-03-07 23:24:01 +000022 * resize2fs.c (blocks_to_move): Create the meta_bmap using the old
23 filesystem, not the new filesystem.
24 (get_new_block): Don't try checking the old block bitmap
25 if the block we're testing is beyond the boundaries of the
26 old filesystem.
27
Theodore Ts'o0e14f781998-02-27 06:04:23 +000028Fri Feb 27 01:02:50 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
29
30 * Makefile.in: Add rule to build a static version of resize2fs.
31 Update dependency rules.
32
33 * main.c: #include ../version.h, instead of using a hard-coded
34 version string.
35
Theodore Ts'o3b627e81998-02-24 20:24:49 +000036Tue Feb 24 15:22:52 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
37
38 * Change the progress function to return an errcode_t; this allows
39 the progress function to return a error indicating a
40 user-requested cancel.
41
Theodore Ts'of4b2a6d1998-02-21 04:20:44 +0000421998-02-20 Theodore Y. Ts'o <tytso@edt.mit.edu>
43
44 * main.c (check_mount, main): Resize2fs now checks the size of the
45 partition, and uses this as a default new_size of the
46 partition if one is not specified. Resize2fs will not let
47 you resize a mounted partition.
48
49 * resize2fs.c: Change how the progress function for the INODE_SCAN
50 pass is performed, so that the maximum size is never zero.
51
52 * resize2fs.8.in: Updated man page.
53
Theodore Ts'oa8519a21998-02-16 22:16:20 +000054Mon Feb 16 17:13:01 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
55
56 * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c,
57 ext2_inode_move.c: Major reoganization of how resizing
58 works. Functions in ext2_block_move.c, and
59 ext2_inode_move.c moved into resize2fs.c. Multiple passes
60 in those two files also combined into a single inode
61 scanning pass. Made the inode table moving function
62 better handling the case where it needs to abort
63 mid-operation. When moving blocks around, made the block
64 allocation function preferentially avoid the old group
65 descriptor blocks, to make resize2fs more robust.
66
Theodore Ts'o63b44fb1998-02-13 22:58:18 +000067Fri Feb 13 17:15:43 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
68
69 * resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c,
70 main.c: Reorganize how the progress functions are called.
71
Theodore Ts'oca8abba1998-01-19 14:55:24 +000072Mon Jan 19 09:12:28 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
73
74 * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
75 of the ext2-specific header files are in a flat directory.
76
77 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
78 resize2fs.h: Rename variables named "new" to "new_block",
79 "new_inode", or "new_loc" to avoid C++ reserved word
80 clash.
81
82 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
83 sim_progress.c: Use ext2fs_get_memory(),
84 ext2fs_free_memory(), et. al., instead of malloc() and
85 free().
86
87 * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
88 all assignments from void * to be compatible with C++.
89
90Mon Dec 29 19:09:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
91
92 * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
93 Change private to priv_data to avoid C++ namespace clash.
94
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000095Mon Nov 3 14:45:06 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
96
Theodore Ts'o9abf59d1997-11-04 00:31:22 +000097 * resize2fs.h: Remove STDC magic, since everyone is STDC these days.
98
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000099 * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include
100 printf statements if RESIZE2FS_DEBUG is defined.
101
102 * main.c: Don't read in the bitmaps since resize2fs.c does that.
103
Theodore Ts'od40259f1997-10-20 00:44:26 +0000104Sun Oct 19 20:40:42 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
105
106 * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
107
Theodore Ts'obc75f2a1997-09-04 00:43:10 +0000108Wed Sep 3 17:31:49 1997 Theodore Y. Ts'o <tytso@edt.mit.edu>
109
110 * resize2fs.h: Add #include for errno.h
111
Theodore Ts'o024996c1997-06-17 05:38:35 +0000112Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
113
114 * Release of E2fsprogs 1.11
115