index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partition
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tpm2: add salt to pin
William Roberts
2023-01-18
1
-0
/
+1
*
repart: auto-probe sector size when not specified
Lennart Poettering
2023-01-18
1
-3
/
+17
*
homework: when creating/resizing GPT partitions, also set sector size explicitly
Lennart Poettering
2023-01-18
1
-6
/
+9
*
repart: Allow configuring sector size
Daan De Meyer
2023-01-17
2
-13
/
+32
*
tree-wide: fix return value handling of base64mem()
Lennart Poettering
2023-01-11
1
-4
/
+5
*
format-table: add field type TABLE_PATH_BASENAME
Lennart Poettering
2022-12-23
1
-1
/
+1
*
repart/makefs: port over to path_extract_filename()
Lennart Poettering
2022-12-23
2
-6
/
+9
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
3
-18
/
+18
*
Implement SYSTEMD_HOME_MKFS_OPTIONS_* envvars to configure mkfs options for h...
Aidan Dang
2022-12-15
2
-4
/
+4
*
repart: Always derive fs/luks UUIDs from generated partition UUID
Daan De Meyer
2022-12-15
1
-12
/
+25
*
repart: Rework Minimize= option settings
Daan De Meyer
2022-12-15
1
-4
/
+24
*
repart: Rename --skip-partitions to --defer-partitions
Daan De Meyer
2022-12-14
1
-17
/
+17
*
sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...
Yu Watanabe
2022-12-12
1
-2
/
+2
*
Merge pull request #25465 from DaanDeMeyer/repart-workspace
Luca Boccassi
2022-12-07
1
-152
/
+184
|
\
|
*
repart: Add split path to table output
Daan De Meyer
2022-11-29
1
-6
/
+32
|
*
repart: Make sure we cleanup image file on failure if we create it
Daan De Meyer
2022-11-29
1
-1
/
+8
|
*
repart: Inline Partition and Context typedefs
Daan De Meyer
2022-11-29
1
-8
/
+6
|
*
repart: Remove leftover debug statement
Daan De Meyer
2022-11-29
1
-5
/
+0
|
*
repart: Move backing_fd, node and from_scratch variables into Context
Daan De Meyer
2022-11-29
1
-80
/
+73
|
*
repart: Make sure split partition files are cleaned up on failure
Daan De Meyer
2022-11-29
1
-1
/
+4
|
*
repart: Refactor split names
Daan De Meyer
2022-11-29
1
-65
/
+69
|
*
repart: Make sure we clean up temporary files created in context_minimize()
Daan De Meyer
2022-11-29
1
-1
/
+7
*
|
blkid-util: define enum for blkid_do_safeprobe() return values
Lennart Poettering
2022-12-01
1
-4
/
+5
*
|
repart: Ignore copy failures for unsupported file types
Daan De Meyer
2022-12-01
1
-2
/
+2
*
|
Merge pull request #25558 from poettering/fdisk-id128
Lennart Poettering
2022-11-29
1
-18
/
+5
|
\
\
|
*
|
fdisk-util: add fdisk_partition_get_type_as_id128() helper
Lennart Poettering
2022-11-29
1
-12
/
+3
|
*
|
fdisk-util: add fdisk_partition_get_uuid_as_id128() helper
Lennart Poettering
2022-11-29
1
-7
/
+3
|
|
/
*
/
blkid: add helpers that get gpt partition uuid as sd_id128_t
Lennart Poettering
2022-11-29
1
-9
/
+6
|
/
*
repart: Prefer using loop devices to populate filesystems when available
Daan De Meyer
2022-11-28
1
-82
/
+106
*
repart: Make sure all files in the image are owned by root
Daan De Meyer
2022-11-28
1
-9
/
+17
*
repart: Move comment
Daan De Meyer
2022-11-28
1
-4
/
+4
*
fdisk: introduce common fdisk_new_context_fd() helper
Lennart Poettering
2022-11-26
1
-12
/
+9
*
repart: Remove bogus check
Daan De Meyer
2022-11-26
1
-5
/
+0
*
repart: Add --skip-partitions=
Daan De Meyer
2022-11-25
1
-4
/
+33
*
repart: Make parse_filter_partitions() more generic
Daan De Meyer
2022-11-23
1
-5
/
+8
*
repart: Rename arg_filter_partitions_size to arg_n_filter_partitions
Daan De Meyer
2022-11-23
1
-4
/
+4
*
repart: respect --discard=no also for block devices
Luca Boccassi
2022-11-23
1
-7
/
+9
*
repart: Rework PartitionTarget initialization
Daan De Meyer
2022-11-21
1
-13
/
+9
*
repart: Use fd based operations in partition_populate_directory()
Daan De Meyer
2022-11-21
1
-4
/
+5
*
repart: Remove redundant parentheses in partition_populate_directory()
Daan De Meyer
2022-11-21
1
-1
/
+1
*
repart: Use ASSERT_PTR() in partition_encrypt()
Daan De Meyer
2022-11-21
1
-2
/
+2
*
repart: Use ftruncate() instead of posix_allocate()
Daan De Meyer
2022-11-21
1
-1
/
+1
*
repart: Fix parse_filter_partitions() log messages
Daan De Meyer
2022-11-21
1
-2
/
+2
*
repart: Fix FilterPartitionsType enum name
Daan De Meyer
2022-11-21
1
-1
/
+1
*
repart: Rework unused partition number algorithm
Daan De Meyer
2022-11-21
1
-10
/
+7
*
repart: Use IN_SET() in one more place
Daan De Meyer
2022-11-21
1
-3
/
+1
*
repart: Write temporary LUKS header to /var/tmp instead of /tmp
Daan De Meyer
2022-11-17
1
-1
/
+6
*
tmpfile-util: Introduce fopen_temporary_child()
Daan De Meyer
2022-11-17
1
-1
/
+1
*
repart: Don't use loop devices when we're not operating on a block device
Daan De Meyer
2022-11-15
1
-60
/
+210
*
repart: Change mode of temporary root to 755
Daan De Meyer
2022-11-15
1
-0
/
+3
[next]