Resources for Writing Linux Filesystems?
Where can I begin learning how to write Linux filesystems?
If there's nothing readily available online, my first idea would be to skim over the source for a few different already existing filesystem drivers.
https://github.com/gotoco/dummyfs
Maybe this will help?