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: 8fa6424
Choose a base ref
...
head repository: containerd/cgroups
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e05688
Choose a head ref
  • 19 commits
  • 14 files changed
  • 11 contributors

Commits on Jun 28, 2023

  1. Fix NewSystemd ignoring units already exist

    As done in opencontainers/runc#3782,
    UnitExists errors are no longer ignored when starting units.
    This change makes the logic more robust like in runc:
    
    1. Attempts to reset a failed unit if it already exists
    2. Verifies via the unit status that it successfully starts
    3. Waits longer for unit to start
    4. Continues to ignore unit existing when pid is -1 to
    accommodate kubelet use case
    5. Otherwise, returns an error if it already exists
    
    Signed-off-by: Matt Merkes <[email protected]>
    
    Update .gitignore
    
    Signed-off-by: Matt <[email protected]>
    mmerkes committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9008873 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Merge pull request #290 from mmerkes/unitexists

    NewSystemd handles UnitExists when starting units
    AkihiroSuda authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    a0ae1c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Makefile: support passing build tags via environment

    build tags can be passed via GO_BUILDTAGS environment variable.
    
    Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
    metux committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a1944fd View commit details
    Browse the repository at this point in the history
  2. Makefile: allow setting go command via environment

    Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
    metux committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    939061a View commit details
    Browse the repository at this point in the history
  3. Makefile: allow passing go build flags

    Distro builders often need to pass additional go build flags, so
    introducing a variable GO_BUILD_FLAGS for that.
    
    Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
    metux committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    481d64b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. cgroups2: export memory max usage and swap max usage

    Signed-off-by: Heran Yang <[email protected]>
    HeRaNO committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a1235a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix(): support re-enabling oom killer refs #307

    Signed-off-by: kestrel <[email protected]>
    kestrelchen committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8d429da View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge pull request #304 from oss-qm/submit/makefile-fixes

    makefile fixes
    samuelkarp authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5475f28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #305 from HeRaNO/use-peak

    cgroups2: export memory max usage and swap max usage
    dmcgowan authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2f48571 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feat: add Threads for cgroupv2

    Signed-off-by: Rouzip <[email protected]>
    Rouzip committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2585544 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. in cgroup v2 swap is a separate value

    Signed-off-by: zouyee <[email protected]>
    zouyee committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    5729adb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 6, 2023

  1. fix comment

    Signed-off-by: Rouzip <[email protected]>
    Rouzip committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    475935f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. support psi

    Signed-off-by: zouyee <[email protected]>
    zouyee committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8858916 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #315 from wojiushixiaobai/patch-ebpf

    build(deps): bump github.com/cilium/ebpf from v0.9.1 to v0.11.0
    fuweid authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7e79347 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #308 from zouyee/main

    support psi
    fuweid authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    00f6296 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Merge pull request #312 from Rouzip/cgroup2_thread

    feat: add Threads for cgroupv2
    AkihiroSuda authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5e7266a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #314 from zouyee/swap

    Linux.Swap is defined as memory+swap combined, while in cgroup v2 swap is a separate value
    AkihiroSuda authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fe50040 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #311 from kestrelcjx/main

    fix(): support re-enabling oom killer refs #307
    AkihiroSuda authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1e05688 View commit details
    Browse the repository at this point in the history
Loading