Changes between Version 2 and Version 3 of FutureHaiku/BFSIssues
- Timestamp:
- Mar 3, 2010, 8:07:28 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/BFSIssues
v2 v3 7 7 To mention the ones I currently remember without further investigation: 8 8 * 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. 10 10 * The index is not written for user queries (looking up wildcards can be pretty expensive). 11 11 * There is a single fixed size log which theoretically prevents some operations from happening (those that doesn't fit into the log anymore).