1. 1bdabaf FIX: add missing cgroups file. by Andreas Peters · 5 days ago master
  2. a4ce050 [agent] Add test for framework_id and executor_id support in /containers. by None · 5 days ago
  3. 145a115 [agent] Add executor_id / framework_id query parameters in /containers. by None · 5 days ago
  4. a5b93b3 [contributors] Add Jason Zhou to contributors.yaml. by None · 5 days ago
  5. d9c584c [cgroups2] Ignore manual enabling of perf_event during prepare phase. by None · 7 days ago
  6. eb3b5a1 [cgroups2] Introduce the PerfEventControllerProcess. by None · 7 days ago
  7. 2ada2fb [cgroups2] Allow cgroups2::enable() to take in a set. by None · 7 days ago
  8. a547372 [cgroups2] crash when root folder is not detected when creating cgroups by None · 11 days ago
  9. 9e0a37d [cgroups2] Fix cgroups isolator test for RevocableCpu. by None · 12 days ago
  10. 5922e01 [cgroups2] Rename constants in cgroups2 isolator. by None · 12 days ago
  11. 04f973b [cgroups2] Add memory usage reporting to the MemoryControllerProcess by None · 13 days ago
  12. ba16e64 [cgroup2] Fix CPU isolator tests on cgroups2 systems by None · 13 days ago
  13. 43e6576 [cgroups2] populate unevictable field from memory.stat by None · 13 days ago
  14. 15959a1 [cgroups2] adjust CPU weight values from v1 to v2 default by None · 13 days ago
  15. 5a56015 [cgroups2] Add OOM listening to the MemoryControllerProcess. by None · 14 days ago
  16. 4afeefe [cgroups2] Clarify cgroups2::memory::stats documentation. by None · 2 weeks ago
  17. 4f97ac8 [post-reviews] Replace deprecated disutil LooseVersion with packaging.version. by None · 2 weeks ago
  18. 004665d [cgroups2] Introduces the MemoryControllerProcess. by Devin Leamy · 3 weeks ago
  19. 5d6d386 [cgroups2] Watch and respond to container limitations. by Devin Leamy · 5 weeks ago
  20. a76dad9 [cgroups2] Handle missing 'kernel' field in 'memory.stat' on linux < 5.18. by Devin Leamy · 5 weeks ago
  21. 019ec1a Fix compilation error when cgroups v2 is not being compiled. by Devin Leamy · 5 weeks ago
  22. 3a83390 [cgroups2] Report usage statistics for the cgroups v2 isolator process. by Devin Leamy · 5 weeks ago
  23. b4a3ad7 [cgroups2] Add cgroups v2 setup and teardown logic to ContainerizerTest. by Devin Leamy · 5 weeks ago
  24. 9fc02a2 Split out cgroups setup / teardown logic in ContainerizerTest. by Devin Leamy · 5 weeks ago
  25. 1b59ed8 [cgroups2] Update `destroy` to be async more robust. by Devin Leamy · 5 weeks ago
  26. ea928ce [cgroups2] Made `cgroups2::processes` optionally recursive. by Devin Leamy · 5 weeks ago
  27. 34a279d [cgroups2] Don't enable controllers in the leaf cgroup. by Devin Leamy · 5 weeks ago
  28. b981a05 [cgroups2] Fix error message to show the correct path. by Devin Leamy · 5 weeks ago
  29. 14d7013 [cgroups2] Implement Cgroups 2 isolator w/o nested containers and systemd. by Devin Leamy · 5 weeks ago
  30. 3642cf9 [cgroups2] Add a subset of memory usage statistics. by Devin Leamy · 6 weeks ago
  31. e9c25f3 [cgroups2] Error if `--cgroups_limit_swap` is used when cgroups v2 is used. by Devin Leamy · 6 weeks ago
  32. a4b725b [cgroups2] Introduced API to listen for OOM events. by Devin Leamy · 6 weeks ago
  33. 4525ebf [cgroups2] Introduce API to set a soft memory limit. by Devin Leamy · 6 weeks ago
  34. dc0bf98 [cgroups2] Introduce API to set soft memory protection. by Devin Leamy · 6 weeks ago
  35. 994edd7 Removed trailing spaces. by Devin Leamy · 6 weeks ago
  36. d821f75 Add a regression test for the mitigation of MESOS-7187. by Benjamin Mahler · 6 weeks ago
  37. 543c01a Mitigate a case where the agent gets stuck sending TASK_DROPPED. by Benjamin Mahler · 6 weeks ago
  38. aed4041 [cgroups2] Introduced an interface to set a hard memory limit. by Devin Leamy · 6 weeks ago
  39. 08beb64 [cgroups2] Introduced API to set memory.min for a cgroup. by Devin Leamy · 6 weeks ago
  40. 117e6e3 [cgroups2] Introduce `memory` controller. by Devin Leamy · 7 weeks ago
  41. 37766cb [cgroups2] Update the LinuxLauncher to support cgroups v2. by Devin Leamy · 7 weeks ago
  42. 5fca05d Linux launcher cleanups. by Benjamin Mahler · 7 weeks ago
  43. d63cf20 [cgroups2] Introduce utility to parse a container id from a cgroup path. by Devin Leamy · 8 weeks ago
  44. 756b7d7 [cgroups2] Introduced API to kill the processes inside of cgroup subtree. by Devin Leamy · 8 weeks ago
  45. 0416c95 [cgroups2] Introduce interface to get cgroups nested inside of a cgroup. by Devin Leamy · 8 weeks ago
  46. b23908f Removed dead field 'subsystem' from the `LinuxLauncherProcess`. by Devin Leamy · 8 weeks ago
  47. c42615f [cgroups2] Adds the `CoreControllerProcess` to the `Cgroups2IsolatorProcess` by Devin Leamy · 8 weeks ago
  48. f249bf0 [cgroups2] Introduce interface for reading threads in a cgroup. by Devin Leamy · 8 weeks ago
  49. d2392d7f [cgroups2] Introduce the CpuControllerProcess. by Devin Leamy · 8 weeks ago
  50. e5ba255 [cgroups2] 'cpu.max' parsing fix and introduce a test. by Devin Leamy · 8 weeks ago
  51. a642602 [cgroups2] Add an interface to read and write the CPU bandwidth limit. by Devin Leamy · 8 weeks ago
  52. b681337 [cgroups2] Removed templatized write() method. by Devin Leamy · 9 weeks ago
  53. 8ec509b [cgroups2] Introduces a `Controller` abstraction for cgroups v2 controllers. by Devin Leamy · 9 weeks ago
  54. fa8e714 [cgroups2] Introduce build files for the cgroups2 `Controller` abstraction. by Devin Leamy · 9 weeks ago
  55. fd08178 [cgroups2] Conditionally initialize cgroups v2 in the agent's main. by Devin Leamy · 9 weeks ago
  56. b58bd7c [cgroups2] Add device controller tests. by Devin Leamy · 9 weeks ago
  57. 1d9638a [cgroups2] Add path helpers that define the cgroup v2 filesystem. by Devin Leamy · 9 weeks ago
  58. 15e0015 [cgroups2] Introduce cgroups2::disable to disable a controller. by Devin Leamy · 9 weeks ago
  59. 4837d74 [cgroups2] Introduce cgroups v2 isolator process. by Devin Leamy · 9 weeks ago
  60. 7de91cb [cgroups2] Introduces interface to obtain CPU usage statistics. by Devin Leamy · 9 weeks ago
  61. 25d24d3 [cgroups2] Added flag to enable cgroups v2. by Devin Leamy · 9 weeks ago
  62. 5882d41 [cgroups2] Support device access permissions via ebpf. by Devin Leamy · 10 weeks ago
  63. 89d636d [cgroups2] Addressing comments from #532 by Devin Leamy · 10 weeks ago
  64. 2ffa81c [cgroups2] Add override to silence tidy errors. by Benjamin Mahler · 10 weeks ago
  65. 60283df [cgroups2] Add an interface to read and assign processes. by Devin Leamy · 10 weeks ago
  66. 0aa65cd [cgroups2] Fix controllers::enable/available empty handling. by Devin Leamy · 10 weeks ago
  67. 1c6cab2 [cgroups2] Add cgroups2::path to get the path of a cgroup. by Devin Leamy · 10 weeks ago
  68. cdc9add [ebpf] Fix clang-tidy false positive. by Benjamin Mahler · 10 weeks ago
  69. 4dd3044 [cgroups2] Test fixture to cleanup `TEST_CGROUP`. by Devin Leamy · 10 weeks ago
  70. cbfdbd8 [cgroups2] Introduces the cpu namespace and cpu::weight() API by Devin Leamy · 10 weeks ago
  71. b54ff0f Removed `-k` option when installing Ruby by Qian Zhang · 10 weeks ago
  72. 67fbfe0 [cgroups2] Convert cgroups2::read/write to template functions. by Devin Leamy · 10 weeks ago
  73. 442a139 [cgroups2] Introduces cgroups2::exists to check if a cgroup exists. by Devin Leamy · 10 weeks ago
  74. 354bf48 [cgroups2] Introduces API to move a process into a cgroup, by PID. by Devin Leamy · 10 weeks ago
  75. a507a2d [cgroups2] Use rmdir instead of rm -rf to delete a cgroup. by Devin Leamy · 10 weeks ago
  76. 895f055 [cgroups2] Introduced cgroups2::destroy() to remove a cgroup. by Devin Leamy · 10 weeks ago
  77. b4cbd9a [cgroups2] Introduces cgroups2::create() to create new cgroups. by Devin Leamy · 2 months ago
  78. 3f6c581 Address clang-tidy errors. by Devin Leamy · 2 months ago
  79. e15da02 [mesos-tidy] Fix broken Dockerfile due to llvm repo move. by Benjamin Mahler · 3 months ago
  80. 4fc0d89 [cgroups2] Adds cgroups2::controllers::enabled(). by Devin Leamy · 3 months ago
  81. 621cf32 [cgroups2] FIX: Updated `subsystems` namespace to, new, `controllers` namespace, in tests. by Devin Leamy · 3 months ago
  82. f343648 [cgroups2][ebpf] Addresses formatting inconsistences. by Devin Leamy · 3 months ago
  83. 71c445e Revert "Enable verbose logging for Maven." by Devin Leamy · 3 months ago
  84. e79f6cb remove repetitive words by suchsoon · 3 months ago
  85. b824738 [ebpf] Update ebpf::cgroups2::attach() to load and attach. by Devin Leamy · 3 months ago
  86. b9815a1 [ebpf] Add support for detaching eBPF BPF_CGROUP_DEVICE programs by id. by Devin Leamy · 3 months ago
  87. f43b452 [ebpf] Add ability to retrieve attached BPF_CGROUP_DEVICE programs. by Devin Leamy · 3 months ago
  88. 28b3e8d [cgroups2] Moved subtree_control into the control namespace. by Devin Leamy · 3 months ago
  89. 35ecb9a [cgroups2] Rename all 'subsystems' to 'controllers'. by Devin Leamy · 3 months ago
  90. 96fcaf2 [ebpf][cgroups2] Attaching a eBFP programs to a cgroups. by Devin Leamy · 3 months ago
  91. d5f4fda [ebpf] Introduced API for loading eBPF programs into the kernel. by Devin Leamy · 3 months ago
  92. 343c8d1 [cgroups2] Add utility to list all the available subsystems in a cgroup. by Devin Leamy · 3 months ago
  93. 09501be [cgroups2] Add missing imports by Devin Leamy · 3 months ago
  94. fb98c7e [cgroups2] Reformat with clang-format. by Devin Leamy · 3 months ago
  95. cb1da56 [cgroups2] Add forward declarations for cgroups2::read and cgroups2::write by Devin Leamy · 3 months ago
  96. 6799408 [ebpf] Introduces eBPF header and source. by Devin Leamy · 4 months ago
  97. 457c201 Avoid using MSVC-internal `_STRINGIZE`. by Stephan T. Lavavej · 3 months ago
  98. 446921a [cgroups2] Fix compilation errors. by Benjamin Mahler · 3 months ago
  99. 515611f [cgroups2] List the available subsystems in a cgroup. by Devin Leamy · 3 months ago
  100. bd23c51 [cgroups2] Introduce read() and write() utilities to read and write to cgroup controls. by Devin Leamy · 3 months ago