summaryrefslogtreecommitdiff
path: root/src/shared/machine-pool.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe1-1/+0
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2018-11-26import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering1-359/+6
2018-09-24btrfs: log at debug log when we ignore errorsLennart Poettering1-4/+11
2018-06-25machine-pool: drop unnecessary conditionYu Watanabe1-2/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce new TAKE_FD() macroLennart Poettering1-9/+3
2018-01-04tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering1-12/+6
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-9/+4
2017-12-19Move selinux-related stuff from btrfs-util.c to label.cZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering1-1/+1
2016-03-14shared/machine-pool: fix another mkfs.btrfs checkingEvgeny Vereshchagin1-1/+1
2016-03-14shared/machine-pool: fix mkfs.btrfs checkingEvgeny Vereshchagin1-4/+2
2016-02-18Remove/add (un)needed includesNathan McSween1-0/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-2/+17
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-1/+2
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-5/+6
2015-10-22btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering1-9/+36
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering1-1/+1
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-2/+2
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-0/+1
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt1-1/+1
2015-05-05lockfile-util.[ch]: Split out from util.[ch]Colin Walters1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-03-10util: add rename_noreplaceAlban Crequy1-2/+3
2015-03-07shared/machine-pool: remove unnecessary checkZbigniew Jędrzejewski-Szmek1-2/+1
2015-03-03importd: automatically grow /var/lib/machines/ loopback filesystem during dow...Lennart Poettering1-0/+75
2015-03-02machined: also set up /var/lib/machines as btrfs, if "machinectl set-limit" i...Lennart Poettering1-4/+10
2015-03-02importd: take a lock while we set up /var/lib/machines/Lennart Poettering1-0/+6
2015-03-02importd: split out setup logic for /var/lib/machines into its own API fileLennart Poettering1-0/+289