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

Correctly generate mapped-blkaddr for RAFS devslot array #1108

Merged
merged 4 commits into from
Feb 24, 2023

Commits on Feb 24, 2023

  1. nydus-image: only support maximum 255 layers for RAFS v6

    Only support maximum 255 layers for RAFS v6, because it could only
    encoding 255 blob indice.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    73b57c9 View commit details
    Browse the repository at this point in the history
  2. nydus-image: refine dump_v6_bootstrap()

    Refine dump_v6_bootstrap() to prepare for fixing a bug.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e2fe47d View commit details
    Browse the repository at this point in the history
  3. nydus-image: correctly set mapped-blkaddr for devslot

    Correctly set mapped-blkaddr for RAFS v6 device slots.
    It will be used to represent a Nydus image as a block device.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    753890b View commit details
    Browse the repository at this point in the history
  4. api: define helpers to detect cache type

    Define helper functions to detect caceh types.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0291d6e View commit details
    Browse the repository at this point in the history