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 storage redesign #19512

Closed
wants to merge 20 commits into from
Closed

Btrfs storage redesign #19512

wants to merge 20 commits into from

Commits on Oct 31, 2023

  1. test: Retry dropdown menu in storage tests

    It gets spuriously closed sometimes.
    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f40adae View commit details
    Browse the repository at this point in the history
  2. WIP - redesign

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    be4cba5 View commit details
    Browse the repository at this point in the history
  3. WIP - polish actions

    All card actions are defined via the page and container abstractions,
    which will put them into the kebab menu of table rows.  But then,
    dangerous and impossible actions are removed from that menu.
    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    04fadfd View commit details
    Browse the repository at this point in the history
  4. WIP - unformatted data

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6d2532a View commit details
    Browse the repository at this point in the history
  5. WIP - hide second row of unformatted drives

    We could do the same in other places.
    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d467508 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90f1adf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b18f28d View commit details
    Browse the repository at this point in the history
  8. WIP - legacy VDO

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0bc48ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55606f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df32359 View commit details
    Browse the repository at this point in the history
  11. WIP - use PF Table directly

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    488d640 View commit details
    Browse the repository at this point in the history
  12. WIP - clean up

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f849055 View commit details
    Browse the repository at this point in the history
  13. WIP - cleanup 2

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0b96db3 View commit details
    Browse the repository at this point in the history
  14. WIP - cleanup 3

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6f22bc7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7cf00d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2daefd7 View commit details
    Browse the repository at this point in the history
  17. WIP - custom usage bars

    mvollmer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0530a78 View commit details
    Browse the repository at this point in the history
  18. storaged: register a crossref for all filesystems

    To be able to link to a BTRFS device in the BTRFS volume page we want to
    register all backing blocks to create link to btrfs volume devices.
    jelly committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    42fd564 View commit details
    Browse the repository at this point in the history
  19. storaged: BTRFS support

    This introduces the concept of BTRFS volumes in the storage page, a
    BTRFS volume can have multiple device(s). The first version won't
    implement adding/removing devices but should support showing them and
    making sense of it. We also show the btrfs subvolumes of a volume and
    should in the future allow creating of subvolumes under a subvolume and
    the root.
    jelly committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    33d2f6d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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