Theodore Ts'o | 1333fe9 | 1998-09-03 00:26:49 +0000 | [diff] [blame] | 1 | 1998-09-02 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 2 | |
| 3 | * resize2fs.c: Rename max to max_groups and max_dirs to avoid |
| 4 | possible conflicts with a cpp macro named "max". |
| 5 | |
Theodore Ts'o | 169cb54 | 1998-08-01 04:33:31 +0000 | [diff] [blame] | 6 | 1998-07-26 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 7 | |
| 8 | * resize2fs.h: Protect include of unistd.h with HAVE_UNISTD_H. |
| 9 | |
Theodore Ts'o | 4a5fa19 | 1998-07-09 05:42:45 +0000 | [diff] [blame] | 10 | 1998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 11 | |
| 12 | * Release of E2fsprogs 1.12 |
| 13 | |
Theodore Ts'o | 0843075 | 1998-06-10 20:36:37 +0000 | [diff] [blame] | 14 | 1998-06-10 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 15 | |
| 16 | * resize2fs.c (process_block): Change blkcnt_t to be e2_blkcnt_t |
| 17 | to avoid collision with LFS API. |
| 18 | |
Theodore Ts'o | 4c77fe5 | 1998-04-30 17:35:59 +0000 | [diff] [blame] | 19 | 1998-04-28 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 20 | |
| 21 | * extent.c (ext2fs_create_extent_table): Use ext2fs_free_mem |
| 22 | instead of free(). |
| 23 | (extent_cmp): Use EXT2_QSORT_TYPE to define the appropriate |
| 24 | return type for comparison functions for qsort. |
| 25 | |
Theodore Ts'o | 76f875d | 1998-04-27 01:41:13 +0000 | [diff] [blame] | 26 | 1998-04-26 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 27 | |
| 28 | * resize2fs.c (adjust_superblock): |
| 29 | * extent.c (ext2fs_add_extent_entry): Update functions to |
| 30 | pass the old size of the memory to be resized to |
| 31 | ext2fs_resize_mem(). |
| 32 | |
Theodore Ts'o | d171c5b | 1998-04-03 16:07:06 +0000 | [diff] [blame] | 33 | 1998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 34 | |
| 35 | * Makefile.in: Change to use new installation directory variables |
| 36 | convention. Fix uninstall rules to take $(DESTDIR) into |
| 37 | account. Remove cat8dir from the installdirs target, |
| 38 | since modern man package don't necessarily put the cat |
| 39 | directory in /usr/man/cat?. |
| 40 | |
Theodore Ts'o | 2a3013b | 1998-03-30 01:08:41 +0000 | [diff] [blame] | 41 | 1998-03-29 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 42 | |
| 43 | * extent.c (extent_cmp): Add const to cast to prevent -Wall warning. |
| 44 | |
| 45 | * main.c (check_mount): Rename function argument to prevent -Wall |
| 46 | warning. |
| 47 | |
Theodore Ts'o | 101c84f | 1998-03-24 16:27:11 +0000 | [diff] [blame] | 48 | 1998-03-24 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 49 | |
| 50 | * main.c (main): Check to make sure we can really resize this |
| 51 | filesystem. If there are compatible feature sets that we |
| 52 | don't support, we need to abort. |
| 53 | |
| 54 | * resize2fs.c: Change to use the new prototype required by |
| 55 | block_iterate2 (which uses blkcnt_t for the blockcount). |
| 56 | |
Theodore Ts'o | 2bc4d4f | 1998-03-21 03:27:48 +0000 | [diff] [blame] | 57 | 1998-03-20 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 58 | |
| 59 | * resize2fs.c (inode_scan_and_fix): If we are expanding the |
| 60 | filesystem, temporarily set |
| 61 | rfs->old_fs->super->s_blocks_count to ultimate size of the |
| 62 | filesystem, to avoid catching an error on the block |
| 63 | iterator. |
| 64 | |
Theodore Ts'o | ba0af75 | 1998-03-09 17:41:53 +0000 | [diff] [blame] | 65 | Mon Mar 9 12:02:47 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 66 | |
| 67 | * main.c: Use a local version.h file. |
| 68 | |
Theodore Ts'o | bce4979 | 1998-03-07 23:24:01 +0000 | [diff] [blame] | 69 | Sat Mar 7 18:18:04 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 70 | |
Theodore Ts'o | fac9c20 | 1998-03-07 23:36:45 +0000 | [diff] [blame] | 71 | * Makefile.in: Change the name of the complete source file that we |
| 72 | built (that includes resize2fs) to be |
| 73 | e2fsprogs-ALL-<version>.tar.gz. Don't link with libuuid, |
| 74 | since it's not needed. |
| 75 | |
Theodore Ts'o | 59fa369 | 1998-03-07 23:26:26 +0000 | [diff] [blame] | 76 | * main.c (main): Add copyright notice. |
| 77 | |
Theodore Ts'o | bce4979 | 1998-03-07 23:24:01 +0000 | [diff] [blame] | 78 | * resize2fs.c (blocks_to_move): Create the meta_bmap using the old |
| 79 | filesystem, not the new filesystem. |
| 80 | (get_new_block): Don't try checking the old block bitmap |
| 81 | if the block we're testing is beyond the boundaries of the |
| 82 | old filesystem. |
| 83 | |
Theodore Ts'o | 0e14f78 | 1998-02-27 06:04:23 +0000 | [diff] [blame] | 84 | Fri Feb 27 01:02:50 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 85 | |
| 86 | * Makefile.in: Add rule to build a static version of resize2fs. |
| 87 | Update dependency rules. |
| 88 | |
| 89 | * main.c: #include ../version.h, instead of using a hard-coded |
| 90 | version string. |
| 91 | |
Theodore Ts'o | 3b627e8 | 1998-02-24 20:24:49 +0000 | [diff] [blame] | 92 | Tue Feb 24 15:22:52 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 93 | |
| 94 | * Change the progress function to return an errcode_t; this allows |
| 95 | the progress function to return a error indicating a |
| 96 | user-requested cancel. |
| 97 | |
Theodore Ts'o | f4b2a6d | 1998-02-21 04:20:44 +0000 | [diff] [blame] | 98 | 1998-02-20 Theodore Y. Ts'o <tytso@edt.mit.edu> |
| 99 | |
| 100 | * main.c (check_mount, main): Resize2fs now checks the size of the |
| 101 | partition, and uses this as a default new_size of the |
| 102 | partition if one is not specified. Resize2fs will not let |
| 103 | you resize a mounted partition. |
| 104 | |
| 105 | * resize2fs.c: Change how the progress function for the INODE_SCAN |
| 106 | pass is performed, so that the maximum size is never zero. |
| 107 | |
| 108 | * resize2fs.8.in: Updated man page. |
| 109 | |
Theodore Ts'o | a8519a2 | 1998-02-16 22:16:20 +0000 | [diff] [blame] | 110 | Mon Feb 16 17:13:01 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 111 | |
| 112 | * resize2fs.c, resize2fs.h, main.c, ext2_block_move.c, |
| 113 | ext2_inode_move.c: Major reoganization of how resizing |
| 114 | works. Functions in ext2_block_move.c, and |
| 115 | ext2_inode_move.c moved into resize2fs.c. Multiple passes |
| 116 | in those two files also combined into a single inode |
| 117 | scanning pass. Made the inode table moving function |
| 118 | better handling the case where it needs to abort |
| 119 | mid-operation. When moving blocks around, made the block |
| 120 | allocation function preferentially avoid the old group |
| 121 | descriptor blocks, to make resize2fs more robust. |
| 122 | |
Theodore Ts'o | 63b44fb | 1998-02-13 22:58:18 +0000 | [diff] [blame] | 123 | Fri Feb 13 17:15:43 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 124 | |
| 125 | * resize2fs.c, resize2fs.h, ext2_block_move.c, ext2_inode_move.c, |
| 126 | main.c: Reorganize how the progress functions are called. |
| 127 | |
Theodore Ts'o | ca8abba | 1998-01-19 14:55:24 +0000 | [diff] [blame] | 128 | Mon Jan 19 09:12:28 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 129 | |
| 130 | * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all |
| 131 | of the ext2-specific header files are in a flat directory. |
| 132 | |
| 133 | * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c, |
| 134 | resize2fs.h: Rename variables named "new" to "new_block", |
| 135 | "new_inode", or "new_loc" to avoid C++ reserved word |
| 136 | clash. |
| 137 | |
| 138 | * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c, |
| 139 | sim_progress.c: Use ext2fs_get_memory(), |
| 140 | ext2fs_free_memory(), et. al., instead of malloc() and |
| 141 | free(). |
| 142 | |
| 143 | * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast |
| 144 | all assignments from void * to be compatible with C++. |
| 145 | |
| 146 | Mon Dec 29 19:09:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 147 | |
| 148 | * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c: |
| 149 | Change private to priv_data to avoid C++ namespace clash. |
| 150 | |
Theodore Ts'o | 80c0fc3 | 1997-11-03 19:46:49 +0000 | [diff] [blame] | 151 | Mon Nov 3 14:45:06 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 152 | |
Theodore Ts'o | 9abf59d | 1997-11-04 00:31:22 +0000 | [diff] [blame] | 153 | * resize2fs.h: Remove STDC magic, since everyone is STDC these days. |
| 154 | |
Theodore Ts'o | 80c0fc3 | 1997-11-03 19:46:49 +0000 | [diff] [blame] | 155 | * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include |
| 156 | printf statements if RESIZE2FS_DEBUG is defined. |
| 157 | |
| 158 | * main.c: Don't read in the bitmaps since resize2fs.c does that. |
| 159 | |
Theodore Ts'o | d40259f | 1997-10-20 00:44:26 +0000 | [diff] [blame] | 160 | Sun Oct 19 20:40:42 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 161 | |
| 162 | * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H. |
| 163 | |
Theodore Ts'o | bc75f2a | 1997-09-04 00:43:10 +0000 | [diff] [blame] | 164 | Wed Sep 3 17:31:49 1997 Theodore Y. Ts'o <tytso@edt.mit.edu> |
| 165 | |
| 166 | * resize2fs.h: Add #include for errno.h |
| 167 | |
Theodore Ts'o | 024996c | 1997-06-17 05:38:35 +0000 | [diff] [blame] | 168 | Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 169 | |
| 170 | * Release of E2fsprogs 1.11 |
| 171 | |