summaryrefslogtreecommitdiff
path: root/src/shared/machine-pool.c
Commit message (Expand)AuthorAgeFilesLines
* import: wire up SYSTEMD_IMPORT_BTRFS_{SUBVOL,QUOTA} to importdIvan Shapovalov2022-12-031-1/+7
* machine-pool: simplify return values from setup_machine_directory()Ivan Shapovalov2022-12-031-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-359/+6
* btrfs: log at debug log when we ignore errorsLennart Poettering2018-09-241-4/+11
* machine-pool: drop unnecessary conditionYu Watanabe2018-06-251-2/+1
* 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
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-9/+3
* tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering2018-01-041-12/+6
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-9/+4
* Move selinux-related stuff from btrfs-util.c to label.cZbigniew Jędrzejewski-Szmek2017-12-191-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-1/+1
* shared/machine-pool: fix another mkfs.btrfs checkingEvgeny Vereshchagin2016-03-141-1/+1
* shared/machine-pool: fix mkfs.btrfs checkingEvgeny Vereshchagin2016-03-141-4/+2
* Remove/add (un)needed includesNathan McSween2016-02-181-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-2/+17
* doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt2015-11-061-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-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
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+6
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-9/+36
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-1/+1
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-2/+2
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2015-05-291-1/+1
* lockfile-util.[ch]: Split out from util.[ch]Colin Walters2015-05-051-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* util: add rename_noreplaceAlban Crequy2015-03-101-2/+3
* shared/machine-pool: remove unnecessary checkZbigniew Jędrzejewski-Szmek2015-03-071-2/+1
* importd: automatically grow /var/lib/machines/ loopback filesystem during dow...Lennart Poettering2015-03-031-0/+75
* machined: also set up /var/lib/machines as btrfs, if "machinectl set-limit" i...Lennart Poettering2015-03-021-4/+10
* importd: take a lock while we set up /var/lib/machines/Lennart Poettering2015-03-021-0/+6
* importd: split out setup logic for /var/lib/machines into its own API fileLennart Poettering2015-03-021-0/+289