Go to file
Xuanwo a1d9d0c129
vfs: Implement Create support (#13)
* vfs: Implement Create support

Signed-off-by: Xuanwo <github@xuanwo.io>

* Format code

Signed-off-by: Xuanwo <github@xuanwo.io>
2021-07-16 14:37:12 +08:00
.github Implement basic operations (#7) 2021-07-15 17:59:57 +08:00
cmd/beyondfs Implement basic operations (#7) 2021-07-15 17:59:57 +08:00
docs/rfcs RFC-5: BeyondFS Design (#5) 2021-07-14 15:51:36 +08:00
fuse/hanwen vfs: Implement Create support (#13) 2021-07-16 14:37:12 +08:00
meta vfs: Use fuse.Forget instead of cache TTL (#12) 2021-07-16 13:41:22 +08:00
vfs vfs: Implement Create support (#13) 2021-07-16 14:37:12 +08:00
.gitignore Add basic structure 2021-05-07 18:06:08 +08:00
CODE_OF_CONDUCT.md Add basic structure 2021-05-07 18:06:08 +08:00
LICENSE Add basic structure 2021-05-07 18:06:08 +08:00
Makefile Implement basic operations (#7) 2021-07-15 17:59:57 +08:00
README.md vfs: Use fuse.Forget instead of cache TTL (#12) 2021-07-16 13:41:22 +08:00
go.mod Implement basic operations (#7) 2021-07-15 17:59:57 +08:00
go.sum Implement basic operations (#7) 2021-07-15 17:59:57 +08:00

README.md

BeyondFS

A high-performance, POSIX-ish File System based on beyondstorage/go-storage.

Design

  • Only cache metadata
  • Sharable
  • POSIX-ish

Refer to RFC-5: BeyondFS Design to know more.

Current Status

We are working on implement a POSIX-ish file system that only caches metadata locally