Log Structured File System:
I have implemented a log structured file system using FUSE and C on Linux for this project,Basic functionalities implemented in this project are :
- Reading and Writing Blocks
- Reading and Writing Blocks through Inodes
- Introducing a Directory
- Making data blocks log-structured
- Making inode blocks log-structured
- Indirect blocks
- Checkpoints
Following are the formal definition and code files for this project.
Description: http://goo.gl/xvugGC
Project Files: https://goo.gl/wvRSrH
No comments:
Post a Comment