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

nydus-image: support small chunks mergence #1202

Merged
merged 4 commits into from
Apr 18, 2023

Commits on Apr 17, 2023

  1. storage: check zran flag before set zran values

    Check `zran` flag before set `zran` values.
    Refine comments.
    
    Signed-off-by: Wenhao Ren <[email protected]>
    hangvane committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1019144 View commit details
    Browse the repository at this point in the history
  2. rafs: reuse chunk data compress and write procedure

    Refactor `Node::dump_file_chunk()` to reuse data compress and write procedure.
    
    Signed-off-by: Wenhao Ren <[email protected]>
    hangvane committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c583a94 View commit details
    Browse the repository at this point in the history
  3. storage: introduce BatchInflateContext to support batch chunk

    Enhance chunk info to support batch chunk.
    Introduce BatchInflateContext and generator.
    
    Signed-off-by: Wenhao Ren <[email protected]>
    hangvane committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c163949 View commit details
    Browse the repository at this point in the history
  4. rafs: enhance builder to support batch chunk

    Add `--batch-size` subcommand on nydus-image.
    Add build time support of batch chunk.
    
    Signed-off-by: Wenhao Ren <[email protected]>
    hangvane committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    190d980 View commit details
    Browse the repository at this point in the history