- 06 Dec, 2019 1 commit
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 04 Dec, 2019 8 commits
-
-
Stéphane Graber authored
lxc: switch to SPDX
-
Stéphane Graber authored
cgroups: improve container cgroup attaching
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
The current attach.c codepath which handles moving the attaching process into the container's cgroups allocates a whole new struct cgroup_ops and goes through the trouble of reparsing the whole cgroup layout. That's costly and wasteful. My plan has always been to move this into the command api by getting fds for attaching back but but it's not worth going through that hazzle for non-unified hosts. On pure unified hosts however - being the future - we can just attach through a single fd so there's no need to allocate and setup struct cgroup_ops. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
cgroup: add command to retrieve cgroup2 fd and rework cgroup2 attach
-
Christian Brauner authored
On pure unified systemd we can use a single file descriptor to interact with the cgroup filesystem. Add a method to retrieve it and as a start use it in our unified attach codepath. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 03 Dec, 2019 8 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
freezer: cleanup
-
Christian Brauner authored
tree-wide: Fix inconsistent license headers
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
conf: fix memory leak for set config rootfs options
-
Stéphane Graber authored
cgroups/freezer: rework cgroup2 freezer feature usage
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 02 Dec, 2019 1 commit
-
-
Stéphane Graber authored
cgroups/devices: use dedicated enums
-
- 01 Dec, 2019 10 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
cgroup2: add bpf device controller live update
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
This will only be defined if liblxc was even compiled with bpf supported. Support itself will be determined at runtime by liblxc itself. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 29 Nov, 2019 2 commits
-
-
Stéphane Graber authored
cgroups: add cgroup2 device controller support
-
Christian Brauner authored
Add a bpf-based device controller implementation. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 27 Nov, 2019 2 commits
-
-
Christian Brauner authored
cgfsng: return attach fail if container stopped
-
LiFeng authored
Signed-off-by:LiFeng <lifeng68@huawei.com>
-
- 21 Nov, 2019 1 commit
-
-
dongxinhua authored
Signed-off-by:dongxinhua <dongxinhua@huawei.com>
-
- 20 Nov, 2019 4 commits
-
-
Stéphane Graber authored
fix wrong order of bridge/nic in error message
-
Balázs Póka authored
Signed-off-by:Balázs Póka <poka@idata.hu>
-
Christian Brauner authored
Typo in a comment
-
Rachid Koucha authored
"above" was used instead of "below" Signed-off-by:Rachid Koucha <rachid.koucha@gmail.com>
-
- 19 Nov, 2019 2 commits
-
-
Stéphane Graber authored
tests: use /dev/null instead of /dev/network_latency
-
Christian Brauner authored
BugLink: https://bugs.launchpad.net/bugs/1848587 The latter device has been removed apparently. Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 11 Nov, 2019 1 commit
-
-
Christian Brauner authored
configure.ac: fix build on toolchain without SSP
-