index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
discover-image.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
copy: Introduce COPY_NOCOW_AFTER and use it when copying images
Daan De Meyer
2024-09-04
1
-2
/
+2
*
Revert "tree-wide: Don't explicity disable copy-on-write when copying images"
Daan De Meyer
2024-09-04
1
-1
/
+2
*
tree-wide: Don't explicity disable copy-on-write when copying images
Daan De Meyer
2024-07-25
1
-2
/
+1
*
Make read_attr_path() more generic
Daan De Meyer
2024-07-24
1
-1
/
+1
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-13
/
+13
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-14
/
+14
*
discover-image: also update Image.limit in image_set_limit()
Yu Watanabe
2024-05-19
1
-14
/
+47
*
discover-image: update Image.read_only flag in image_read_only()
Yu Watanabe
2024-05-19
1
-0
/
+1
*
discover-image: pass the right error variable
David Tardon
2024-05-07
1
-1
/
+1
*
vpick: add pick_filter_image_any filter that matches both dirs and images
Luca Boccassi
2024-04-19
1
-2
/
+2
*
dissect-image: make dissected_image_acquire_metadata() operate within a usern...
Lennart Poettering
2024-04-06
1
-1
/
+4
*
discover-image: export search paths array
Lennart Poettering
2024-04-06
1
-1
/
+1
*
lock-util: make global lock return parameter to image_path_lock() optional
Lennart Poettering
2024-04-06
1
-18
/
+28
*
importd: add support for downloading sysext/confext/portable images too
Lennart Poettering
2024-03-01
1
-0
/
+9
*
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-12
/
+21
*
discover-image: don't accidentally set /run/systemd/nspawn/ access mode too s...
Lennart Poettering
2024-01-09
1
-3
/
+7
*
strv: rename strv_endswith to endswith_strv and dedup ENDSWITH_SET
Mike Yuan
2024-01-04
1
-1
/
+1
*
discover-image: add support for vpick
Lennart Poettering
2024-01-03
1
-55
/
+270
*
confext: make sure we pick up configuration extensions passed to us from the ...
Lennart Poettering
2024-01-03
1
-3
/
+8
*
blockdev-util: add new helper blockdev_get_device_size()
Lennart Poettering
2023-12-13
1
-2
/
+4
*
discover-image: use TAKE_PTR() where appropriate
Lennart Poettering
2023-11-15
1
-1
/
+1
*
discover-image: reindent string table
Lennart Poettering
2023-11-15
1
-2
/
+2
*
sysext: make some calls available via varlink
Lennart Poettering
2023-10-16
1
-0
/
+18
*
dissect: allow confext/sysext to be in the same image
Lennart Poettering
2023-10-11
1
-9
/
+14
*
image-discover: skip properly over files that cannot be recognized as image f...
Lennart Poettering
2023-10-06
1
-5
/
+6
*
discover-image: nicely support .sysext.raw + .confext.raw suffix for DDIs
Lennart Poettering
2023-10-05
1
-31
/
+38
*
tree-wide: explicitly compare return value of fd_is_fs_type with 0
Mike Yuan
2023-09-19
1
-1
/
+1
*
btrfs-util: Add btrfs_subvol_snapshot_at()
Daan De Meyer
2023-06-06
1
-7
/
+7
*
discover-image: bring discover path list up-to-date.
Lennart Poettering
2023-04-12
1
-6
/
+4
*
Fix compilation error
Daan De Meyer
2023-04-12
1
-6
/
+6
*
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
1
-5
/
+29
|
\
|
*
discover-image: automaticaly pick up sysext images from /.extra/sysext
Lennart Poettering
2023-04-05
1
-3
/
+25
|
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-2
/
+4
*
|
os-util: move declaration of string table lookup for image class
Yu Watanabe
2023-04-10
1
-9
/
+0
*
|
os-util: add a new confext image type and the ability to parse their release ...
maanyagoenka
2023-04-05
1
-6
/
+12
|
/
*
discover-image: use id128_get_machine() at one more place
Yu Watanabe
2023-04-04
1
-17
/
+3
*
sysext: validate that they do not contain os-release
Luca Boccassi
2023-03-30
1
-0
/
+11
*
sysext: stop storing under /usr/lib[/local]/extensions/
Luca Boccassi
2023-03-30
1
-3
/
+5
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-6
/
+6
*
copy: Move chattr arguments to full function signatures
Daan De Meyer
2023-03-21
1
-2
/
+3
*
lockfile-util: Rename to lock-util
Daan De Meyer
2023-03-10
1
-1
/
+1
*
path-util: rework file_in_same_dir() on top of path_extract_directory()
Lennart Poettering
2023-01-24
1
-36
/
+49
*
string-util: add new strdupcspn()/strdupspn()
Lennart Poettering
2023-01-20
1
-3
/
+1
*
loop-util: always tell kernel explicitly about loopback sector size
Lennart Poettering
2023-01-18
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...
Yu Watanabe
2022-12-12
1
-1
/
+1
*
discover-image: store image class in Image object too, if known
Lennart Poettering
2022-12-07
1
-7
/
+14
*
discover-image: add stringification helpers for ImageClass
Lennart Poettering
2022-12-07
1
-0
/
+8
*
dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...
Lennart Poettering
2022-12-01
1
-1
/
+3
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-4
/
+0
[next]