acadia/sys/victoriafalls
Drew Galbraith 7b8528ea99 [VictoriaFallS] Cache the results of reading inodes.
This reduces the number of reads when starting up the OS by ~30% (32-23
for a basic use case).

In the future we should cache things using a BTree in the VFS but this
is sufficient for now.
2024-01-11 18:29:51 -08:00
..
fs/ext2 [VictoriaFallS] Cache the results of reading inodes. 2024-01-11 18:29:51 -08:00
lib/victoriafalls [Yunq] Return status from client calls. 2023-12-01 10:35:42 -08:00
CMakeLists.txt [VictoriaFalls] Add a VFS yunq stub and register it. 2023-10-25 23:08:45 -07:00
victoriafalls.cpp [Yunq] Return status from client calls. 2023-12-01 10:35:42 -08:00
victoriafalls_server.cpp Move many loops over glcr::Vector to range-based loops. 2024-01-11 17:13:35 -08:00
victoriafalls_server.h [Yunq] Return status in server code. 2023-12-01 10:26:03 -08:00