summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33496 from YHNdnzj/fd-is-mount-symlinkLuca Boccassi2024-07-022-4/+30
|\
| * test-mountpoint-util: add a test for bind mounted symlinksMike Yuan2024-06-271-0/+30
| * mountpoint-util: do not assume symlinks are not mountpointsMike Yuan2024-06-271-4/+0
* | Merge pull request #33560 from YHNdnzj/trivial-cleanup-2Luca Boccassi2024-07-022-9/+12
|\ \
| * | shared/condition: add missing space after 'if'Mike Yuan2024-07-011-2/+2
| * | shared/mount-util: return early if param is NULLMike Yuan2024-07-011-7/+10
* | | Merge pull request #33523 from neighbourhoodie/fix/dns-opt-extended-rcodeLuca Boccassi2024-07-022-4/+4
|\ \ \
| * | | resolved: correct parsing of OPT extended RCODEsJames Coglan2024-06-281-1/+1
| * | | resolved: allow the full TTL to be used by OPT recordsJames Coglan2024-06-281-3/+3
* | | | build(deps): bump github/codeql-action from 3.24.7 to 3.25.11dependabot[bot]2024-07-012-4/+4
* | | | mkosi: update debian commit referenceLuca Boccassi2024-07-011-1/+1
| |/ / |/| |
* | | Merge pull request #33475 from poettering/name-to-handle-at-fidLennart Poettering2024-07-017-34/+227
|\ \ \
| * | | test: beef up test case for fid-based equality checksLennart Poettering2024-07-013-4/+63
| * | | stat-util: port inode_same_at() to use FID file handle data to determine inod...Lennart Poettering2024-07-011-6/+92
| * | | mountpoint-util: clarify that EOVERFLOW is visible on nfs4/autofs mountsLennart Poettering2024-07-011-3/+3
| * | | mountpoint-util: use the FID stuff for detecting the root of mountsLennart Poettering2024-07-011-3/+3
| * | | mountpoint-util: add new helper name_to_handle_at_try_fid()Lennart Poettering2024-07-013-1/+32
| * | | mountpoint-util: use ERRNO_IS_xyz() at more placesLennart Poettering2024-07-011-3/+3
| * | | mountpoint-util: add public helper for comparing file handlesLennart Poettering2024-07-012-4/+14
| * | | mountpoint-util: make is_name_to_handle_at_fatal_error() an exported APILennart Poettering2024-07-012-13/+20
* | | | mkfs-util: Simplify logicDaan De Meyer2024-07-011-8/+3
* | | | units: add dep on systemd-logind.service by user@.serviceLennart Poettering2024-07-012-2/+2
* | | | Use read_full_file_full() in read_smbios11_field()Daan De Meyer2024-07-011-2/+7
* | | | Merge pull request #33553 from poettering/list-devicesLennart Poettering2024-07-0117-31/+215
|\ \ \ \ | |/ / / |/| | |
| * | | storagetm: add --list-devices commandLennart Poettering2024-07-013-4/+28
| * | | repart: add --list-devices switch for listing candidate block devicesLennart Poettering2024-07-013-1/+26
| * | | cryptenroll: add --list-devices switch that shows candidate block devicesLennart Poettering2024-07-013-0/+23
| * | | util: add generic block device listener helperLennart Poettering2024-07-013-0/+91
| * | | blockdev-util: add partscan check function that takes an sd_device*Lennart Poettering2024-07-016-12/+21
| * | | repart: add sections to --help textLennart Poettering2024-07-011-14/+26
|/ / /
* | | build(deps): bump actions/checkout from 4.1.6 to 4.1.7dependabot[bot]2024-07-0112-12/+12
* | | Conditional PSI check to reflect changes done in 5.13rhellstrom2024-07-011-2/+8
* | | core: try again bind mounting if the destination was already createdLuca Boccassi2024-06-301-5/+5
* | | Merge pull request #33544 from DaanDeMeyer/sector-sizeLuca Boccassi2024-06-292-1/+10
|\ \ \
| * | | mkfs-util: Set sector size for btrfs as wellDaan De Meyer2024-06-291-0/+9
| * | | repart: Don't set filesystem sector size to 512Daan De Meyer2024-06-291-1/+1
* | | | NEWS: fix typoMike Yuan2024-06-291-1/+1
* | | | NEWS: nscd has been dropped for goodMike Yuan2024-06-291-1/+1
* | | | Merge pull request #33258 from YHNdnzj/cg-runtime-accountingMike Yuan2024-06-2914-177/+122
|\ \ \ \ | |/ / / |/| | |
| * | | core: do not set up cgroup runtime on coldplugMike Yuan2024-06-283-7/+2
| * | | core: cast ignored retval of unit_realize_cgroup to voidMike Yuan2024-06-286-6/+6
| * | | core: do not drop CGroupRuntime when unit stops, but only on GCMike Yuan2024-06-283-20/+19
| * | | core/cgroup: drop spurious ", ignoring" for unit_cgroup_is_emptyMike Yuan2024-06-281-2/+1
| * | | core/cgroup: actually make use of the cached accounting valuesMike Yuan2024-06-281-5/+5
| * | | core/cgroup: check root cgroup earlier for unit_get_memory_accountingMike Yuan2024-06-281-4/+4
| * | | core: unify reset_accounting handlingMike Yuan2024-06-283-102/+71
| * | | core/cgroup: call bpf_firewall_close in cgroup_runtime_freeMike Yuan2024-06-284-23/+5
| * | | core/cgroup: make unit_has_host_root_cgroup take const Unit*Mike Yuan2024-06-282-2/+3
| * | | core/cgroup: check CGroupRuntime.cgroup_path rather than _realized for freezerMike Yuan2024-06-281-1/+1
| * | | core/cgroup: use > 0 comparison rather than == 1Mike Yuan2024-06-281-1/+1