|
The ADvanced Systems Laboratory (ADSL)
|
||||||||||||||||
|
NVM Storage Technology
Designing New File System Architectures: File Systems as ProcessesWith fast storage devices, OS software has been shown to be a bottleneck. However, previous systems that have tried to move file system functionality outside of the kernel (e.g., Moneta Arrakis, Aerie, and Strata) usually still must trap into the kernel for control plane operations (e.g., to ensure security with metadata integrity and to share data). We are exploring a new storage architecture we label file systems as processes (FSP) that builds a true direct-access file system as a user-lvel process. The file system process directly manages the dives, enforces permissions, and ensures metadata integrity with minimal kernel involvement. FSPs are enabled by user-level NVMe device drivers and are a reinvention of microkernels for high-performance I/O. We currently have a prototype FSP implemented.A few of the on-going research questions include:
To find out more:
Scale and Performance in a Filesystem Semi-Microkernel |
||||||||||||||||