FUSE?
FUSE?
Posted Aug 19, 2019 17:40 UTC (Mon) by mstapelberg (guest, #66308)In reply to: FUSE? by arcivanov
Parent article: Stapelberg: distri: a Linux distribution to research fast package management
This is a proof-of-concept, and FUSE allowed much quicker iteration times than writing my own kernel module :)
In my day-to-day, I don’t actually notice a perceivable slow-down, so the current FUSE implementation quick enough to demonstrate what I wanted to show.
But yeah, moving the file system into the kernel would certainly be a step on the productionization checklist for this approach!
There is also an interesting paper which talks about moving only the hot paths of a FUSE file system into the kernel using eBPF: https://www.usenix.org/system/files/atc19-bijlani.pdf
