index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
machine-pool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
import: wire up SYSTEMD_IMPORT_BTRFS_{SUBVOL,QUOTA} to importd
Ivan Shapovalov
2022-12-03
1
-1
/
+7
*
machine-pool: simplify return values from setup_machine_directory()
Ivan Shapovalov
2022-12-03
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
import: drop logic of setting up /var/lib/machines as btrfs loopback mount
Lennart Poettering
2018-11-26
1
-359
/
+6
*
btrfs: log at debug log when we ignore errors
Lennart Poettering
2018-09-24
1
-4
/
+11
*
machine-pool: drop unnecessary condition
Yu Watanabe
2018-06-25
1
-2
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-9
/
+3
*
tree-wide: make use of wait_for_terminate_and_check() at various places
Lennart Poettering
2018-01-04
1
-12
/
+6
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-9
/
+4
*
Move selinux-related stuff from btrfs-util.c to label.c
Zbigniew Jędrzejewski-Szmek
2017-12-19
1
-0
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-12-01
1
-1
/
+1
*
shared/machine-pool: fix another mkfs.btrfs checking
Evgeny Vereshchagin
2016-03-14
1
-1
/
+1
*
shared/machine-pool: fix mkfs.btrfs checking
Evgeny Vereshchagin
2016-03-14
1
-4
/
+2
*
Remove/add (un)needed includes
Nathan McSween
2016-02-19
1
-0
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-2
/
+17
*
doc: correct orthography, word forms and missing/extraneous words
Jan Engelhardt
2015-11-06
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-5
/
+6
*
btrfs: beef-up btrfs support with a limited understanding of quota
Lennart Poettering
2015-10-22
1
-9
/
+36
*
util: when creating temporary file names, allow including extra id string in it
Lennart Poettering
2015-06-15
1
-1
/
+1
*
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-06-10
1
-2
/
+2
*
util: split out signal-util.[ch] from util.[ch]
Lennart Poettering
2015-05-29
1
-0
/
+1
*
path-util: Change path_is_mount_point() symlink arg from bool to flags
Martin Pitt
2015-05-29
1
-1
/
+1
*
lockfile-util.[ch]: Split out from util.[ch]
Colin Walters
2015-05-06
1
-0
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
util: add rename_noreplace
Alban Crequy
2015-03-10
1
-2
/
+3
*
shared/machine-pool: remove unnecessary check
Zbigniew Jędrzejewski-Szmek
2015-03-07
1
-2
/
+1
*
importd: automatically grow /var/lib/machines/ loopback filesystem during dow...
Lennart Poettering
2015-03-03
1
-0
/
+75
*
machined: also set up /var/lib/machines as btrfs, if "machinectl set-limit" i...
Lennart Poettering
2015-03-02
1
-4
/
+10
*
importd: take a lock while we set up /var/lib/machines/
Lennart Poettering
2015-03-02
1
-0
/
+6
*
importd: split out setup logic for /var/lib/machines into its own API file
Lennart Poettering
2015-03-02
1
-0
/
+289