summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nspawn: Only bind-mount directory when necessary.Daan De Meyer2019-12-121-7/+7
* nspawn-mount: Remove unused parametersDaan De Meyer2019-12-123-33/+12
* nspawn: Enable specifying root as the mount target directory.Daan De Meyer2019-12-123-13/+31
* Merge pull request #14265 from keszybz/seccomp-log-line-fixAnita Zhang2019-12-061-5/+5
|\
| * shared/seccomp: avoid possibly writing bogus errno code in debug logZbigniew Jędrzejewski-Szmek2019-12-061-5/+5
|/
* Merge pull request #14235 from fbuihuu/cryptsetup-fixesZbigniew Jędrzejewski-Szmek2019-12-068-12/+58
|\
| * cryptsetup: umount encrypted devices before detaching it during shutdownFranck Bui2019-12-053-9/+18
| * crypsetup: introduce x-initrd.attach optionFranck Bui2019-12-055-3/+40
* | network: do not drop foreign config if interface is in initialized stateYu Watanabe2019-12-061-2/+2
* | Merge pull request #14252 from keszybz/growfs-port-resizefsLennart Poettering2019-12-063-119/+52
|\ \
| * | growfs: port over to resize_fs()Zbigniew Jędrzejewski-Szmek2019-12-053-78/+31
| * | growfs: define main function through macroZbigniew Jędrzejewski-Szmek2019-12-051-52/+32
* | | Merge pull request #14253 from keszybz/cleanupsLennart Poettering2019-12-062-9/+2
|\ \ \
| * | | TODO: remove obsolete entriesZbigniew Jędrzejewski-Szmek2019-12-051-7/+1
| * | | Fix use of unitialized variable in error pathZbigniew Jędrzejewski-Szmek2019-12-051-2/+1
* | | | Merge pull request #14167 from cpaelzer/fix-MemoryDenyWriteExecute-x86-s390-b...Lennart Poettering2019-12-062-13/+19
|\ \ \ \
| * | | | seccomp: mmap test results depend on kernel/libseccomp/glibcChristian Ehrhardt2019-12-051-3/+4
| * | | | seccomp: use per arch shmat_syscallChristian Ehrhardt2019-12-051-1/+1
| * | | | seccomp: ensure rules are loaded in seccomp_memory_deny_write_executeChristian Ehrhardt2019-12-051-1/+6
| * | | | seccomp: fix multiplexed system callsChristian Ehrhardt2019-12-051-8/+8
* | | | | Merge pull request #14258 from TimoWilken/patch-1Anita Zhang2019-12-051-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo (duplicate "or")Timo Wilken2019-12-051-1/+1
|/ / / /
* | | | Merge pull request #14209 from poettering/sd-bus-sensitiveZbigniew Jędrzejewski-Szmek2019-12-056-6/+68
|\ \ \ \
| * | | | sd-bus: don't include properties maked as "emit-invalidation" in InterfacesAd...Lennart Poettering2019-12-041-0/+9
| * | | | sd-bus: add new call sd_bus_message_sensitive() and SD_BUS_VTABLE_SENSITIVELennart Poettering2019-12-046-6/+59
* | | | | Merge pull request #14221 from poettering/homed-preparatory-resizefsZbigniew Jędrzejewski-Szmek2019-12-055-0/+176
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | shared: add new wrapper for online fs resizing ioctlsLennart Poettering2019-12-043-0/+129
| * | | | missing: add XFS magicLennart Poettering2019-12-042-0/+47
* | | | | Merge pull request #14229 from yuwata/nspawn-network-interface-14223Yu Watanabe2019-12-052-17/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | network: if /sys is rw, then udev should be aroundYu Watanabe2019-12-051-6/+6
| * | | | nspawn: do not fail if udev is not runningYu Watanabe2019-12-051-11/+21
| |/ / /
* | | | Merge pull request #14173 from ssahani/tc-sfqAnita Zhang2019-12-0418-52/+478
|\ \ \ \
| * | | | test-network: add a test case for SFQYu Watanabe2019-12-042-2/+10
| * | | | network: SFQ cannot be configured with netem or TBFYu Watanabe2019-12-041-2/+5
| * | | | network: tc introduce sfq - Stochastic Fairness QueueingSusant Sahani2019-12-048-9/+137
| * | | | test-network: add test case for TBFYu Watanabe2019-12-043-3/+20
| * | | | network: drop unnecessary headersYu Watanabe2019-12-042-5/+0
| * | | | network: make network_emulator_fill_message() take NetworkEmulatorYu Watanabe2019-12-043-16/+14
| * | | | network: rename QDiscs to QDiscYu Watanabe2019-12-047-29/+29
| * | | | network: ignore sections which have both NetworkEmulator and TokenBufferFilte...Yu Watanabe2019-12-043-0/+42
| * | | | networkd tc: introduce tbfSusant Sahani2019-12-049-1/+236
| |/ / /
* | | | Merge pull request #14219 from poettering/homed-preparatory-loopAnita Zhang2019-12-049-43/+305
|\ \ \ \
| * | | | valgrind: temporarily handle that valgrind still doesn't know LOOP_GET_STATUS64Lennart Poettering2019-12-022-5/+33
| * | | | loop-util: if we fail to fully set up a loop device, detach it againLennart Poettering2019-12-021-5/+17
| * | | | loop-util: fill in the loopback number, even a posterioriLennart Poettering2019-12-021-4/+19
| * | | | loop-util: optionally also resize partitionsLennart Poettering2019-12-021-0/+101
| * | | | loop-util: add api for locking the block device with flock()Lennart Poettering2019-12-022-0/+15
| * | | | loop-util: allow refreshing offsetLennart Poettering2019-12-022-3/+17
| * | | | loop-util: allow creating loopback block devices with offset/lengthLennart Poettering2019-12-022-25/+41
| * | | | loop-util: add API to refresh loopback device size and opening existing loopb...Lennart Poettering2019-12-022-0/+53