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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dissect: avoid clobbering device-mapper error when activating verity
Luca Boccassi
2023-10-09
1
-7
/
+10
*
dissect-image: support verity_dissect_and_mount() in two steps too
Luca Boccassi
2023-10-02
1
-8
/
+16
*
dissect-image: optionally allow mounting via new kernel mount API in two steps
Lennart Poettering
2023-10-02
1
-138
/
+245
*
dissect: Accept signature for usr+usr-verity+usr-verity-sig images
Valentin David
2023-09-20
1
-3
/
+11
*
treewide: fix typos
Joerg Behrmann
2023-09-19
1
-1
/
+1
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-2
/
+2
*
dissect: add 'f2fs' to allow-listed filesystems
Luca Boccassi
2023-09-05
1
-0
/
+1
*
gpt: move basic header/partition structure of GPT into common code
Lennart Poettering
2023-08-24
1
-33
/
+4
*
tree-wide: drop "static inline" use in .c files
Lennart Poettering
2023-08-21
1
-1
/
+1
*
tree-wide: use LIST_POP()
David Tardon
2023-08-17
1
-2
/
+1
*
mkdir: Add support for creating subvolumes to mkdir_p_root()
Daan De Meyer
2023-08-14
1
-1
/
+1
*
dissect-image: Fix mount_point_is_available()
Daan De Meyer
2023-08-14
1
-1
/
+1
*
confext: add dissect tool support for confext images
Maanya Goenka
2023-07-14
1
-9
/
+44
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-2
/
+2
*
time-util: introduce usleep_safe()
Yu Watanabe
2023-06-22
1
-1
/
+1
*
dissect-image: Log if verity signature partition is too large
Daan De Meyer
2023-06-20
1
-1
/
+1
*
dissect-image: fix partition label version compare
Lennart Poettering
2023-06-02
1
-4
/
+7
*
dissect: implement the same logic as gpt-auto-generator
Zbigniew Jędrzejewski-Szmek
2023-05-30
1
-32
/
+50
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-14
/
+18
*
dissect: let's check for crypto_LUKS before fstype allowlist check
Lennart Poettering
2023-04-20
1
-5
/
+6
*
dissect-image: issue BLKFLSBUF before probing an fs at block device offset != 0
Lennart Poettering
2023-04-20
1
-0
/
+15
*
dissect-image: fix log level in dissect_log_error
Quintin Hill
2023-04-19
1
-15
/
+15
*
gpt-auto-generator: "translate" errno codes into proper messages
Zbigniew Jędrzejewski-Szmek
2023-04-18
1
-2
/
+5
*
fsck: use execv_p_ and execl_p_
Florian Klink
2023-04-17
1
-11
/
+2
*
fsck: look for fsck binary not just in /sbin
Florian Klink
2023-04-15
1
-2
/
+11
*
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
1
-93
/
+335
|
\
|
*
dissect: update error code comment a bit
Lennart Poettering
2023-04-05
1
-1
/
+5
|
*
dissect: disallow empty partition tables
Lennart Poettering
2023-04-05
1
-0
/
+10
|
*
dissect: make returning of DissectedImage object optional
Lennart Poettering
2023-04-05
1
-4
/
+5
|
*
dissect: add dissect_image_file_and_warn()
Lennart Poettering
2023-04-05
1
-44
/
+64
|
*
dissect: actually enforce policy
Lennart Poettering
2023-04-05
1
-41
/
+234
|
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-4
/
+18
*
|
extension-release: establish compatibility between host file and extension-re...
maanyagoenka
2023-04-05
1
-1
/
+2
*
|
os-util: add a new confext image type and the ability to parse their release ...
maanyagoenka
2023-04-05
1
-3
/
+3
|
/
*
sysext: validate that they do not contain os-release
Luca Boccassi
2023-03-30
1
-3
/
+8
*
rename extension-release.[c|h] -> extension-util.[c|h]
Luca Boccassi
2023-03-30
1
-1
/
+1
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-6
/
+6
*
mountpoint-util: add new fstype_can_umask() helper
Lennart Poettering
2023-03-09
1
-1
/
+3
*
mountpoint-util: move 'norecovery' detection into its own helper call
Lennart Poettering
2023-03-09
1
-1
/
+1
*
dissect-image: set MS_NOSYMFOLLOW for ESP/XBOOTLDR
Lennart Poettering
2023-03-09
1
-40
/
+109
*
dissect: add new helper dissected_partition_fstype()
Lennart Poettering
2023-03-09
1
-1
/
+1
*
dissect: show intended architecture of a disk image
Lennart Poettering
2023-03-01
1
-0
/
+14
*
Revert "dissect-image: don't probe swap partitions needlessly"
Lennart Poettering
2023-02-27
1
-1
/
+4
*
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-1
/
+2
*
dissect-image: Return mount point fd if requested
Daan De Meyer
2023-02-17
1
-0
/
+11
*
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
*
dissect-image: unknown/unsupported diskseq is indicated by 0, not by UINT64_MAX
Lennart Poettering
2023-02-10
1
-3
/
+3
*
homework: when creating/resizing GPT partitions, also set sector size explicitly
Lennart Poettering
2023-01-18
1
-0
/
+18
*
loop-util: always tell kernel explicitly about loopback sector size
Lennart Poettering
2023-01-18
1
-1
/
+14
*
dissect-image: add probe_sector_size() helper for detecting sector size of a ...
Lennart Poettering
2023-01-18
1
-0
/
+82
[next]