summaryrefslogtreecommitdiffstats
path: root/src/shared/discover-image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copy: Introduce COPY_NOCOW_AFTER and use it when copying imagesDaan De Meyer2024-09-041-2/+2
* Revert "tree-wide: Don't explicity disable copy-on-write when copying images"Daan De Meyer2024-09-041-1/+2
* tree-wide: Don't explicity disable copy-on-write when copying imagesDaan De Meyer2024-07-251-2/+1
* Make read_attr_path() more genericDaan De Meyer2024-07-241-1/+1
* tree-wide: port over to new builder apisLennart Poettering2024-06-191-13/+13
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-14/+14
* discover-image: also update Image.limit in image_set_limit()Yu Watanabe2024-05-191-14/+47
* discover-image: update Image.read_only flag in image_read_only()Yu Watanabe2024-05-191-0/+1
* discover-image: pass the right error variableDavid Tardon2024-05-071-1/+1
* vpick: add pick_filter_image_any filter that matches both dirs and imagesLuca Boccassi2024-04-191-2/+2
* dissect-image: make dissected_image_acquire_metadata() operate within a usern...Lennart Poettering2024-04-061-1/+4
* discover-image: export search paths arrayLennart Poettering2024-04-061-1/+1
* lock-util: make global lock return parameter to image_path_lock() optionalLennart Poettering2024-04-061-18/+28
* importd: add support for downloading sysext/confext/portable images tooLennart Poettering2024-03-011-0/+9
* dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-12/+21
* discover-image: don't accidentally set /run/systemd/nspawn/ access mode too s...Lennart Poettering2024-01-091-3/+7
* strv: rename strv_endswith to endswith_strv and dedup ENDSWITH_SETMike Yuan2024-01-041-1/+1
* discover-image: add support for vpickLennart Poettering2024-01-031-55/+270
* confext: make sure we pick up configuration extensions passed to us from the ...Lennart Poettering2024-01-031-3/+8
* blockdev-util: add new helper blockdev_get_device_size()Lennart Poettering2023-12-131-2/+4
* discover-image: use TAKE_PTR() where appropriateLennart Poettering2023-11-151-1/+1
* discover-image: reindent string tableLennart Poettering2023-11-151-2/+2
* sysext: make some calls available via varlinkLennart Poettering2023-10-161-0/+18
* dissect: allow confext/sysext to be in the same imageLennart Poettering2023-10-111-9/+14
* image-discover: skip properly over files that cannot be recognized as image f...Lennart Poettering2023-10-061-5/+6
* discover-image: nicely support .sysext.raw + .confext.raw suffix for DDIsLennart Poettering2023-10-051-31/+38
* tree-wide: explicitly compare return value of fd_is_fs_type with 0Mike Yuan2023-09-191-1/+1
* btrfs-util: Add btrfs_subvol_snapshot_at()Daan De Meyer2023-06-061-7/+7
* discover-image: bring discover path list up-to-date.Lennart Poettering2023-04-121-6/+4
* Fix compilation errorDaan De Meyer2023-04-121-6/+6
* Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-121-5/+29
|\
| * discover-image: automaticaly pick up sysext images from /.extra/sysextLennart Poettering2023-04-051-3/+25
| * tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-2/+4
* | os-util: move declaration of string table lookup for image classYu Watanabe2023-04-101-9/+0
* | os-util: add a new confext image type and the ability to parse their release ...maanyagoenka2023-04-051-6/+12
|/
* discover-image: use id128_get_machine() at one more placeYu Watanabe2023-04-041-17/+3
* sysext: validate that they do not contain os-releaseLuca Boccassi2023-03-301-0/+11
* sysext: stop storing under /usr/lib[/local]/extensions/Luca Boccassi2023-03-301-3/+5
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-6/+6
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-2/+3
* lockfile-util: Rename to lock-utilDaan De Meyer2023-03-101-1/+1
* path-util: rework file_in_same_dir() on top of path_extract_directory()Lennart Poettering2023-01-241-36/+49
* string-util: add new strdupcspn()/strdupspn()Lennart Poettering2023-01-201-3/+1
* loop-util: always tell kernel explicitly about loopback sector sizeLennart Poettering2023-01-181-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-4/+4
* sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...Yu Watanabe2022-12-121-1/+1
* discover-image: store image class in Image object too, if knownLennart Poettering2022-12-071-7/+14
* discover-image: add stringification helpers for ImageClassLennart Poettering2022-12-071-0/+8
* dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...Lennart Poettering2022-12-011-1/+3
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-4/+0