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
...
*
Merge pull request #20163 from poettering/repart-root-fix
Lennart Poettering
2021-07-08
1
-53
/
+3
|
\
|
*
repart: don't prefix /sysroot/ twice
Lennart Poettering
2021-07-08
1
-53
/
+3
*
|
repart: when we can't fit the partitions in, report needed disk size current ...
Lennart Poettering
2021-07-08
1
-9
/
+23
|
/
*
tree-wide: fix "the the" and "a a"
Yu Watanabe
2021-06-30
1
-1
/
+1
*
tree-wide: make specifier expansion --root= aware
Lennart Poettering
2021-06-24
1
-5
/
+5
*
repart: make No-Auto GPT partition flag configurable too
Lennart Poettering
2021-06-18
1
-1
/
+15
*
basic/efivars: replace dynanamic creation of efivar names with static strings
Zbigniew Jędrzejewski-Szmek
2021-06-15
1
-2
/
+2
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
repart: show partitions we don't grow/create as "unchanged"
Lennart Poettering
2021-06-14
1
-1
/
+1
*
repart: align all sizes in table to the right
Lennart Poettering
2021-06-14
1
-1
/
+6
*
repart: resolve $TMP specifiers too
Lennart Poettering
2021-05-26
1
-10
/
+5
*
tpm2: support "+" as separator for TPM PCR lists
Lennart Poettering
2021-05-25
1
-1
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+2
*
tree-wide: refuse too long strings earlier in specifier_printf()
Yu Watanabe
2021-05-12
1
-5
/
+5
*
repart: add GrowFileSystem= setting to set new GPT partition flag for newly c...
Lennart Poettering
2021-04-23
2
-29
/
+57
*
repart: don't try to extract directory of root dir when copying directories
Lennart Poettering
2021-04-21
1
-9
/
+23
*
repart: don't use basename() when we called path_extract_filename() anyway al...
Lennart Poettering
2021-04-21
1
-1
/
+1
*
repart: prefix the correct path with root dir in log output
Lennart Poettering
2021-04-21
1
-2
/
+2
*
Merge pull request #19365 from keszybz/sd_id128_equals
Lennart Poettering
2021-04-21
1
-3
/
+2
|
\
|
*
repart: reword log message
Zbigniew Jędrzejewski-Szmek
2021-04-21
1
-1
/
+1
|
*
partition,shared/gpt: use sd_id128_in_set()
Zbigniew Jędrzejewski-Szmek
2021-04-21
1
-2
/
+1
*
|
Merge pull request #19370 from mrc0mmand/shellcheck-pt4
Zbigniew Jędrzejewski-Szmek
2021-04-21
1
-49
/
+52
|
\
\
|
|
/
|
/
|
|
*
src: shellcheck-ify shell scripts
Frantisek Sumsal
2021-04-20
1
-49
/
+52
*
|
repart: use /sysusr/ as --root= default in initrd, if mounted
Lennart Poettering
2021-04-20
1
-2
/
+12
*
|
repart: try harder to find OS prefix
Lennart Poettering
2021-04-20
1
-3
/
+42
|
/
*
repart: add new ReadOnly= and Flags= settings for repart dropins
Lennart Poettering
2021-04-19
1
-0
/
+75
*
repart: add CopyBlocks=auto support
Lennart Poettering
2021-04-19
1
-35
/
+426
*
repart: add high-level setting for creating dirs in formatted file systems
Lennart Poettering
2021-04-19
1
-6
/
+78
*
repart: use free_and_strdup_warn() where appropriate
Lennart Poettering
2021-04-19
1
-8
/
+7
*
repart: deal with empty partition label sensibly
Lennart Poettering
2021-04-19
1
-9
/
+10
*
repart: handle DISCARD failing with EBUSY gracefully
Lennart Poettering
2021-04-19
1
-0
/
+5
*
repart: add one more overflow check
Lennart Poettering
2021-04-19
1
-0
/
+3
*
repart: when we can't fit in all partitions explain how large the image would...
Lennart Poettering
2021-04-19
1
-5
/
+7
*
repart: add --image= switch
Lennart Poettering
2021-04-19
1
-50
/
+163
*
repart: slightly improve error message if partition is not on dm-crypt/dm-verity
Lennart Poettering
2021-04-19
1
-1
/
+3
*
repart: move NOP destructors into shared code
Lennart Poettering
2021-04-19
1
-6
/
+0
*
repart: port more code to generic path_simplify_and_warn()
Lennart Poettering
2021-04-19
1
-8
/
+4
*
repart: fix incorrect error code propagation
Lennart Poettering
2021-04-19
1
-1
/
+1
*
partition, random-seed, logind: fix log messages with %m
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
test-repart: use cryptsetup and losetup autoclose
Luca Boccassi
2021-04-11
1
-2
/
+3
*
repart: make sure CopyFiles= works with a / suffixed path
Lennart Poettering
2021-03-31
1
-5
/
+9
*
repart: remove spurious empty double newlines
Lennart Poettering
2021-03-23
1
-2
/
+0
*
repart: make sure to grow partition table after growing backing loopback file
Lennart Poettering
2021-03-19
1
-0
/
+42
*
repart: fix the loop dev support check
Frantisek Sumsal
2021-03-11
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-2
/
+2
*
table: drop last SIZE_MAX from table_set_sort() and table_set_display()
Yu Watanabe
2021-03-04
1
-2
/
+2
*
gpt: generalize validator for GPT partition labels
Lennart Poettering
2021-03-04
1
-6
/
+8
*
Merge pull request #18596 from keszybz/systemctl-quiet-legend
Lennart Poettering
2021-02-17
1
-15
/
+9
|
\
|
*
tree-wide: use parse_boolean_argument() for variables with non-boolean type
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-6
/
+4
|
*
tree-wide: add a helper to parse boolean optarg
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-9
/
+5
[prev]
[next]