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

Support for reading snapshot metadata (WIP) #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 8, 2018

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

Commits on May 23, 2018

  1. More fixes to get snapshots to a working point

    * Fixing contents of `omap_val` - it doesn't contain an oid at all (but the way the values were packed hid the problem really well!)
    * Maths for computing `obj_id` for a file key have to use `|`, not `+`, otherwise negative values break, and negative values are used in the snapshot info block.
    * Naming a value which is the reference to the volume superblock for the snapshot.
    * Marking some other unknown stuff which is clearly obj references as `ref_obj`.
    hakanai authored May 23, 2018
    Configuration menu
    Copy the full SHA
    f97ad6e View commit details
    Browse the repository at this point in the history