GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

Efficient retrieval of parent directories for given INode. #145

Open octo47 opened 9 years ago

octo47 commented 9 years ago

Issue is for efficient bottom-top tree traversal. It can be needed for permissions or quota calculations. We need to issue multiget for all path components for any given INode to minimize number of RPC needed to get from bottom to top of the tree.