Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | Merge release-20210510.0-33-g78ae3db1a (automated) | gVisor bot | |
2021-05-14 | Fix cgroup hierarchy registration. | Rahat Mahmood | |
Previously, registration was racy because we were publishing hierarchies in the registry without fully initializing the underlying filesystem. This led to concurrent mount(2)s discovering the partially intialized filesystems and dropping the final refs on them which cause them to be freed prematurely. Reported-by: syzbot+13f54e77bdf59f0171f0@syzkaller.appspotmail.com Reported-by: syzbot+2c7f0a9127ac6a84f17e@syzkaller.appspotmail.com PiperOrigin-RevId: 373824552 | |||
2021-05-12 | Merge release-20210503.0-47-g07e32fa69 (automated) | gVisor bot | |
2021-04-21 | Merge release-20210419.0-15-ge3a5da8ce (automated) | gVisor bot | |
2021-04-21 | Stub the custom "job" controller required by some workloads. | Rahat Mahmood | |
PiperOrigin-RevId: 369724358 | |||
2021-04-06 | Merge release-20210322.0-50-g7a7fcf2db (automated) | gVisor bot | |
2021-04-05 | Report task CPU usage through the cpuacct cgroup controller. | Rahat Mahmood | |
PiperOrigin-RevId: 366923274 | |||
2021-04-05 | Merge release-20210322.0-46-g88f198c2a (automated) | gVisor bot | |
2021-04-05 | Allow default control values to be set for cgroupfs. | Rahat Mahmood | |
PiperOrigin-RevId: 366891806 | |||
2021-04-03 | Merge release-20210322.0-38-g932c8abd0 (automated) | gVisor bot | |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood | |
A skeleton implementation of cgroupfs. It supports trivial cpu and memory controllers with no support for hierarchies. PiperOrigin-RevId: 366561126 |