File system library for NFS
- Go 100%
| .github | ||
| balloc | ||
| marshal | ||
| .travis.yml | ||
| dir.go | ||
| fs.go | ||
| fs_test.go | ||
| inode.go | ||
| README.md | ||
NFS file-system library
Implements a library of file-system calls, intended to be used as handlers for the NFS v3 protocol RPCs.
Built on top of tchajed/go-awol, a write-ahead log.