Andreas Dilger | b21bf26 | 2002-06-10 11:05:56 -0600 | [diff] [blame^] | 1 | 2002-06-09 Andreas Dilger <adilger@clusterfs.com> |
| 2 | |
| 3 | * f_8192_block, f_16384_block: Basic tests of 8192-byte block |
| 4 | and 16384-byte blocksize filesystems. |
| 5 | |
Theodore Ts'o | bcf9c5d | 2002-05-21 09:14:17 -0400 | [diff] [blame] | 6 | 2002-05-21 Theodore Ts'o <tytso@mit.edu> |
| 7 | |
Theodore Ts'o | da30704 | 2002-05-21 21:19:14 -0400 | [diff] [blame] | 8 | * f_badsymlinks: Check for symlink too big error message. |
| 9 | |
| 10 | * f_lotsbad: Check for directory too big error message. |
| 11 | |
| 12 | * f_big_sparse: New test case which e2fsck's response to a large, |
| 13 | sparse file, and tests the code which adds the LARGE_FILE |
| 14 | feature to a filesystem. |
| 15 | |
Theodore Ts'o | bcf9c5d | 2002-05-21 09:14:17 -0400 | [diff] [blame] | 16 | * f_badsymlinks, f_filetype: Revert expected text since we're no |
| 17 | longer checking for EXT2_INDEX_FL along with the other |
| 18 | immutable flags. |
| 19 | |
| 20 | * f_badsymlinks, f_badinode: The symlink invalid size problem text |
| 21 | has been generalized to "invalid symlink". |
| 22 | |
Andreas Dilger | b94a052 | 2002-05-18 13:16:30 -0600 | [diff] [blame] | 23 | 2002-05-18 Andreas Dilger <adilger@clusterfs.com> |
| 24 | |
| 25 | * f_badsymlink: Add extra length checks for symlinks |
| 26 | - missing nul termination test (new) |
| 27 | - nul terminated but i_size is wrong |
| 28 | - i_size == maximum size (no space for nul, new) |
| 29 | - too many blocks for long symlink |
| 30 | |
Theodore Ts'o | a8e7724 | 2002-03-08 03:12:14 -0500 | [diff] [blame] | 31 | 2002-03-08 Theodore Tso <tytso@mit.edu> |
| 32 | |
| 33 | * Release of E2fsprogs 1.27 |
| 34 | |
Theodore Ts'o | f2d5c93 | 2002-03-07 03:13:07 -0500 | [diff] [blame] | 35 | 2002-03-07 <tytso@mit.edu> |
| 36 | |
| 37 | * f_miss_journal, f_extra_journal: Added new test cases. |
| 38 | |
| 39 | 2002-03-06 <tytso@mit.edu> |
Theodore Ts'o | f122632 | 2002-03-07 02:47:07 -0500 | [diff] [blame] | 40 | |
| 41 | * f_badorphan, f_badtable, f_bbinode, f_dupsuper, f_expand, |
| 42 | f_illbbitmap, f_illibitmap, f_illitable, f_imagic, |
| 43 | f_imagic_fs, f_lotsbad, f_lpf, f_messy_inode, |
| 44 | f_miss_blk_bmap, f_misstable, f_overfsblks: Adjust expect |
| 45 | files to deal with the fact that e2fsck is now reporting |
| 46 | ranges during pass 5. |
| 47 | |
Theodore Ts'o | 57173d0 | 2002-02-26 14:59:39 -0500 | [diff] [blame] | 48 | 2002-02-12 Theodore Tso <tytso@mit.edu> |
Theodore Ts'o | 7d4343d | 2002-02-12 02:34:44 -0500 | [diff] [blame] | 49 | |
| 50 | * run_e2fsck (status): Use separate sed invocations for greater |
| 51 | portabilty. AIX's sed doesn't support multiple -e |
| 52 | specifications, even though it's required by Unix 98. |
| 53 | |
| 54 | * test_script.in: Use printf instead of "echo -n", since the -n |
| 55 | option to echo is a BSD'ism which isn't specified by the |
| 56 | Unix 98 / SUSv3 specification. (And which of course, AIX |
| 57 | doesn't implement as a result.) |
| 58 | |
Theodore Ts'o | a5f3f5c | 2002-02-03 01:00:22 -0500 | [diff] [blame] | 59 | 2002-02-03 Theodore Tso <tytso@thunk.org> |
| 60 | |
| 61 | * Release of E2fsprogs 1.26 |
| 62 | |
Theodore Ts'o | 31a20a3 | 2002-02-03 01:24:37 -0500 | [diff] [blame] | 63 | 2002-02-03 Theodore Tso <tytso@valinux.com> |
| 64 | |
| 65 | * f_swapfs: Fix expect script to deal with extra spaces now |
| 66 | printed by debugfs's ls command. |
| 67 | |
Andreas Dilger | f10ff64 | 2002-01-06 21:58:52 -0700 | [diff] [blame] | 68 | 2002-01-06 Andreas Dilger <adilger@turbolinux.com> |
| 69 | |
| 70 | * Makefile: Add new target "make testnew" which will create a new |
| 71 | testcase for e2fsck with an empty 8MB filesystem. After |
| 72 | the test filesystem is appropriately "broken" the new |
| 73 | target "make testend" will create expect files for it. |
| 74 | |
Theodore Ts'o | a5f3f5c | 2002-02-03 01:00:22 -0500 | [diff] [blame] | 75 | 2001-12-16 Theodore Tso <tytso@mit.edu> |
Theodore Ts'o | 8cf9333 | 2001-12-16 02:23:36 -0500 | [diff] [blame] | 76 | |
Andreas Dilger | f10ff64 | 2002-01-06 21:58:52 -0700 | [diff] [blame] | 77 | * f_ext_journal: Add new test which checks e2fsck's ability to use |
Theodore Ts'o | 8cf9333 | 2001-12-16 02:23:36 -0500 | [diff] [blame] | 78 | an external journal. |
| 79 | |
Gabriel Paubert | b3b3d46 | 2001-11-30 13:45:28 +0100 | [diff] [blame] | 80 | 2001-11-30 Gabriel Paubert <paubert@iram.es> |
| 81 | |
| 82 | * f_badorphan: Revert previous, erroneous change. |
| 83 | |
Theodore Ts'o | a5f3f5c | 2002-02-03 01:00:22 -0500 | [diff] [blame] | 84 | 2001-11-30 Theodore Tso <tytso@mit.edu> |
Theodore Ts'o | 24934b5 | 2001-11-30 11:52:46 +0100 | [diff] [blame] | 85 | |
| 86 | * f_badorphan, f_journal: Update expect files to reflect the fact |
| 87 | that new e2fsck's will move the .journal file to a hidden |
| 88 | inode. |
| 89 | |
Theodore Ts'o | a5f3f5c | 2002-02-03 01:00:22 -0500 | [diff] [blame] | 90 | 2001-11-26 Theodore Tso <tytso@mit.edu> |
Theodore Ts'o | aa4a58b | 2001-11-26 20:00:07 -0500 | [diff] [blame] | 91 | |
| 92 | * f_miss_blk_bmap: Add new test which checks for bug in e2fsck |
| 93 | where it wouldn't allocate a missing block bitmap on |
| 94 | filesystems with a blocksize of 2k or 4k. |
| 95 | |
Theodore Ts'o | a5f3f5c | 2002-02-03 01:00:22 -0500 | [diff] [blame] | 96 | 2001-10-07 Theodore Tso <tytso@mit.edu> |
Theodore Ts'o | 62e3e7f | 2001-10-07 02:13:30 -0400 | [diff] [blame] | 97 | |
| 98 | * f_bad_local_jnl: New test which tests for a V2 journal with bad |
| 99 | fields caused by a botched V1->V2 upgrade. |
| 100 | |
Theodore Ts'o | fbf9111 | 2001-09-20 10:47:47 -0400 | [diff] [blame] | 101 | 2001-09-20 Theodore Tso <tytso@thunk.org> |
| 102 | |
| 103 | * Release of E2fsprogs 1.25 |
| 104 | |
Theodore Ts'o | fb70775 | 2001-09-04 15:00:37 -0400 | [diff] [blame] | 105 | 2001-09-02 Theodore Tso <tytso@thunk.org> |
| 106 | |
| 107 | * Release of E2fsprogs 1.24a |
| 108 | |
Theodore Ts'o | 109624a | 2001-08-31 00:59:55 -0400 | [diff] [blame] | 109 | 2001-08-30 Theodore Tso <tytso@thunk.org> |
| 110 | |
| 111 | * Release of E2fsprogs 1.24 |
| 112 | |
Theodore Ts'o | 943ed87 | 2001-08-27 12:29:22 -0400 | [diff] [blame] | 113 | 2001-08-15 Theodore Tso <tytso@valinux.com> |
| 114 | |
| 115 | * Release of E2fsprogs 1.23 |
| 116 | |
Theodore Ts'o | 9341cf2 | 2001-08-04 20:51:01 -0400 | [diff] [blame] | 117 | 2001-08-04 Theodore Tso <tytso@valinux.com> |
| 118 | |
| 119 | * f_bad_inode, f_badsymlinks: Update expect files to reflect |
| 120 | changes in the problem code texts. |
| 121 | |
| 122 | * f_swapfs: The image file used by f_swapfs had bugs which got |
| 123 | caught by Andreas' changes to be more strict about |
| 124 | symlinks. |
| 125 | |
Andreas Dilger | 67052a8 | 2001-08-04 00:51:18 -0600 | [diff] [blame] | 126 | 2001-07-26 Andreas Dilger <adilger@turbolinux.com> |
| 127 | |
| 128 | * f_symlinks: Add several fast symlink error cases to test. |
| 129 | |
Theodore Ts'o | a092c56 | 2001-07-27 22:40:09 -0400 | [diff] [blame] | 130 | 2001-07-27 Theodore Tso <tytso@valinux.com> |
| 131 | |
| 132 | * f_filetype: Update expect.1 to match changed problem message |
| 133 | text and the fact that symlinks shouldn't be immutable. |
| 134 | |
Theodore Ts'o | e667687 | 2001-07-07 13:23:14 -0400 | [diff] [blame] | 135 | 2001-07-07 Theodore Tso <tytso@valinux.com> |
| 136 | |
| 137 | * f_badinode: Update expect.1 to match change in invalid symlink |
| 138 | size text. |
| 139 | |
Theodore Ts'o | 6796013 | 2001-06-23 00:16:37 -0400 | [diff] [blame] | 140 | 2001-06-23 Theodore Tso <tytso@valinux.com> |
| 141 | |
| 142 | * Release of E2fsprogs 1.22 |
| 143 | |
Theodore Ts'o | 20a57e9 | 2001-06-22 20:29:54 -0400 | [diff] [blame] | 144 | 2001-06-22 Theodore Tso <tytso@valinux.com> |
| 145 | |
| 146 | * run_e2fsck, defaults/e_script: Filter out CR characters from the |
| 147 | output, since BK filtered \r fromthe expect files. This |
| 148 | is needed to make the regression test suite work again. |
| 149 | |
Theodore Ts'o | f4f75ba | 2001-06-16 01:14:28 +0000 | [diff] [blame] | 150 | 2001-06-15 Theodore Tso <tytso@valinux.com> |
| 151 | |
| 152 | * Release of E2fsprogs 1.21 |
| 153 | |
Theodore Ts'o | 5a9c036 | 2001-06-02 04:55:57 +0000 | [diff] [blame] | 154 | 2001-06-02 Theodore Tso <tytso@valinux.com> |
| 155 | |
| 156 | * f_badinode: Added a fast symlink with an invalid size to test |
| 157 | e2fsck's handling of this case. |
Theodore Ts'o | e6d33ec | 2001-06-01 15:14:38 +0000 | [diff] [blame] | 158 | |
Theodore Ts'o | a444dca | 2001-06-01 19:46:43 +0000 | [diff] [blame] | 159 | * f_dup3: New test case which checks handling of blocks claimed |
| 160 | multiple times by one inode which weren't handled |
| 161 | correctly by e2fsck 1.20. |
| 162 | |
Theodore Ts'o | e6d33ec | 2001-06-01 15:14:38 +0000 | [diff] [blame] | 163 | * d_loaddump: Fix test script to remove bash'isms, and make the |
| 164 | shell script more robust in cases where the user has |
| 165 | overridden CFLAGS so that the debugfs binary isn't |
| 166 | compiled with -g, and is smaller than 128k. Also specify |
| 167 | the blocksize to be used explictly to avoid problems with |
| 168 | people who change the mke2fs default parameters. |
| 169 | |
Theodore Ts'o | bb18586 | 2001-05-25 17:35:00 +0000 | [diff] [blame] | 170 | 2001-05-25 Theodore Tso <tytso@valinux.com> |
| 171 | |
| 172 | * Release of E2fsprogs 1.20 |
| 173 | |
Theodore Ts'o | 21afac0 | 2001-05-14 12:47:41 +0000 | [diff] [blame] | 174 | 2001-05-14 Theodore Tso <tytso@valinux.com> |
| 175 | |
| 176 | * f_badorphan: New test which verifies corrupted orphan list |
| 177 | handling. |
| 178 | |
Theodore Ts'o | bfcd9a1 | 2001-05-05 16:21:48 +0000 | [diff] [blame] | 179 | 2001-05-05 Theodore Tso <tytso@valinux.com> |
| 180 | |
| 181 | * d_loaddump: New test which verifies debugfs's dump and load |
| 182 | routines. |
| 183 | |
Theodore Ts'o | f6f6583 | 2000-10-25 03:01:37 +0000 | [diff] [blame] | 184 | 2000-10-24 <tytso@snap.thunk.org> |
| 185 | |
| 186 | * f_journal: Update to take into account new printing by the |
| 187 | e2fsck program. |
| 188 | |
Theodore Ts'o | 98f8a97 | 2000-10-18 19:03:39 +0000 | [diff] [blame] | 189 | 2000-08-22 <tytso@valinux.com> |
| 190 | |
| 191 | * f_journal: Make the test check for a wide variety of mixed sizes |
| 192 | of orphaned inodes (and not just a size of 0). |
| 193 | |
Theodore Ts'o | da1a022 | 2000-08-20 21:48:45 +0000 | [diff] [blame] | 194 | 2000-08-20 <tytso@valinux.com> |
| 195 | |
| 196 | * run_e2fsck: Filter out JFS DEBUG messages when comparing e2fsck |
| 197 | output. |
| 198 | |
| 199 | * f_journal: New test case which checks out running the ext3 |
| 200 | journal. |
| 201 | |
| 202 | * f_orphan: New test case which checks clearing the list of orphan |
| 203 | inodes (files and directories). |
| 204 | |
| 205 | * f_swapfs/expect: Update to reflect new debugfs format for |
| 206 | dumping the blocks of an inode. |
| 207 | |
Theodore Ts'o | f9e6706 | 2000-07-13 23:25:54 +0000 | [diff] [blame] | 208 | 2000-07-13 <tytso@valinux.com> |
| 209 | |
| 210 | * Release of E2fsprogs 1.19 |
| 211 | |
Theodore Ts'o | 93d2969 | 2000-05-25 16:40:54 +0000 | [diff] [blame] | 212 | 2000-05-25 <tytso@snap.thunk.org> |
| 213 | |
| 214 | * test_script.in: Ignore files in the test directory (to avoid |
| 215 | spurious messages when builddir==srcdir). |
| 216 | |
Theodore Ts'o | 4ea0a11 | 2000-05-08 13:33:17 +0000 | [diff] [blame] | 217 | 2000-05-08 Theodore Ts'o <tytso@valinux.com> |
| 218 | |
| 219 | * f_hurd: Add test for Hurd-specific features (right now, just |
| 220 | checks to make sure the filetype feature is cleared) |
| 221 | |
Theodore Ts'o | cc73e04 | 2000-04-06 23:05:32 +0000 | [diff] [blame] | 222 | 2000-04-06 Theodore Ts'o <tytso@valinux.com> |
| 223 | |
| 224 | * f_filetype: Updated expect script to match with new text for |
| 225 | immutable/append-only files. |
| 226 | |
Theodore Ts'o | 58efb82 | 2000-02-08 00:50:34 +0000 | [diff] [blame] | 227 | 2000-02-07 Theodore Ts'o <tytso@valinux.com> |
| 228 | |
| 229 | * f_swapfs: Fix expected text to match changed debugfs dump |
| 230 | command for i_generation field. |
| 231 | |
Theodore Ts'o | 0444e15 | 1999-11-10 13:17:24 +0000 | [diff] [blame] | 232 | 1999-11-10 <tytso@valinux.com> |
| 233 | |
Theodore Ts'o | cd08636 | 1999-11-10 16:00:39 +0000 | [diff] [blame] | 234 | * Release of E2fsprogs 1.18 |
| 235 | |
| 236 | 1999-11-10 <tytso@valinux.com> |
| 237 | |
Theodore Ts'o | 0444e15 | 1999-11-10 13:17:24 +0000 | [diff] [blame] | 238 | * f_imagic: New test case which tests handling of imagic inodes in |
| 239 | an non-imagic-enabled filessystem. |
| 240 | |
| 241 | * f_imagic_fs: New test case which tests handling of imagic inodes |
| 242 | in an imagic-enabled filesystem. |
| 243 | |
| 244 | * f_filetype: New test case which tests setting filetype |
| 245 | information in a filesystem. Also tests handling of |
| 246 | immutable special files (device/fifo). |
| 247 | |
| 248 | * run_e2fsck: Add support for PREP_CMD, which allows a test case |
| 249 | to specify some commands which will be run (via eval) |
| 250 | after the image is compressed and before running e2fsck. |
| 251 | |
Theodore Ts'o | 28e1194 | 1999-10-26 18:17:20 +0000 | [diff] [blame] | 252 | 1999-10-26 <tytso@valinux.com> |
| 253 | |
| 254 | * Release of E2fsprogs 1.17 |
| 255 | |
Theodore Ts'o | 614fdfd | 1999-10-23 03:19:51 +0000 | [diff] [blame] | 256 | 1999-10-22 <tytso@valinux.com> |
| 257 | |
| 258 | * Release of E2fsprogs 1.16 |
| 259 | |
Theodore Ts'o | 67efcf7 | 1999-09-16 14:20:07 +0000 | [diff] [blame] | 260 | 1999-09-16 <tytso@rsts-11.mit.edu> |
| 261 | |
| 262 | * f_dupdot: New test case which tests duplicate '.' and '..' entries. |
| 263 | |
Theodore Ts'o | 8b25041 | 1999-09-14 19:54:39 +0000 | [diff] [blame] | 264 | 1999-09-07 <tytso@rsts-11.mit.edu> |
| 265 | |
| 266 | * f_expand: Make test case better by testing increasing the size |
| 267 | of lost+found where an indirect block must be created. |
| 268 | Also add checks to see what happens when directories are |
| 269 | disconnected because their containing directory is |
| 270 | destroyed (turned into a socket :-) |
| 271 | |
| 272 | 1999-08-02 <tytso@rsts-11.mit.edu> |
| 273 | |
| 274 | * f_dupfsblks: Add additional test cases where files share |
| 275 | duplicate blocks with both other files and filesystem |
| 276 | metadata. |
| 277 | |
Theodore Ts'o | 8573470 | 1999-07-31 00:35:04 +0000 | [diff] [blame] | 278 | 1999-07-30 <tytso@valinux.com> |
| 279 | |
| 280 | * f_swapfs: Change to deal with new dump_inode command. |
| 281 | |
| 282 | 1999-07-18 Theodore Ts'o <tytso@valinux.com> |
Theodore Ts'o | 657cb97 | 1999-07-30 23:19:10 +0000 | [diff] [blame] | 283 | |
| 284 | * Release of E2fsprogs 1.15 |
| 285 | |
Theodore Ts'o | e72a9ba | 1999-06-25 15:40:18 +0000 | [diff] [blame] | 286 | 1999-06-25 <tytso@rsts-11.mit.edu> |
| 287 | |
| 288 | * f_recnect_bad: New test which checks the case where a disconnect |
| 289 | inode also bad inode fields; we need to make sure e2fsck |
| 290 | offers to fix the inode (or clear the inode, as necessary). |
| 291 | |
Theodore Ts'o | 3f40875 | 1999-03-15 17:00:48 +0000 | [diff] [blame] | 292 | 1999-03-14 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 293 | |
| 294 | * f_lpffile: New test which checks how e2fsck handles a the case |
| 295 | where lost+found exists, but it's not a directory. |
| 296 | |
Theodore Ts'o | 9e51eca | 1999-01-09 16:32:31 +0000 | [diff] [blame] | 297 | 1999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 298 | |
| 299 | * Release of E2fsprogs 1.14 |
| 300 | |
Theodore Ts'o | 556ad13 | 1998-12-19 08:10:58 +0000 | [diff] [blame] | 301 | 1998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 302 | |
| 303 | * Release of E2fsprogs 1.13 |
| 304 | |
Theodore Ts'o | d56385e | 1998-12-04 06:18:58 +0000 | [diff] [blame] | 305 | 1998-12-04 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 306 | |
| 307 | * f_badtable, f_illitable, f_lpf: Update to deal with the fact |
| 308 | that e2fsck will now create a lost+found directory at the |
| 309 | end of pass 3 if one isn't present. |
| 310 | |
Theodore Ts'o | 4a5fa19 | 1998-07-09 05:42:45 +0000 | [diff] [blame] | 311 | 1998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 312 | |
| 313 | * Release of E2fsprogs 1.12 |
| 314 | |
Theodore Ts'o | c9833a6 | 1998-07-05 19:37:53 +0000 | [diff] [blame] | 315 | 1998-07-05 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 316 | |
| 317 | * f_swapfs: Fix script to ignore the version string header which |
| 318 | debugfs now prints when it starts up. |
| 319 | |
Theodore Ts'o | 246501c | 1998-03-24 16:22:38 +0000 | [diff] [blame] | 320 | 1998-03-23 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 321 | |
| 322 | * f_messy_inode: Modify test to deal with changes to support |
| 323 | 64-bit size files. (/MAKEDEV had i_dir_acl, now |
| 324 | i_size_high, set.) |
| 325 | |
Theodore Ts'o | 4a5fa19 | 1998-07-09 05:42:45 +0000 | [diff] [blame] | 326 | 1998-02-20 Theodore Y. Ts'o <tytso@edt.mit.edu> |
| 327 | |
| 328 | * f_badinode: Set the immutable flag on the block and |
| 329 | character device so that e2fsck notices them as bad |
| 330 | devices, and offers to fix them. E2fsck currently |
| 331 | only checks devices with the immutable flag set, since |
| 332 | otherwise there might be some false positives --- the |
| 333 | kernel doesn't always clear the all of i_blocks[n], |
| 334 | n>=4, due to a race condition. |
| 335 | |
Theodore Ts'o | 6e5eeba | 1997-10-25 22:43:58 +0000 | [diff] [blame] | 336 | Sat Oct 25 18:38:56 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 337 | |
| 338 | * Add scripts to skip the e_brel_bma and e_irel_ima tests (since |
| 339 | they have been removed from the library for now) |
| 340 | |
Theodore Ts'o | 1c27cac | 1997-08-14 17:20:42 +0000 | [diff] [blame] | 341 | Thu Aug 14 11:25:23 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 342 | |
| 343 | * f_badinode: Modify test to check for "bad" character and block |
| 344 | devices (i.e., ones which contain garbage block entries) |
| 345 | |
Theodore Ts'o | 024996c | 1997-06-17 05:38:35 +0000 | [diff] [blame] | 346 | Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 347 | |
| 348 | * Release of E2fsprogs 1.11 |
| 349 | |
Theodore Ts'o | a29f4d3 | 1997-04-29 21:26:48 +0000 | [diff] [blame] | 350 | Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu> |
| 351 | |
| 352 | * Release of E2fsprogs version 1.10 |
| 353 | |
| 354 | Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 355 | |
| 356 | * Release of E2fsprogs version 1.09 |
| 357 | |
Theodore Ts'o | 2ecc6fe | 1997-04-29 17:57:00 +0000 | [diff] [blame] | 358 | Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 359 | |
| 360 | * Release of E2fsprogs version 1.08 |
| 361 | |
Theodore Ts'o | 521e368 | 1997-04-29 17:48:10 +0000 | [diff] [blame] | 362 | Wed Mar 26 09:29:25 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 363 | |
| 364 | * e_icount_normal, e_icount_opt: New tests which validate the |
| 365 | icount abstraction. |
| 366 | |
| 367 | * test_script.in: New feature; an argument of a single character |
| 368 | means do all the tests in that series. |
| 369 | |
| 370 | Tue Mar 18 15:11:04 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 371 | |
| 372 | * test_config (LANG): Set the language to be C so that the brel |
| 373 | and irel tests don't fail. |
| 374 | |
Theodore Ts'o | 19c78dc | 1997-04-29 16:17:09 +0000 | [diff] [blame] | 375 | Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu> |
| 376 | |
| 377 | * Release of E2fsprogs version 1.07 |
| 378 | |
| 379 | Thu Mar 6 23:23:07 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 380 | |
| 381 | * f_misstable: New test case which checks what happens when the |
| 382 | inode table for a block group is missing |
| 383 | |
| 384 | * f_reconnect: New test case which makes sure a simple |
| 385 | disconnected inode is properly handled. |
| 386 | |
| 387 | Mon Dec 2 09:33:31 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 388 | |
| 389 | * test_script.in: Add error checking to make sure a requested test |
| 390 | exists. |
| 391 | |
| 392 | Tue Oct 15 00:10:37 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 393 | |
| 394 | * f_bbinode: New test case which exercises what happens when a bad |
| 395 | block appears in the inode table. |
| 396 | |
| 397 | Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 398 | |
| 399 | * Release of E2fsprogs version 1.06 |
| 400 | |
Theodore Ts'o | 5c57647 | 1997-04-29 15:29:49 +0000 | [diff] [blame] | 401 | Mon Oct 7 07:52:41 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 402 | |
| 403 | * f_preen: New test case which makes sure that e2fsck -p won't |
| 404 | bash the backup superblock in case of a corrupted master |
| 405 | superblock. |
| 406 | |
| 407 | * test_script.in: Let the environment variable TEST_CONFIG to |
| 408 | override the location of the test_config file. Move |
| 409 | definition of TMP_DIR to test_config. |
| 410 | |
| 411 | * test_config: Add new defnitions for mke2fs, dumpe2fs, tune2fs, |
| 412 | lsattr, and chattr. |
| 413 | |
| 414 | Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 415 | |
| 416 | * Release of E2fsprogs version 1.05 |
| 417 | |
Theodore Ts'o | 1e3472c | 1997-04-29 14:53:37 +0000 | [diff] [blame] | 418 | Mon Sep 9 23:09:47 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 419 | |
| 420 | * Makefile.in (check): Add explicit ./ to test_script invokation, |
| 421 | since not all people will have "." in their path. |
| 422 | |
| 423 | Tue Sep 3 15:13:05 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 424 | |
| 425 | * test_config (PAGER): Unset pager to prevent debugfs forking a |
| 426 | pager, since the escape sequences confuse the expect |
| 427 | script. |
| 428 | |
| 429 | Sun May 19 23:37:35 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 430 | |
| 431 | * test_script: New feature; second optional argument allows |
| 432 | developers to only run one test case. |
| 433 | |
| 434 | * f_crashdisk: New test case which contains a patently illegal |
| 435 | superblock with a valid magic number. |
| 436 | |
Theodore Ts'o | 62c06f7 | 1997-04-29 14:34:47 +0000 | [diff] [blame] | 437 | Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 438 | |
| 439 | * Release of E2fsprogs version 1.04 |
| 440 | |
| 441 | Wed May 15 21:41:29 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> |
| 442 | |
| 443 | * f_illibitmap/expect.1, f_illbbitmap/expect.1: Changed |
| 444 | expected output to reflect hint which e2fsck will print when |
| 445 | there is a illegal block in the block group |
| 446 | descriptors, pointing at a block bitmap, inode bitmap, |
| 447 | or block in the inode table. |
| 448 | |
Theodore Ts'o | 7f88b04 | 1997-04-26 14:48:50 +0000 | [diff] [blame] | 449 | Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu> |
| 450 | |
| 451 | * Release of E2fsprogs version 1.03 |
| 452 | |
Theodore Ts'o | 74becf3 | 1997-04-26 14:37:06 +0000 | [diff] [blame] | 453 | Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu> |
| 454 | |
| 455 | * Release of E2fsprogs version 1.02 |
| 456 | |
Theodore Ts'o | a418d3a | 1997-04-26 14:00:26 +0000 | [diff] [blame] | 457 | Mon Sep 4 23:06:06 1995 Remy Card <card@bbj> |
| 458 | |
| 459 | * Makefile.in (clean, distclean): Use the -f option when removing |
| 460 | files. |
| 461 | |
| 462 | Fri Aug 11 10:10:30 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu> |
| 463 | |
| 464 | * test_script: Count up the number of passed and failed tests by |
| 465 | tallying the *.ok and *.failed files. |
| 466 | |
| 467 | * run_e2fsck: Create foo.ok and foo.failed files when tests |
| 468 | succeed or fail, respectively. |
| 469 | |
| 470 | * test_config (TZ): Set the timezone to be GMT, so that test |
| 471 | results are consistent. |
| 472 | |