summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* nspawn: port over to /supervisor/ subcgroup being delegated to nspawnLennart Poettering2023-04-271-5/+16
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* tree-wide: use mode=0nnn for mount optionZbigniew Jędrzejewski-Szmek2022-12-141-4/+9
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+0
* tree-wide: fix duplicated wordsMichael Biebl2022-03-181-1/+1
* cgroup-util: use string_hash_ops_freeYu Watanabe2021-09-111-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-231-1/+1
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-19/+19
* tree-wide: add size limits for tmpfs mountsTopi Miettinen2020-05-131-2/+2
* basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-7/+3
* util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
* path-util: get rid of prefix_root()Lennart Poettering2019-06-211-3/+3
* tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flagLennart Poettering2019-05-081-2/+1
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* nspawn: (void)ify more stuffLennart Poettering2019-03-151-1/+1
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-0/+1
* cgroup: be more careful with which controllers we can enable/disable on a cgroupLennart Poettering2018-11-231-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-2/+2
* tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2018-11-061-1/+1
* nspawn: chown() the legacy hierarchy when it's used in a containerEvgeny Vereshchagin2018-09-261-1/+1
* fs-util: make symlink_idempotent() optionally create relative linkYu Watanabe2018-09-241-2/+2
* nspawn: sync_cgroup(): Rename arg_uid_shift -> uid_shiftLuke Shumaker2018-07-201-2/+2
* nspawn: Move cgroup mount stuff from nspawn-mount.c to nspawn-cgroup.cLuke Shumaker2018-07-201-0/+417
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* nspawn: move nspawn cgroup hierarchy one level down unconditionallyLennart Poettering2018-05-031-25/+34
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* nspawn: when in hybrid mode, chown() both the legacy and the unified hierarch...Lennart Poettering2017-12-051-1/+14
* cgroup: also include "cgroups.threads" in the list of files to chownLennart Poettering2017-12-051-5/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Be slightly more verbose in error messageZbigniew Jędrzejewski-Szmek2017-07-021-1/+1
* cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-02-241-2/+2
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-4/+10
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-12/+5
* nspawn: remove unused variable (#4369)Thomas H. P. Andersen2016-10-141-1/+0
* nspawn: cleanup and chown the synced cgroup hierarchy (#4223)Evgeny Vereshchagin2016-10-131-15/+38
* nspawn,mount-util: add [u]mount_verbose and use it in nspawnZbigniew Jędrzejewski-Szmek2016-10-111-6/+7
* core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-7/+6
* core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-151-2/+2
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* core: update populated event handling in unified hierarchyTejun Heo2016-03-261-2/+1
* cgroup2: use new fstype for unified hierarchyAlban Crequy2016-03-261-1/+1
* nspawn: Fix two misspellings of "hierarchy" in error messagesTobias Klauser2016-03-161-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* nspawn: userns and unified cgroup: chown cgroup.eventsAlban Crequy2015-12-281-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2