Go to file
dependabot[bot] 03b917cd1e
build(deps): bump go.uber.org/atomic from 1.7.0 to 1.9.0 (#19)
Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/uber-go/atomic/releases)
- [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/atomic/compare/v1.7.0...v1.9.0)

---
updated-dependencies:
- dependency-name: go.uber.org/atomic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 17:31:52 +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 feat: Add cache layer for write operations (#16) 2021-08-02 17:11:12 +08:00
meta vfs: Use fuse.Forget instead of cache TTL (#12) 2021-07-16 13:41:22 +08:00
vfs feat: Add cache layer for write operations (#16) 2021-08-02 17:11: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 build(deps): bump go.uber.org/atomic from 1.7.0 to 1.9.0 (#19) 2021-08-02 17:31:52 +08:00
go.sum build(deps): bump go.uber.org/atomic from 1.7.0 to 1.9.0 (#19) 2021-08-02 17:31:52 +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