Skip to content

Commit

Permalink
To FUSE or Not to FUSE: Performance of User-Space File Systems
Browse files Browse the repository at this point in the history
Signed-off-by: Zhao Junwang <[email protected]>
  • Loading branch information
zhjwpku committed Mar 24, 2024
1 parent 24fa420 commit 70a3802
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/fs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## filesystem

- **[PolarFS: An Ultralow Latency and Failure Resilient Distributed File System for Shared Storage Cloud Database][polarfs]**
- **[The Google File System][gfs]**
- **[PolarFS: An Ultralow Latency and Failure Resilient Distributed File System for Shared Storage Cloud Database][polarfs]**

### Further readings

- [To FUSE or Not to FUSE: Performance of User-Space File Systems][fuse], FAST ’17

[polarfs]: polarfs.md
[gfs]: gfs.md
[gfs]: gfs.md
[fuse]: https://www.usenix.org/system/files/conference/fast17/fast17-vangoor.pdf

0 comments on commit 70a3802

Please sign in to comment.