Virtual file system node cache and ramfs rework #13
Labels
No Label
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: noxos/kernel#13
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The node caching system of the virtual file system needs to be reworked.
The reworked caching system should allow a ramfs implementation to store all of a files data in the cache.
in fact this is not really a rework, because the current caching system is just a placeholder designed to make a basic ramfs work.