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

List btrfs snapshots separately in the subvolume detail page #20234

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 7, 2024

  1. btrfs: obtain subvolume snapshot information

    In btrfs a snapshot is a subvolume with a parent_uuid field filled in
    with the uuid of the subvolume of which the snapshot is made.
    
    Note that btrfs allows one to make a snapshot of a snapshot.
    jelly committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d7efdd2 View commit details
    Browse the repository at this point in the history
  2. btrfs: show snapshots of a subvolume in the subvolume details page

    Register crossrefs for snapshots so they show under snapshots in the
    detail page of a subvolume.
    jelly committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d48c48b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    984038f View commit details
    Browse the repository at this point in the history