sw1tcherrr / networkfs

Linux kernel driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

networkfs

Implementation of the VFS driver for simple network filesystem

Supports:

  • navigation through directories
  • creation and deletion of files and directories
  • reading and writing to files
  • hard links
  • files’ names and contents can contain any characters as they are escaped before forming the request to server

About

Linux kernel driver


Languages

Language:C 98.7%Language:Makefile 1.3%