Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerd/cgroups
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9de8a2
Choose a base ref
...
head repository: containerd/cgroups
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 616d434
Choose a head ref
  • 8 commits
  • 11 files changed
  • 7 contributors

Commits on May 5, 2021

  1. Use /proc/partitions to get device names

    Signed-off-by: Alexey Ivanov <[email protected]>
    SaveTheRbtz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    1a4509d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request #195 from SaveTheRbtz/fasterDiskStats

    Use /proc/partitions to get device names
    estesp authored May 17, 2021
    Configuration menu
    Copy the full SHA
    ff350a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. utils: export ParseCgroupFile()

    this exports the ParseCgroupFile() function, so that external
    consumers (such as moby) can use this function, instead of the
    implementation in runc's libcontainer (which is not intended for
    external consumers).
    
    The GoDoc documentation was borrowed from runc:
    opencontainers/runc@d244b40
    
    Co-authored-by: Kir Kolyshkin <[email protected]>
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah and kolyshkin committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    23b5120 View commit details
    Browse the repository at this point in the history
  2. go.mod: coreos/go-systemd/v22 v22.3.2 to prepare for deprecations

    I noticed that some containerd dependencies updated to the latest
    version of github.com/coreos/go-systemd/v22, which has deprecated
    various functions.
    
    Updating the version here as well to prevent using functions that
    have been deprecated.
    
    v22.3.2 also contains a fix for leaked sockets after successful
    probe.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    f8918cf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Merge pull request #194 from thaJeztah/dbus_deprecated

    go.mod: coreos/go-systemd/v22 v22.3.2 to prepare for deprecations
    fuweid authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    a7c2112 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #197 from thaJeztah/export_parseCgroupFile

    utils: export ParseCgroupFile()
    fuweid authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    ca6254f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Rename branch from master to main

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    7254c12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from dmcgowan/rename-branch

    Rename branch from master to main
    AkihiroSuda authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    616d434 View commit details
    Browse the repository at this point in the history
Loading