Skip to content

A key/value file system that utilizes raw and direct I/O operations on a block device. Can be run on a loop-back device.

Notifications You must be signed in to change notification settings

Ashwin-op/Key-Value-File-System

Repository files navigation

Key/Value File System

A key/value file system that utilizes raw and direct I/O operations on a block device. Can be run on a loop-back device. This implementation avoids reliance on kernel buffers for both reading and writing by incorporating efficient write buffering and read caching mechanisms to optimize performance.

Usage

make
./cs238

About

A key/value file system that utilizes raw and direct I/O operations on a block device. Can be run on a loop-back device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages