Skip to content

Fast NFS server implemented using GoJournal

License

Notifications You must be signed in to change notification settings

mit-pdos/go-nfsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 20, 2024
3b9d21f · Jul 20, 2024
Jul 20, 2024
May 20, 2021
May 25, 2021
May 6, 2022
May 18, 2021
Jul 20, 2024
May 18, 2021
May 20, 2021
Jul 20, 2024
Sep 17, 2021
Aug 17, 2021
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
May 20, 2021
Jul 20, 2024
Jul 20, 2024
Jul 20, 2024
May 18, 2021
Mar 26, 2022
Nov 14, 2020
Feb 19, 2022
May 22, 2021
Dec 7, 2020
Jul 20, 2024
Jul 20, 2024
Feb 12, 2020

Repository files navigation

GoNFS

CI

An NFSv3 server that uses GoJournal to write operations atomically to disk. Unlike many other NFS servers, GoNFS implements the file-system abstraction on top of a disk (which can be any file, including an in-memory file in /tmp, an ordinary file in another file system, or a block device).

GoJournal artifact

The artifact for the OSDI 2021 GoJournal paper is in this repo at artifact. See the README there for detailed instructions on obtaining and using the artifact.