summaryrefslogtreecommitdiffstats
path: root/meson.version (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-01mkosi: update debian commit referenceLuca Boccassi1-1/+1
2024-07-01shared/condition: add missing space after 'if'Mike Yuan1-2/+2
2024-07-01shared/mount-util: return early if param is NULLMike Yuan1-7/+10
2024-07-01mkfs-util: Simplify logicDaan De Meyer1-8/+3
2024-07-01units: add dep on systemd-logind.service by user@.serviceLennart Poettering2-2/+2
2024-07-01Use read_full_file_full() in read_smbios11_field()Daan De Meyer1-2/+7
2024-07-01storagetm: add --list-devices commandLennart Poettering3-4/+28
2024-07-01repart: add --list-devices switch for listing candidate block devicesLennart Poettering3-1/+26
2024-07-01cryptenroll: add --list-devices switch that shows candidate block devicesLennart Poettering3-0/+23
2024-07-01util: add generic block device listener helperLennart Poettering3-0/+91
2024-07-01blockdev-util: add partscan check function that takes an sd_device*Lennart Poettering6-12/+21
2024-07-01repart: add sections to --help textLennart Poettering1-14/+26
2024-07-01test: beef up test case for fid-based equality checksLennart Poettering3-4/+63
2024-07-01stat-util: port inode_same_at() to use FID file handle data to determine inod...Lennart Poettering1-6/+92
2024-07-01mountpoint-util: clarify that EOVERFLOW is visible on nfs4/autofs mountsLennart Poettering1-3/+3
2024-07-01mountpoint-util: use the FID stuff for detecting the root of mountsLennart Poettering1-3/+3
2024-07-01mountpoint-util: add new helper name_to_handle_at_try_fid()Lennart Poettering3-1/+32
2024-07-01mountpoint-util: use ERRNO_IS_xyz() at more placesLennart Poettering1-3/+3
2024-07-01mountpoint-util: add public helper for comparing file handlesLennart Poettering2-4/+14
2024-07-01mountpoint-util: make is_name_to_handle_at_fatal_error() an exported APILennart Poettering2-13/+20
2024-07-01build(deps): bump actions/checkout from 4.1.6 to 4.1.7dependabot[bot]12-12/+12
2024-07-01 Conditional PSI check to reflect changes done in 5.13rhellstrom1-2/+8
2024-06-30core: try again bind mounting if the destination was already createdLuca Boccassi1-5/+5
2024-06-29NEWS: fix typoMike Yuan1-1/+1
2024-06-29NEWS: nscd has been dropped for goodMike Yuan1-1/+1
2024-06-29mkfs-util: Set sector size for btrfs as wellDaan De Meyer1-0/+9
2024-06-29repart: Don't set filesystem sector size to 512Daan De Meyer1-1/+1
2024-06-29Added mised EVDEV_ABS_35 & EVDEV_ABS_36 for GAOMON s620DocNITE1-0/+2
2024-06-29repart: Log more about filesystem sector sizeDaan De Meyer1-2/+4
2024-06-28core/unit: follow merged units before updating SourcePath= timestamp tooMike Yuan1-1/+3
2024-06-28Use hashmap_ensure_replace()Matteo Croce3-18/+3
2024-06-28introduce hashmap_ensure_replace()Matteo Croce3-0/+49
2024-06-28meson: use less verbose quotingZbigniew Jędrzejewski-Szmek1-6/+6
2024-06-28Drop support for nscdZbigniew Jędrzejewski-Szmek14-260/+6
2024-06-28TEST-54-CREDS: Use UEFI firmware if availableDaan De Meyer1-0/+1
2024-06-28TEST-18-FAILUREACTION: Set auto firmwareDaan De Meyer1-0/+3
2024-06-28TEST-09-REBOOT: Set auto firmwareDaan De Meyer1-0/+3
2024-06-28TEST-06-SELINUX: Explicitly pull in autorelabel.serviceDaan De Meyer1-1/+1
2024-06-28TEST-70-TPM2: Use UEFI firmware if availableDaan De Meyer1-0/+1
2024-06-28core: do not set up cgroup runtime on coldplugMike Yuan3-7/+2
2024-06-28core: cast ignored retval of unit_realize_cgroup to voidMike Yuan6-6/+6
2024-06-28core: do not drop CGroupRuntime when unit stops, but only on GCMike Yuan3-20/+19
2024-06-28core/cgroup: drop spurious ", ignoring" for unit_cgroup_is_emptyMike Yuan1-2/+1
2024-06-28core/cgroup: actually make use of the cached accounting valuesMike Yuan1-5/+5
2024-06-28core/cgroup: check root cgroup earlier for unit_get_memory_accountingMike Yuan1-4/+4
2024-06-28core: unify reset_accounting handlingMike Yuan3-102/+71
2024-06-28core/cgroup: call bpf_firewall_close in cgroup_runtime_freeMike Yuan4-23/+5
2024-06-28core/cgroup: make unit_has_host_root_cgroup take const Unit*Mike Yuan2-2/+3
2024-06-28core/cgroup: check CGroupRuntime.cgroup_path rather than _realized for freezerMike Yuan1-1/+1
2024-06-28core/cgroup: use > 0 comparison rather than == 1Mike Yuan1-1/+1