Changes between Version 3 and Version 4 of FutureHaiku/FileSystem
- Timestamp:
- Nov 2, 2011, 8:35:10 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/FileSystem
v3 v4 1 This is a place to brainstorm about the design of the file system to be used after Haiku R1. For current limitations and issues in OpenBFS, see [http://dev.haiku-os.org/wiki/BFSIssues BFSIssues]1 This is a place to brainstorm about the design of the file system to be used after Haiku R1. For current limitations and issues in BFS, see [http://dev.haiku-os.org/wiki/BFSIssues BFSIssues] 2 2 3 3 4 I'd rather get rid of the inode concept completely and pack the file system4 "I'd rather get rid of the inode concept completely and pack the file system 5 5 object meta data (and small data) densely. ReiserFS 3 performance shows 6 6 that this is a good idea. This also removes the main reason for not 7 increasing the block size dramatically. --http://www.freelists.org/post/haiku-development/Writing-a-filesystem-driver,287 increasing the block size dramatically." -- Ingo Weinhold, http://www.freelists.org/post/haiku-development/Writing-a-filesystem-driver,28