Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement a POSIX-ish file system that only caches metadata locally. #8

Closed
17 of 22 tasks
Tracked by #6
Xuanwo opened this issue Jul 15, 2021 · 0 comments
Closed
17 of 22 tasks
Tracked by #6

Comments

@Xuanwo
Copy link
Contributor

Xuanwo commented Jul 15, 2021

Steps

Implement following API, other API will implement later or never

  • Lookup
  • Forget
  • GetAttr
  • SetAttr
  • Mkdir
  • Unlink
  • Rmdir
  • Access
  • Create
  • Open
  • Read
  • Lseek
  • Release
  • Write
  • Flush
  • Fsync
  • OpenDir
  • ReadDir
  • ReadDirPlus
  • ReleaseDir
  • FsyncDir
  • StatFs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant