summaryrefslogtreecommitdiffhomepage
path: root/runsc/cgroup
AgeCommit message (Expand)Author
2021-02-23Merge release-20210208.0-82-g34e2cda9a (automated)gVisor bot
2021-02-22Return nicer error message when cgroups v1 isn't availableFabricio Voznika
2021-02-02Merge release-20210125.0-62-g5f7bf3152 (automated)gVisor bot
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-01-29Merge release-20210125.0-29-g25284ae3c (automated)gVisor bot
2021-01-27Clean cgroupt mountinfo and add more test casesDaniel Dao
2021-01-26runsc: check for nested cgroup when generating croup pathsDaniel Dao
2021-01-12Merge release-20201216.0-87-g4e03e8754 (automated)gVisor bot
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-11-19Merge release-20201109.0-82-g764504c38 (automated)gVisor bot
2020-11-18runsc: check whether cgroup exists or not for each controllerAndrei Vagin
2020-10-28Merge release-20201019.0-77-g93d2d37a9 (automated)gVisor bot
2020-10-27Add more cgroup unit testsFabricio Voznika
2020-10-19Merge release-20201005.0-101-g4b4d12d5b (automated)gVisor bot
2020-10-19Fixes to cgroupsFabricio Voznika
2020-07-31Merge release-20200622.1-300-ga7d9aa6d5 (automated)gVisor bot
2020-07-28Merge pull request #3102 from stripe:andrew/cgroup-eintrgVisor bot
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-01cgroup: retry file writes on EINTR errorsAndrew Dunham
2020-06-11Merge release-20200522.0-123-gab4c85189 (automated)gVisor bot
2020-06-10Cgroup fixesFabricio Voznika
2020-06-10Merge release-20200522.0-122-g41d9e536d (automated)gVisor bot
2020-06-10Skip pids.max if value is zeroFabricio Voznika
2020-05-28Merge release-20200522.0-25-gf7418e21 (automated)gVisor bot
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-05-27Merge release-20200518.0-45-g0bc022b7 (automated)gVisor bot
2020-05-20Add hugetlb and rdma cgroups to runscFabricio Voznika
2020-04-25Merge release-20200323.0-247-g4af39dd (automated)gVisor bot
2020-04-24Propagate PID limit from OCI to sandbox cgroupFabricio Voznika
2020-02-06Merge release-20200127.0-85-g1b6a12a (automated)gVisor bot
2020-01-27Merge release-20200115.0-103-gd29e59a (automated)gVisor bot
2020-01-27Standardize on tools directory.Adin Scannell
2019-12-17Merge release-20191210.0-46-g725e73e (automated)gVisor bot
2019-12-15Set CPU number to CPU quotaAleksandr Razumov
2019-09-03Impose order on test scripts.Adin Scannell
2019-06-13Merge add40fd6 (automated)gVisor bot
2019-06-13Update canonical repository.Adin Scannell
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-02-25Fix cgroup when path is relativeFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-18Scrub runsc error messagesFabricio Voznika
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
2018-10-26Order feature strings by blockMichael Pratt
2018-10-25Uninstall() should not fail if a cgroup directory doesn't existAndrei Vagin
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-21Updated cleanup code to be more explicit about ignoring errors.Ian Lewis
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Make removing cgroups retry up to 5 seconds.Nicolas Lacasse