1 Last update: 1999-12-23
2
3 - Fragmented files and directories were incorrectly handled.
4 Fixed 1999-12-23, Anders.
5
6 - readdir sometimes returned the same dir entry more than once.
7 Fixed 1999-12-13, Anders.
8
9 - File names with a length of exactly 16 chars were handled incorrectly.
10 Fixed 1999-12-11, Anders.
11
12 - Files in a subdir can't be accessed, I think that the inode information
13 is not correctly copied at some point. Solved 06-06-1998, Richard.
14
15 - At some point the mounted device can't be unmounted. I think that somewhere
16 in the code a buffer is not given free.
17
18 - Make the '..' entry work, I give it a great chance that the above bug
19 (not given free) has something to do with this one, after a 'ls -l'
20 the mounted device can't be unmounted and that's where the '..' entry
21 is accessed.
22 Seems to be solved 21-06-1998, Frank.
23
24 - File read function not correct, after the first block it goes beserk.
25 Solved 21-06-1998, Frank.
26
27 - This fs will not work if not built as a module.
28 Solved 25-06-1998, Frank.
29
30 - Write/truncate/delete functions don't update the bitmap.
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.