index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partition
/
repart.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename src/partition to src/repart
Zbigniew Jędrzejewski-Szmek
2024-11-11
1
-9225
/
+0
*
tree-wide: Introduce --certificate-source= option
Daan De Meyer
2024-11-07
1
-6
/
+35
*
openssl-util: Query engine/provider pin via ask-password
Daan De Meyer
2024-11-03
1
-110
/
+64
*
efivars: Remove STRINGIFY() helper macros
Daan De Meyer
2024-11-02
1
-2
/
+2
*
pretty-print: add format-string version of draw_progress_bar()
Lennart Poettering
2024-10-29
1
-11
/
+9
*
sd-json,tree-wide: add sd_json_format_enabled() and use it everwhere
Zbigniew Jędrzejewski-Szmek
2024-10-28
1
-7
/
+7
*
repart: fix typo
Yu Watanabe
2024-10-09
1
-1
/
+1
*
repart: derive hash partition size from SizeMaxBytes= of data sibling
WilliButz
2024-10-09
1
-5
/
+106
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
repart: Don't copy root directory mode from source file
Daan De Meyer
2024-10-04
1
-0
/
+2
*
repart: Handle empty arg_copy_source in file_is_denylisted()
Daan De Meyer
2024-10-04
1
-2
/
+2
*
repart: open target devices before UUID creation
Michael Ferrari
2024-10-03
1
-5
/
+5
*
repart: Apply denylist to individual files as well
Daan De Meyer
2024-09-30
1
-0
/
+47
*
repart: Shortcut copy if source or target starts with exclude path
Daan De Meyer
2024-09-30
1
-0
/
+8
*
repart: Determine verity sig size based on partition designator
Daan De Meyer
2024-09-24
1
-1
/
+1
*
repart: Use swap format for swap partition even if encrypted
Daan De Meyer
2024-09-23
1
-3
/
+3
*
repart: Add a log message when we're about to fsync().
Daan De Meyer
2024-09-23
1
-0
/
+2
*
tree-wide: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
1
-2
/
+2
*
repart: Drop unprivileged subvolumes logic for btrfs
Daan De Meyer
2024-09-18
1
-58
/
+9
*
repart: Support specifying multiple directories to ExcludeFiles=
Daan De Meyer
2024-09-18
1
-12
/
+27
*
repart: Add SupplementFor= logic
Adrian Vovk
2024-09-17
1
-54
/
+369
*
repart: Consider existing partitions when placing
Adrian Vovk
2024-09-17
1
-2
/
+10
*
repart: Fix log messages in partition_populate_directory()
Daan De Meyer
2024-09-15
1
-2
/
+2
*
repart: Add MakeSymlinks=
Daan De Meyer
2024-09-11
1
-5
/
+95
*
repart: Add missing parameter comment
Daan De Meyer
2024-09-11
1
-1
/
+1
*
repart: Fix memory corruption
Daan De Meyer
2024-09-11
1
-2
/
+3
*
repart: Reuse partition_needs_populate() more
Daan De Meyer
2024-09-11
1
-14
/
+12
*
repart: Initialize split_name_format in copy_from_one()
Daan De Meyer
2024-09-09
1
-0
/
+4
*
cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policy
Lennart Poettering
2024-09-06
1
-13
/
+56
*
repart: initialize seed earlier
Yu Watanabe
2024-09-05
1
-4
/
+4
*
repart: Add compression support
Daan De Meyer
2024-09-03
1
-33
/
+46
*
Merge pull request #34149 from DaanDeMeyer/btrfs
Daan De Meyer
2024-09-03
1
-23
/
+236
|
\
|
*
repart: Switch to new mkfs.btrfs subvolume API
Daan De Meyer
2024-08-30
1
-20
/
+233
|
*
repart: Remove unused Context argument from make_subvolumes_set()
Daan De Meyer
2024-08-30
1
-3
/
+1
|
*
repart: Fix memory leak
Daan De Meyer
2024-08-30
1
-0
/
+2
*
|
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-3
/
+3
*
|
progress-bar: Put a space after the prefix
Adrian Vovk
2024-08-31
1
-1
/
+1
*
|
repart: Keep existing directory timestamps intact when copying
Daan De Meyer
2024-08-30
1
-2
/
+2
|
/
*
repart: Use streq_ptr() in one more place
Daan De Meyer
2024-08-26
1
-1
/
+1
*
Merge pull request #33498 from DaanDeMeyer/btrfs
Daan De Meyer
2024-08-21
1
-19
/
+44
|
\
|
*
repart: Allow Subvolumes= and DefaultSubvolume= when running offline
Daan De Meyer
2024-08-21
1
-17
/
+39
|
*
repart: Don't add same dir to MakeDirectories= or Subvolumes= twice
Daan De Meyer
2024-08-21
1
-0
/
+3
|
*
repart: Constify partition_needs_populate()
Daan De Meyer
2024-08-21
1
-1
/
+1
|
*
repart: Use loop_device_error_is_fatal() in one more place
Daan De Meyer
2024-08-21
1
-1
/
+1
*
|
tree-wide: use isatty_safe() more
Lennart Poettering
2024-08-20
1
-1
/
+1
|
/
*
repart: Create disk image file with copy-on-write disabled on btrfs
Daan De Meyer
2024-07-24
1
-1
/
+1
*
repart: Make partition files NOCOW if the disk image is NOCOW
Daan De Meyer
2024-07-24
1
-18
/
+53
*
repart: use new style for pointers in function signatures
Zbigniew Jędrzejewski-Szmek
2024-07-22
1
-3
/
+3
*
table: Fix JSON name mangling breaking changes
Adrian Vovk
2024-07-17
1
-0
/
+4
*
repart: Allow overriding fstype per partition designator
Daan De Meyer
2024-07-03
1
-0
/
+32
[next]