index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
dissect-image.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dissect: allow confext/sysext to be in the same image
Lennart Poettering
2023-10-11
1
-2
/
+2
*
dissect-image: support verity_dissect_and_mount() in two steps too
Luca Boccassi
2023-10-02
1
-1
/
+1
*
dissect-image: optionally allow mounting via new kernel mount API in two steps
Lennart Poettering
2023-10-02
1
-2
/
+4
*
confext: add dissect tool support for confext images
Maanya Goenka
2023-07-14
1
-1
/
+3
*
gpt-auto-generator: "translate" errno codes into proper messages
Zbigniew Jędrzejewski-Szmek
2023-04-18
1
-0
/
+1
*
dissect: disallow empty partition tables
Lennart Poettering
2023-04-05
1
-0
/
+1
*
dissect: add dissect_image_file_and_warn()
Lennart Poettering
2023-04-05
1
-0
/
+1
*
dissect: actually enforce policy
Lennart Poettering
2023-04-05
1
-0
/
+1
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-10
/
+9
*
dissect-image: set MS_NOSYMFOLLOW for ESP/XBOOTLDR
Lennart Poettering
2023-03-09
1
-0
/
+2
*
dissect: add new helper dissected_partition_fstype()
Lennart Poettering
2023-03-09
1
-0
/
+6
*
dissect: show intended architecture of a disk image
Lennart Poettering
2023-03-01
1
-0
/
+2
*
dissect-image: Return mount point fd if requested
Daan De Meyer
2023-02-17
1
-1
/
+1
*
homework: when creating/resizing GPT partitions, also set sector size explicitly
Lennart Poettering
2023-01-18
1
-0
/
+1
*
loop-util: always tell kernel explicitly about loopback sector size
Lennart Poettering
2023-01-18
1
-0
/
+2
*
dissect-image: add probe_sector_size() helper for detecting sector size of a ...
Lennart Poettering
2023-01-18
1
-0
/
+2
*
dissect-image: optionally, reference dissected partition device nodes by diskseq
Lennart Poettering
2022-12-23
1
-0
/
+1
*
dissect-image: let's lock down fstypes a bit
Lennart Poettering
2022-12-22
1
-0
/
+2
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
dissect: add new helper verity_settings_data_covers()
Lennart Poettering
2022-12-03
1
-0
/
+8
*
dissect: pick up gpt partition flags
Lennart Poettering
2022-12-02
1
-0
/
+1
*
dissect-image: probe file system via main block device fd/image file fd
Lennart Poettering
2022-12-01
1
-2
/
+2
*
dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PART...
Lennart Poettering
2022-12-01
1
-4
/
+2
*
dissect-image: do not try to close invalid fd
Yu Watanabe
2022-11-13
1
-0
/
+6
*
Merge pull request #24803 from DaanDeMeyer/repart-copy-deny-list
Daan De Meyer
2022-11-11
1
-144
/
+1
|
\
|
*
gpt: Replace bitfields with designator field in GptPartitionType
Daan De Meyer
2022-11-10
1
-144
/
+1
*
|
dissect: also parse out the top-level GPT table uuid and expose this as image...
Lennart Poettering
2022-11-10
1
-0
/
+1
|
/
*
dissect: officially support initrd DDIs (to implement 2nd stage initrds)
Lennart Poettering
2022-11-09
1
-0
/
+1
*
dissect-image: introduce probe_filesystem_full() which can take file descript...
Yu Watanabe
2022-10-12
1
-1
/
+4
*
dissect-image: open dissected or decrypted partitions and mount through the f...
Yu Watanabe
2022-10-12
1
-2
/
+6
*
portable: allow caller to override extension-release name check
Luca Boccassi
2022-10-12
1
-0
/
+1
*
dissect-image: introduce dissect_image_file() which works for regular file
Yu Watanabe
2022-09-27
1
-29
/
+29
*
tree-wide: drop unused reference to DecryptedImage
Yu Watanabe
2022-09-18
1
-4
/
+3
*
dissect-image: introduce dissected_image_relinquish()
Yu Watanabe
2022-09-18
1
-0
/
+2
*
Merge pull request #24720 from yuwata/dissect-image-take-reference
Daan De Meyer
2022-09-18
1
-5
/
+5
|
\
|
*
dissect-image: take a reference of LoopDevice into DissectedImage
Yu Watanabe
2022-09-18
1
-5
/
+3
|
*
dissect-image: take reference of DecryptedImage into DissectedImage
Yu Watanabe
2022-09-18
1
-0
/
+1
|
*
dissect-image: introduce reference counter for DecryptedImage
Yu Watanabe
2022-09-18
1
-0
/
+1
*
|
dissect-image: introduce DISSECTED_PARTITION_NULL
Yu Watanabe
2022-09-18
1
-0
/
+6
|
/
*
dissect-image: reuse LoopDevice.node in dissect_image()
Yu Watanabe
2022-09-07
1
-1
/
+2
*
dissect-image: drop currently unused arguments
Yu Watanabe
2022-09-07
1
-4
/
+1
*
dissect-image: use loop backing file or device node as name of the image
Yu Watanabe
2022-09-07
1
-2
/
+2
*
dissect-image: use backing_file stored in LoopDevice object to generate image...
Yu Watanabe
2022-09-07
1
-3
/
+12
*
Use original filename for extension name check
Kai Lueke
2022-09-05
1
-3
/
+3
*
dissect-image: introduce dissect_loop_device() which takes LoopDevice object
Yu Watanabe
2022-09-02
1
-1
/
+5
*
dissect: drop partition removal code
Lennart Poettering
2022-09-01
1
-4
/
+0
*
dissect-image: Explicitly remove partitions when done with image
Daan De Meyer
2022-05-23
1
-0
/
+4
*
dissect: rework how we wait for partition block devices
Lennart Poettering
2022-04-10
1
-11
/
+10
*
core: fix dm-verity auto-discovery in MountImageUnit()
Luca Boccassi
2022-04-07
1
-1
/
+1
*
tree-wide: use 'Architecture' type consistently across the tree
Lennart Poettering
2022-04-04
1
-3
/
+3
[next]