Rename project from TinyDFS to MouseFS

- Renamed TinyDFS.h to MouseFS.h
- Updated all type names: TinyDFS -> MouseFS, TinyDFS_Entity -> MouseFS_Entity, TinyDFS_Result -> MouseFS_Result
- Updated all enum values: TINYDFS_RESULT_* -> MOUSEFS_RESULT_*
- Updated all function names: tinydfs_* -> mousefs_*
- Updated all variable names: tdfs -> mfs
- Updated references in all source files, headers, examples, and documentation
- Updated Makefile build targets: tinydfs_* -> mousefs_*
This commit is contained in:
Claude
2025-11-10 18:00:05 +00:00
parent debbd08ce6
commit 1a297989d4
9 changed files with 425 additions and 425 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
- Clean up the read operation for clients
- Check that the corner case where read and writes go over the length of the file work correctly
- When a client received metadata and starts reading or writing to a chunk server, it should try connecting to all addresses of a chunk servers, not just the first one.
- Return the number of bytes read or written in the TinyDFS_Result struct
- Return the number of bytes read or written in the MouseFS_Result struct
- Make parallel uploads/downloads configurable
- Recalculate next write locations whenever a write occurs, not at each read
- avoid replay attacks