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

btrfs: add all subvolume commands #50541

Merged
merged 3 commits into from
Nov 26, 2018
Merged

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    c476a21 View commit details
    Browse the repository at this point in the history
  2. btrfs: add subvolume_exists

    aplanas committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    5de7ce4 View commit details
    Browse the repository at this point in the history
  3. btrfs: create and delete return False if noop

    If the create and delete actions are not needed, the function will
    return False. This indicate that the submodule was already there,
    or was missing on the first place.
    aplanas committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    5feae48 View commit details
    Browse the repository at this point in the history