NOVA icon indicating copy to clipboard operation
NOVA copied to clipboard

NOVA: NOn-Volatile memory Accelerated log-structured file system (This repo is deprecated. Use https://github.com/NVSL/linux-nova)

Results 2 NOVA issues
Sort by recently updated
recently updated
newest added

I would like to take a look at how NUMA affects NOVA performance. i.e. will it improve performance if we allocate NVMM from the local NUMA node?

Currently each file write grabs the inode lock. Refine lock granularity to improve performance for concurrent writes.