summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | GREEDY_REALLOC_APPEND: Make more type safeAdrian Vovk2024-10-181-1/+4
* | | | Merge pull request #34801 from poettering/async-sd-notify-closeLennart Poettering2024-10-176-8/+21
|\ \ \ \
| * | | | pid1: close fds we receive via sd_notify() and cannot make use of asynchronouslyLennart Poettering2024-10-171-1/+1
| * | | | fdset: optionally, close remaining fds asynchronouslyLennart Poettering2024-10-175-7/+20
* | | | | Merge pull request #34795 from YHNdnzj/bump-kernel-baseline-5.4Lennart Poettering2024-10-173-44/+50
|\ \ \ \ \
| * | | | | Bump kernel recommended baseline to v5.4Mike Yuan2024-10-163-5/+11
| * | | | | NEWS: rearrange incompatible changes, separate from Future RemovalsMike Yuan2024-10-161-39/+39
* | | | | | udev: consider serial ports as unconfigured only if both port and iomem_base ...Lennart Poettering2024-10-171-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #34597 from ryantimwilson/oomd-pressure-durationYu Watanabe2024-10-1722-553/+859
|\ \ \ \ \
| * | | | | Reformat load-fragment-gperf.gperf.inRyan Wilson2024-10-171-527/+527
| * | | | | cgroup: Add ManagedOOMMemoryPressureDurationSec= override setting for unitsRyan Wilson2024-10-1721-21/+293
| * | | | | oomd: Refactor DefaultMemoryPressureDurationSec= to use conf parserRyan Wilson2024-10-172-6/+40
* | | | | | Merge pull request #34797 from yuwata/test-mountYu Watanabe2024-10-171-62/+75
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TEST-60-MOUNT-RATELIMIT: disable journal ratelimitingYu Watanabe2024-10-161-0/+7
| * | | | | TEST-60-MOUNT-RATEMINIT: split into small test casesYu Watanabe2024-10-161-57/+63
| * | | | | TEST-60-MOUNT-RATELIMIT: wait for mount unit being started or stoppedYu Watanabe2024-10-161-6/+6
|/ / / / /
* | | | | Merge pull request #34793 from yuwata/journalctl-copy-argumentsYu Watanabe2024-10-162-33/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | journalctl: do not directly use optarg, but copy optarg before useYu Watanabe2024-10-162-29/+57
| * | | | journalctl: erase verify key before freeYu Watanabe2024-10-161-4/+6
* | | | | doc: fix typoYu Watanabe2024-10-161-1/+1
* | | | | machine: fix typoYu Watanabe2024-10-161-1/+1
* | | | | pidref: fix typoYu Watanabe2024-10-162-2/+2
* | | | | ukify: fix typoYu Watanabe2024-10-161-1/+1
* | | | | Merge pull request #34381 from DaanDeMeyer/extension-submountsYu Watanabe2024-10-164-33/+183
|\ \ \ \ \
| * | | | | sysext: Deal with nested mounts properlyDaan De Meyer2024-10-162-11/+138
| * | | | | sysext: Run unmerge in a subprocessDaan De Meyer2024-10-161-18/+40
| * | | | | mount-util: Make get_submounts() a public functionDaan De Meyer2024-10-162-10/+11
| |/ / / /
* | | | | Fix maybe-uninitialized warnings with gcc 14.2Luca Boccassi2024-10-161-2/+2
* | | | | pid1: add env var to override default mount rate limit intervalxujing2024-10-162-3/+18
* | | | | Merge pull request #34791 from poettering/live-mount-tweakLuca Boccassi2024-10-163-20/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | core: move debug logging from _can_live_mount() functions to callerLennart Poettering2024-10-163-19/+9
| * | | | core: one more Mount -> LiveMount renameLuca Boccassi2024-10-161-1/+1
* | | | | Merge pull request #34756 from yuwata/test-oomd-cleanupsYu Watanabe2024-10-163-60/+73
|\ \ \ \ \
| * | | | | TEST-55-OOMD: check slice property before stressing sliceYu Watanabe2024-10-161-2/+3
| * | | | | TEST-55-OOMD: stop test units when unnecessaryYu Watanabe2024-10-161-2/+12
| * | | | | TEST-55-OOMD: check slice more in detailYu Watanabe2024-10-161-5/+9
| * | | | | TEST-55-OOMD: split into small testcasesYu Watanabe2024-10-161-47/+41
| * | | | | TEST-55-OOMD: check global config earlierYu Watanabe2024-10-161-4/+3
| * | | | | TEST-55-OOMD: set ManagedOOMMemoryPressure= and friends in a drop-in configYu Watanabe2024-10-163-3/+8
| | |_|_|/ | |/| | |
* | | | | test: fix TOCTOU in test-jsonYu Watanabe2024-10-161-4/+4
| |/ / / |/| | |
* | | | Merge pull request #34742 from yuwata/test-storageFrantisek Sumsal2024-10-167-12/+17
|\ \ \ \ | |/ / / |/| | |
| * | | TEST-64-UDEV-STORAGE: insert udevadm settle moreYu Watanabe2024-10-121-1/+7
| * | | TEST-58-REPART: drop duplicated inclusion of util.shYu Watanabe2024-10-121-3/+0
| * | | mkosi: replace PackageManagerTrees= with SandboxTrees=Yu Watanabe2024-10-125-8/+10
* | | | gpt-auto: remove directory check for ESP mountMichael Ferrari2024-10-161-17/+2
* | | | Merge pull request #34482 from bgurney-rh/alt-nvme-multins-symlink-fixYu Watanabe2024-10-162-3/+3
|\ \ \ \
| * | | | TEST-64-UDEV-STORAGE: test for absence of obsolete NVMe symlinkBryan Gurney2024-10-151-0/+1
| * | | | TEST-64-UDEV-STORAGE: remove obsolete NVMe symlink for nvme_subsystemBryan Gurney2024-09-181-1/+0
| * | | | Pin obsolete NVMe symlinks to namespace 1Bryan Gurney2024-09-181-2/+2
* | | | | Merge pull request #34781 from poettering/write-string-rename-fullYu Watanabe2024-10-157-38/+47
|\ \ \ \ \