Educational FUSE filesystem
The aim of this project was to implement a FUSE filesystem with small amount of metadata, and large file size and name length limits. While it borrows many ideas from Ext2, its main differentiation is linked list approach to connecting file's blocks.