]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
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
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
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
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
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
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
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...
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
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
2021-02-15 Christian Braunercgroups: don't strip LXC_AUTO_CGROUP_FORCE
2021-02-15 Christian Braunercgroups: make clear that a flag argument is passed...
2021-02-15 Christian Braunerutils: add development helper to quickly dump a directo...
2021-02-15 Christian Braunercgroups: improve cgroup mounting
2021-02-15 Christian Braunercgroups: verify that we are actually running in cgroup...
2021-02-15 Christian Braunercgroups: pass handler to cgroup mount() method
2021-02-15 Christian Braunerconf: don't pass conf separately to lxc_mount_auto_mounts()
2021-02-15 Christian Braunercgroups: move cgns_supported() to cgroup utilities
2021-02-14 Stéphane GraberMerge pull request #3672 from brauner/2021-02-14/fixes
2021-02-14 Christian Braunerstart: fix comment about time namespace preservation
2021-02-14 Christian Braunerstart: improve comment in lxc_spawn()
2021-02-14 Christian Braunerstart: improve comments
2021-02-14 Christian Braunerstart: improve namespace preservation
2021-02-14 Christian Braunerstart: fix error handling and improve comment
2021-02-14 Stéphane GraberMerge pull request #3671 from brauner/2021-02-14/namesp...
2021-02-14 Christian Braunernetwork: expose namespace fd paths to network hooks
2021-02-14 Christian Braunerstart: rework namespace preservation and path creation...
2021-02-14 Stéphane GraberMerge pull request #3670 from brauner/2021-02-13/fixes
2021-02-13 Christian Braunerutils: convert to strequal()
2021-02-13 Christian Braunerseccomp: convert to strequal()
2021-02-13 Christian Braunerlxccontainer: convert to strequal()
2021-02-13 Christian Braunerlsm: convert to strequal()
2021-02-13 Christian Braunerfreezer: convert to strequal()
2021-02-13 Christian Braunerfile_utils: convert to strequal()
2021-02-13 Christian Braunerconfile_utils: convert to strequal()
2021-02-13 Christian Braunerconfile: convert to strequal()
2021-02-13 Christian Braunerconf: convert to strequal()
2021-02-13 Christian Braunercgroups: convert to strequal()
2021-02-13 Christian Braunerattach: convert to strequal()
2021-02-13 Christian Braunerutils: convert to strequal()
2021-02-13 Christian Braunerterminal: convert to strequal()
2021-02-13 Christian Braunerstring_utils: convert to strequal()
2021-02-13 Christian Braunerstate: convert to strequal()
2021-02-13 Christian Braunerstart: convert to strequal()
2021-02-13 Christian Braunernamespace: convert to strequal()
next