Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / e2fsck / ChangeLog
1 Sat Mar 11 13:12:16 1995  Theodore Y. Ts'o  <tytso@localhost>
2
3         * pass1.c (unwind_pass1): Clear the file type statistics counter
4                 when pass 1 needs to be restarted from scratch.
5
6         * pass1.c (handle_fs_bad_blocks): Fix bug where bitmap blocks were
7                 being reallocated to blocks in the next block group,
8                 instead of the current block grup.
9
10         * pass1.c (pass1, check_blocks): Set inode_link_info[ino] whenever
11                 inode.i_links_count is set.
12
13 Tue Feb 14 01:38:04 1995  Theodore Y. Ts'o  (tytso@rt-11)
14
15         * pass1.c (process_block): Add checks for if the block is
16                 trepassing on a superblock or group descriptor table.
17
18 Sat Dec 31 00:52:11 1994    <tytso@rsx-11.mit.edu>
19
20         * main.c (corrupt_msg): Extend the message which is printed out
21                 when the superblock is corrupt, to include the suggestion
22                 of using the -b option to specify an alternate superblock.
23
24 Thu Nov 24 09:29:58 1994  Theodore Y. Ts'o  (tytso@rt-11)
25
26         * badblocks.c (read_bad_blocks_file): If we are adding or
27                 replacing bad blocks in the bad blocks inode, sanity check
28                 the bad block inode first, and clear out any illegal blocks.
29
30         * pass2.c (check_name): Don't bomb out if the attempt to get the
31                 pathname of the containing directory returns an error; the
32                 directory may be too badly damaged to expect that
33                 ext2fs_get_pathname will always succeed.  Use "???" if the
34                 pathname can't be obtained (it's only for a printf to the
35                 user anyway).
36
37                 The name of the containing directory and the bad filename
38                 were incorrectly interchanged in the user message.  Fixed.
39
40         * pass2.c (check_name, check_dir_block): Use a common static
41                 string for the unknown pathname.
42
43 Mon Nov  7 22:30:54 1994  Remy Card  <card@bbj>
44
45         * Fixed lots of printf formats to make sure that block and inode
46         numbers are printed as unsigned integers.
47
48 Mon Oct 24 14:10:46 1994    (tytso@rsx-11)
49
50         * pass5.c (check_block_end): Fix calculation of how the last block
51                 in the block bitmap should be calculated.
52
53 Wed Sep  7 10:01:13 1994    (tytso@rsx-11)
54
55         * pass1b.c (pass1_dupblocks): Fix declaration of dup_inode_map to
56                 be an ext2fs_inode_bitmap, and free it properly.
57
58         * e2fsck.h
59         * e2fsck.c (main): Folded in Remy Card's changes to add a revision
60         level to the superblock.
61
62 Wed Aug 17 22:00:20 1994  Remy Card  (card@bbj)
63
64         * e2fsck.c (usage): Fixed bogus usage message.
65
66 Wed Aug 17 11:21:45 1994  Theodore Y. Ts'o  (tytso@rt-11)
67
68         * pass1.c (process_bad_block): Fixed bug so that blocks in the
69         backup superblocks and group descriptors are handled gracefully.
70