summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* network: Fix set bond device MAC address failedJian Zhang2022-12-052-0/+24
* dissect: add new helper verity_settings_data_covers()Lennart Poettering2022-12-032-5/+10
* dissect: pick up gpt partition flagsLennart Poettering2022-12-022-0/+2
* Merge pull request #25570 from yuwata/dissect-rootless-imageLennart Poettering2022-12-021-10/+18
|\
| * dissect: support to unmount image without root partitionYu Watanabe2022-12-021-0/+13
| * dissect: use sd-device to find and open loopback block deviceYu Watanabe2022-12-021-10/+5
* | Revert "basic: add fallback in chase_symlinks_and_opendir() for cases when /p...Lennart Poettering2022-12-021-11/+3
* | basic: add fallback in chase_symlinks_and_opendir() for cases when /proc is n...Michal Sekletar2022-12-021-3/+11
* | Merge pull request #25541 from medhefgo/boot-reconnectZbigniew Jędrzejewski-Szmek2022-12-025-6/+43
|\ \
| * | boot: Only do full driver initialization in VMsJan Janssen2022-11-292-6/+4
| * | boot: Make sure all partitions drivers are connectedJan Janssen2022-11-291-0/+4
| * | boot: Use EFI_BOOT_MANAGER_POLICY_PROTOCOL to connect console devicesJan Janssen2022-11-292-0/+35
* | | dissect-image: log expected UUID for /varYu Watanabe2022-12-021-1/+3
* | | bootspec: fix null-dereference-readYu Watanabe2022-12-021-0/+2
* | | fuzz-systemctl: limit the size of inputYu Watanabe2022-12-021-0/+3
* | | tree-wide: fix typoYu Watanabe2022-12-025-6/+6
* | | virt: Support detection of LMHS SRE guestsNeil Moore2022-12-022-0/+4
* | | Merge pull request #25591 from poettering/dissect-probe-offsetYu Watanabe2022-12-023-15/+59
|\ \ \
| * | | dissect-image: probe file system via main block device fd/image file fdLennart Poettering2022-12-012-14/+32
| * | | test-loop-block: let's explicitly flush buffer cache on whole block deviceLennart Poettering2022-12-011-0/+9
| * | | test-loop-block: also test dissection without ADD/PIN of partition block devicesLennart Poettering2022-12-011-0/+8
| * | | test-loop-block: tighten tests a bit - check fstype, tooLennart Poettering2022-12-011-1/+10
* | | | nspawn: Use "Ctrl-" rather than "^" in info msgPhaedrus Leeds2022-12-021-1/+1
* | | | network: unset Link.ndisc_configured only when a new address or route is requ...Yu Watanabe2022-12-011-6/+18
* | | | Merge pull request #25568 from yuwata/network-tiny-cleanupsLuca Boccassi2022-12-012-22/+8
|\ \ \ \ | |/ / / |/| | |
| * | | network: address: use ASSERT_PTR()Yu Watanabe2022-11-301-15/+5
| * | | network: address: always update link state when an address is removedYu Watanabe2022-11-301-7/+2
| * | | network: add missing assertionYu Watanabe2022-11-301-0/+1
* | | | blkid-util: define enum for blkid_do_safeprobe() return valuesLennart Poettering2022-12-015-20/+41
* | | | tree-wide: use errno_or_else() more, instead of homegrown checksLennart Poettering2022-12-012-9/+9
| |_|/ |/| |
* | | Merge pull request #25579 from DaanDeMeyer/copy-graceful-symlinksDaan De Meyer2022-12-013-26/+45
|\ \ \
| * | | repart: Ignore copy failures for unsupported file typesDaan De Meyer2022-12-011-2/+2
| * | | copy: Add COPY_GRACEFUL_WARNDaan De Meyer2022-12-012-24/+43
* | | | Merge pull request #25554 from enr0n/follow-on-25509Lennart Poettering2022-12-012-24/+31
|\ \ \ \
| * | | | oomd: fix doc comment for oomd_fetch_cgroup_oom_preferenceNick Rosbrook2022-11-291-3/+4
| * | | | oomd: only check prefix_uid when uid != 0Nick Rosbrook2022-11-291-21/+27
* | | | | dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...Lennart Poettering2022-12-0110-22/+42
* | | | | terminal-util: Set OPOST when setting ONLCRRay Strode2022-12-011-1/+1
| |/ / / |/| | |
* | | | sd-netlink: fix assertion triggered by message_get_serial()Yu Watanabe2022-11-301-1/+2
* | | | mkfs-util: fix memleakYu Watanabe2022-11-301-1/+3
| |/ / |/| |
* | | cgtop: Update code commentsMichal Koutný2022-11-301-2/+4
* | | Merge pull request #25561 from poettering/btrfs-quota-opath-fixYu Watanabe2022-11-305-45/+97
|\ \ \
| * | | btrfs-util: convert O_PATH if necessary, in btrfs quota callLennart Poettering2022-11-291-0/+6
| * | | blockdev-util: move O_PATH fd conversion into btrfs_get_block_device_fd() to ...Lennart Poettering2022-11-292-32/+7
| * | | btrfs-util: convert to fd_reopen_condition()Lennart Poettering2022-11-291-13/+5
| * | | fd-util: add new helper fd_reopen_conditional()Lennart Poettering2022-11-293-0/+79
| | |/ | |/|
* | | dissect-image: merge handlers for 4 different partition designators into oneLennart Poettering2022-11-291-34/+5
* | | dissect-image: don't probe swap partitions needlesslyLennart Poettering2022-11-291-0/+2
| |/ |/|
* | Merge pull request #25558 from poettering/fdisk-id128Lennart Poettering2022-11-294-36/+46
|\ \
| * | fdisk-util: add fdisk_partition_get_type_as_id128() helperLennart Poettering2022-11-294-24/+25