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
*
homework,repart: turn on cryptsetup logging before we have a context
Lennart Poettering
2021-10-29
1
-0
/
+4
*
Merge pull request #20937 from poettering/sync-split
Yu Watanabe
2021-10-06
1
-1
/
+3
|
\
|
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
|
*
basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...
Lennart Poettering
2021-10-05
1
-1
/
+1
|
*
basic: split out sync() family of calls from fs-util.[ch] into new c/h file
Lennart Poettering
2021-10-05
1
-0
/
+1
*
|
repart: use right error variable
Lennart Poettering
2021-10-05
1
-2
/
+2
|
/
*
Merge pull request #20738 from mrc0mmand/ci-llvm-13
Yu Watanabe
2021-09-16
1
-1
/
+2
|
\
|
*
repart: mark an assert()-only variable as unused
Frantisek Sumsal
2021-09-15
1
-1
/
+2
*
|
Fix error building repart with no libcryptsetup (#20739)
Marcus Harrison
2021-09-15
1
-0
/
+5
|
/
*
tpm2: support RSA primary keys as fallback if TPM2 devices don't support ECC
Lennart Poettering
2021-09-13
1
-3
/
+3
*
repart: Support volatile-root for finding the root partition
Kristian Klausen
2021-09-01
1
-12
/
+29
*
tree-wide: port everything over to new sd-id128 compund literal bliss
Lennart Poettering
2021-08-20
1
-10
/
+5
*
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-11
/
+5
*
shared/copy: add a new flag COPY_ALL_XATTRS
Andrej Lajovic
2021-08-11
1
-3
/
+3
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
2
-2
/
+2
*
tpm2-util: auto-detect supported PCR banks
Lennart Poettering
2021-07-30
1
-2
/
+3
*
tree-wide: add FORMAT_BYTES()
Zbigniew Jędrzejewski-Szmek
2021-07-09
2
-42
/
+33
*
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
[next]