-
Notifications
You must be signed in to change notification settings - Fork 251
Comparing changes
Open a pull request
base repository: containerd/cgroups
base: 8fa6424
head repository: containerd/cgroups
compare: 1e05688
- 19 commits
- 14 files changed
- 11 contributors
Commits on Jun 28, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9008873 - Browse repository at this point
Copy the full SHA 9008873View commit details
Commits on Jul 16, 2023
-
Merge pull request #290 from mmerkes/unitexists
NewSystemd handles UnitExists when starting units
Configuration menu - View commit details
-
Copy full SHA for a0ae1c2 - Browse repository at this point
Copy the full SHA a0ae1c2View commit details
Commits on Aug 23, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a1944fd - Browse repository at this point
Copy the full SHA a1944fdView commit details -
Makefile: allow setting go command via environment
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 939061a - Browse repository at this point
Copy the full SHA 939061aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 481d64b - Browse repository at this point
Copy the full SHA 481d64bView commit details
Commits on Oct 13, 2023
-
cgroups2: export memory max usage and swap max usage
Signed-off-by: Heran Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1235a5 - Browse repository at this point
Copy the full SHA a1235a5View commit details
Commits on Nov 28, 2023
-
fix(): support re-enabling oom killer refs #307
Signed-off-by: kestrel <[email protected]>
kestrelchen committedNov 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 8d429da - Browse repository at this point
Copy the full SHA 8d429daView commit details
Commits on Nov 29, 2023
-
Merge pull request #304 from oss-qm/submit/makefile-fixes
makefile fixes
Configuration menu - View commit details
-
Copy full SHA for 5475f28 - Browse repository at this point
Copy the full SHA 5475f28View commit details -
Merge pull request #305 from HeRaNO/use-peak
cgroups2: export memory max usage and swap max usage
Configuration menu - View commit details
-
Copy full SHA for 2f48571 - Browse repository at this point
Copy the full SHA 2f48571View commit details
Commits on Nov 30, 2023
-
feat: add Threads for cgroupv2
Signed-off-by: Rouzip <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2585544 - Browse repository at this point
Copy the full SHA 2585544View commit details
Commits on Dec 2, 2023
-
in cgroup v2 swap is a separate value
Signed-off-by: zouyee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5729adb - Browse repository at this point
Copy the full SHA 5729adbView commit details
Commits on Dec 4, 2023
-
build(deps): bump github.com/cilium/ebpf from v0.9.1 to v0.11.0
Signed-off-by: 吴小白 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db7b7b3 - Browse repository at this point
Copy the full SHA db7b7b3View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 475935f - Browse repository at this point
Copy the full SHA 475935fView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8858916 - Browse repository at this point
Copy the full SHA 8858916View commit details -
Merge pull request #315 from wojiushixiaobai/patch-ebpf
build(deps): bump github.com/cilium/ebpf from v0.9.1 to v0.11.0
Configuration menu - View commit details
-
Copy full SHA for 7e79347 - Browse repository at this point
Copy the full SHA 7e79347View commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00f6296 - Browse repository at this point
Copy the full SHA 00f6296View commit details
Commits on Dec 29, 2023
-
Merge pull request #312 from Rouzip/cgroup2_thread
feat: add Threads for cgroupv2
Configuration menu - View commit details
-
Copy full SHA for 5e7266a - Browse repository at this point
Copy the full SHA 5e7266aView commit details -
Merge pull request #314 from zouyee/swap
Linux.Swap is defined as memory+swap combined, while in cgroup v2 swap is a separate value
Configuration menu - View commit details
-
Copy full SHA for fe50040 - Browse repository at this point
Copy the full SHA fe50040View commit details -
Merge pull request #311 from kestrelcjx/main
fix(): support re-enabling oom killer refs #307
Configuration menu - View commit details
-
Copy full SHA for 1e05688 - Browse repository at this point
Copy the full SHA 1e05688View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8fa6424...1e05688