1 | | Implement a connector between VFS and FUSE (libfuse). This should allow to add a lot of filesystem implementations just by porting them from other systems with FUSE support. |
| 1 | Implement a connector between VFS and FUSE (libfuse). |
| 2 | |
| 3 | Details:: |
| 4 | |
| 5 | What Gains and Benefits will this bring?:: |
| 6 | This should allow us to add a lot of file system implementations just by porting them from other systems with FUSE support. |
| 7 | |
| 8 | Difficulty:: |
| 9 | medium |
| 10 | |
| 11 | Required skills:: |
| 12 | A successful applicant will have good skills of programming in the C language and also the ability to program in a multi-server environment, which includes communicating using HelenOS IPC. |
| 13 | |
| 14 | Documentation:: |
| 15 | The file system framework is described in the [wiki:FSDesign Implementation and design of the file system layer] knowledge article and HelenOS IPC is documented in the [wiki:IPC IPC for Dummies] knowledge article. |