Changes between Initial Version and Version 4 of Ticket #54


Ignore:
Timestamp:
2010-02-21T22:45:04Z (14 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54

    • Property Componentfs/other
    • Property Keywords suggestion gsoc added
  • Ticket #54 – Description

    initial v4  
    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.
     1Implement 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.