summaryrefslogtreecommitdiff
path: root/filesystems/fuse/DESCR
blob: 1c7786a40ee6b4657c734f314b8d58cb3a4a9b7e (plain)
1
2
3
4
5
6
7
8
9
10
With FUSE it is possible to implement a fully functional file system in a
userspace program.  Features include:

* Simple library API
* Simple installation (no need to patch or recompile the kernel)
* Secure implementation
* Userspace - kernel interface is very efficient
* Usable by non privileged users
* Runs on Linux kernels 2.4.X and 2.6.X
* Has proven very stable over time