Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Read-Only SQLite Backend Implementation #3

Closed
jyhi opened this issue Jun 4, 2019 · 3 comments
Closed

Read-Only SQLite Backend Implementation #3

jyhi opened this issue Jun 4, 2019 · 3 comments
Assignees

Comments

@jyhi
Copy link
Owner

jyhi commented Jun 4, 2019

  • File object manipulation
    • mdbfs_operations :: open
  • I/O
    • mdbfs_operations :: read
    • mdbfs_operations :: opendir
    • mdbfs_operations :: readdir
  • Metadata
    • mdbfs_operations :: getattr
  • Link
    • mdbfs_operations :: readlink
@jyhi jyhi self-assigned this Jun 4, 2019
@jyhi jyhi added this to the FYPI Summer Session Week 2 milestone Jun 4, 2019
@jyhi
Copy link
Owner Author

jyhi commented Jun 5, 2019

Design in #5 classified these functions as back-end-implement functions, so this issue should track the SQLite back-end.

@jyhi jyhi changed the title Read-Only FUSE Implementations Read-Only SQLite Backend Implementation Jun 5, 2019
@jyhi
Copy link
Owner Author

jyhi commented Jun 5, 2019

Edited issue description to conform to the "new" design.

@jyhi
Copy link
Owner Author

jyhi commented Jul 19, 2019

feda53c should achieve this goal, except for additional bug fixes...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant