Changes between Version 2 and Version 3 of FutureHaiku/BFSIssues


Ignore:
Timestamp:
Mar 3, 2010, 8:07:28 AM (14 years ago)
Author:
stippi
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/BFSIssues

    v2 v3  
    77To mention the ones I currently remember without further investigation:
    88 * The space of files that were deleted, but still in use is lost after a system crash (checkfs fixes that, so it's a good idea to run it from time to time after crashes).
    9  * There is a global block bitmap that could solved better using some tree.
     9 * There is a global block bitmap that could be solved better using some tree.
    1010 * The index is not written for user queries (looking up wildcards can be pretty expensive).
    1111 * There is a single fixed size log which theoretically prevents some operations from happening (those that doesn't fit into the log anymore).