]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-02-18  Christian Braunerbpf: simplify bpf (device) program freeing 3681/head
2021-02-18  Christian Braunerbpf: make bpf_program_cgroup_attach() static
2021-02-18  Christian Braunerbpf: prevent double-close
2021-02-18  Christian Braunercgroups: use close_equal() and free_equal()
2021-02-18  Christian Braunermemory_utils: add close_equal() and free_equal()
2021-02-18  Christian Braunerlxccontainer: fix reboot logging
2021-02-18  Christian Braunerbpf: rework live device cgroup update
2021-02-18  Christian Braunercompiler: fix fallthrough attribute
2021-02-18  Christian Braunerbpf: fix return values in bpf_program_cgroup_attach()
2021-02-18  Christian Braunerbpf: let bpf_list_add_device() take the device list...
2021-02-18  Christian Braunerbpf: add and use bpf_cgroup_devices_attach() helper
2021-02-18  Christian Braunercgroups: remove compile-time bpf support detection
2021-02-18  Christian Braunerbpf: vendor bpf headers
2021-02-18  Christian Braunerbpf: handling missing defines
2021-02-18  Christian Braunerbpf: rework bpf_program_cgroup_detach()
2021-02-18  Christian Braunercommands: rework bpf devices BPF_F_REPLACE codepath
2021-02-18  Christian Braunerbpf: don't close invalid fd, simply swap
2021-02-18  Christian Braunerbpf: use __u32 not uint32_t
2021-02-18  Christian Braunermacro: add swap helper
2021-02-18  Christian Braunercommands: replace bpf program on update
2021-02-18  Christian Braunercommands: improve bpf device program management
2021-02-18  Christian Braunercgroups: improve bpf device program management
2021-02-18  Christian Braunerbpf: add helpers for better bpf device program management
2021-02-18  Christian Braunercgroups: improve bpf device program handling
2021-02-18  Christian Braunercgroups: make device cgroups semantics clearer
2021-02-18  Christian Braunerbpf: enable helpers to let caller replace existing...
2021-02-18  Christian Braunerbpf: align struct initialization
2021-02-18  Christian Braunerbpf: use return macros
2021-02-18  Christian Braunerconf: introduce lxc_bpf_devices_rule_t type
2021-02-18  Christian Braunerbpf: use cgroup fd directly instead of paths
2021-02-17  Christian Braunercgroups: kill monitor_full_path
2021-02-17  Christian Braunercgroups: free correct path
2021-02-17  Christian Braunerutils: fix print_r() debugging helper
2021-02-17  Christian Braunercgroups: fix error values
2021-02-17  Christian Braunercgroups: don't overwrite type
2021-02-17  Christian Braunercgroups: make it extremely obvious that we're transitio...
2021-02-17  Stéphane GraberMerge pull request #3680 from brauner/2021-02-17/cgroups_2
2021-02-17  Christian Braunercgroups: create controller directories if missing 3680/head
2021-02-17  Christian Braunercgroups: use non-flag based checking now that we switch...
2021-02-17  Christian Braunerconf: use brackets to clarify check semantics
2021-02-17  Christian Braunercgroups: validate that only a single cgroup mount type...
2021-02-17  Christian Braunercgroups: prevent cgroup mount type overwrite
2021-02-17  Christian Braunercgroups: ensure that cgroup_root is initialized in...
2021-02-17  Christian Braunercgroups: distinguish between tmpfs and unified based...
2021-02-17  Christian Braunercgroups: log intermediate cleanup
2021-02-17  Stéphane GraberMerge pull request #3679 from brauner/2021-02-17/cgroups
2021-02-17  Christian Braunercgroups: prevent NULL pointer deref 3679/head
2021-02-17  Christian Braunercgroups: simplify mount opening
2021-02-17  Christian Braunercgroups: ensure we prune the limit dir
2021-02-17  Christian Braunercgroups: ensure we don't remove cgroups we didn't create
2021-02-17  Christian Braunercgroups: don't move pivot cgroup under the monitor...
2021-02-17  Christian Braunercgroups: don't rely on absolute path
2021-02-17  Christian Braunercgroups: be stricter when creating payloads
2021-02-17  Christian Braunercgroups: rework cgroup tree creation
2021-02-17  Christian Braunercgroups: ensure leaf cgroup is correctly pruned on...
2021-02-17  Christian Braunercgroups: rework cgroup tree removal on creation failure
2021-02-17  Christian Braunercgroups: remove obsolote check
2021-02-17  Christian Braunercgroups: reorder function arguments
2021-02-17  Stéphane GraberMerge pull request #3678 from brauner/2021-02-17/unifie...
2021-02-17  Christian Braunerstart: delegate than move into the target cgroup 3678/head
2021-02-17  Christian Braunercgroups: rework unified controller delegation
2021-02-17  Christian Braunercgroups: check correct variable
2021-02-17  Christian Braunercgroups: s/openat()/open_at()/g
2021-02-17  Stéphane GraberMerge pull request #3677 from brauner/2021-02-17/cgroup...
2021-02-17  Stéphane GraberMerge pull request #3676 from brauner/2021-02-16/fixes
2021-02-16  Christian Braunercgroups: remove obsolote cgroup_tree handling 3677/head
2021-02-16  Christian Braunercgroups: fd-only cgroup tree pruning
2021-02-16  Christian Braunerfile_utils: move dup_cloexec() to header
2021-02-16  Christian Braunercgroups: prevent double-close 3676/head
2021-02-16  Christian Braunernamespace: add missing \0 terminator
2021-02-16  Stéphane GraberMerge pull request #3675 from brauner/2021-02-16/fixes
2021-02-16  Christian Braunercgroups: rework how hierarchies are added 3675/head
2021-02-16  Christian Braunercgroups: fix fd leaks
2021-02-16  Christian Braunercgroups: allow "" base cgroup paths
2021-02-16  Christian Braunerstring_utils: handle empty strings in must_make_path()
2021-02-16  Christian Braunercgroups: improve logging
2021-02-16  Christian Braunercgroups: rework legacy cpuset handling
2021-02-16  Christian Braunercgroups: fd-based only cgroup creation
2021-02-16  Christian Braunercgroups: stash fds for the controller mountpoint and...
2021-02-16  Christian Braunercgroups: fail when no cgroup hierarchies are found
2021-02-16  Christian Braunercgroups: rework base cgroup parsing
2021-02-16  Christian Braunercgroups: rework add_hierarchy()
2021-02-16  Christian Braunercgroups: better document stashed file descriptors
2021-02-16  Christian Braunercgroups: stash host's cgroupfs file descriptor
2021-02-16  Christian Braunercgroups: s/cg_init()/__cgroup_init()/g
2021-02-15  Stéphane GraberMerge pull request #3674 from brauner/2021-02-15/nesting
2021-02-15  Christian Braunerconfile: forbid absolute paths in config items that... 3674/head
2021-02-15  Christian Braunerconfile: forbid walking upwards for confile items that...
2021-02-15  Christian Braunerconfile_utils: normalize paths in config items
2021-02-15  Christian Braunerconfile: use set_config_path_item() for most cgroup...
2021-02-15  Stéphane GraberMerge pull request #3673 from brauner/2021-02-15/nesting
2021-02-15  Christian Braunercgroupfs: rework cgroup2 mounting 3673/head
2021-02-15  Christian Braunercgroups: log early return
2021-02-15  Christian Braunercgroups: s/__cg_mount_direct()/__cgroupfs_mount()/g
2021-02-15  Christian Braunercgroups: strip LXC_AUTO_CGROUP_MIXED and LXC_AUTO_CGROU...
2021-02-15  Christian Braunercgroups: fix flag checking in legacy mount paths
2021-02-15  Christian Braunercgroups: s/cg_mount_cgroup_full()/cgroupfs_bind_mount()/g
2021-02-15  Christian Braunercgroups: s/cg_mount_in_cgroup_namespace()/cgroupfs_moun...
2021-02-15  Christian Braunerconf: remove wrong comment
2021-02-15  Christian Braunercgroups: switch to flag-based checking
next