The Talk gives you an introduction to file-systems, what they’re, how they’re implemented and what is the state of the art.
After a brief Traditional File-Systems introduction we will try to go beyond the tradition we some fresh ideas and introducing FUSE, that allows you to create your own file-system without editing the kernel.
But Developers need code, so… after a brief Python FUSE API Overview and the first Hello World File-System, we will try to implement a couple of non traditional file-systems, but the Talk doesn’t end here. Ideas, Data Structure and much more fun waits you!