summaryrefslogtreecommitdiff
path: root/src/shared/machine-pool.c
Commit message (Expand)AuthorAgeFilesLines
* 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