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

Improve HardlinkDir performance #91

Draft
wants to merge 5 commits into
base: harry/cached-csi
Choose a base branch
from

Commits on May 8, 2024

  1. Merge pull request #89 from gadget-inc/harry/cached-csi

    `cached` K8S CSI driver
    angelini authored May 8, 2024
    Configuration menu
    Copy the full SHA
    942e67d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    1003675 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    545589a View commit details
    Browse the repository at this point in the history
  2. Don't MkdirAll for every directory in the hardlink tree

    We know `fs.Walk` does a traversal that gives us parents before children, so we don't need to re-make all the grandparents every time, with the exception of the root, which we make special.
    airhorns committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b5ba504 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b51048 View commit details
    Browse the repository at this point in the history