index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gpt-auto-generator
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
gpt-auto-generator: use generator_add_symlink()
Zbigniew Jędrzejewski-Szmek
2017-07-10
1
-57
/
+19
*
gpt-auto-generator: fix the handling of the value returned by fstab_has_fstyp...
Franck Bui
2017-07-04
1
-1
/
+1
*
fix add_esp() in the gpt-auto-generator.c (#6251)
Дамјан Георгиевски
2017-07-04
1
-1
/
+1
*
gpt-auto-generator: disable gpt auto logic for swaps if at least one is defin...
Franck Bui
2017-06-27
1
-0
/
+9
*
fstab-util: don't eat up errors in fstab_is_mount_point()
Franck Bui
2017-06-27
1
-1
/
+4
*
build-sys: correct blkid.h includes
Matt Clarkson
2017-04-06
1
-1
/
+1
*
gpt-auto-generator: fix warning when compiling w/o efi (#5456)
Zbigniew Jędrzejewski-Szmek
2017-02-26
1
-1
/
+1
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-1
/
+1
*
Merge pull request #4879 from poettering/systemd
Zbigniew Jędrzejewski-Szmek
2017-01-15
1
-311
/
+155
|
\
|
*
gpt-auto-generator: enable auto-discovery logic also for verity root file sys...
Lennart Poettering
2016-12-21
1
-2
/
+34
|
*
verity: add support for setting up verity-protected root disks in the initrd
Lennart Poettering
2016-12-21
1
-0
/
+9
|
*
gpt-auto-discovery: port to dissect-image.c dissector
Lennart Poettering
2016-12-21
1
-276
/
+66
|
*
gpt-auto-generator: drop duplicate container check
Lennart Poettering
2016-12-21
1
-5
/
+0
|
*
gpt-auto-generator: support LUKS encrypted root partitions
Lennart Poettering
2016-12-21
1
-18
/
+35
|
*
qutoacheck,gpt-auto-generator: trivial coding style improvements
Lennart Poettering
2016-12-21
1
-5
/
+3
|
*
util-lib: various improvements to kernel command line parsing
Lennart Poettering
2016-12-21
1
-4
/
+7
|
*
gpt-auto-generator: rename add_boot() → add_esp()
Lennart Poettering
2016-12-20
1
-3
/
+3
|
/
*
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-12-01
1
-1
/
+1
*
tree-wide: add PRI_[NU]SEC, and use time format strings more
Zbigniew Jędrzejewski-Szmek
2016-11-08
1
-2
/
+2
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-12
/
+12
*
tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-1
/
+1
*
tree-wide: allow state to be passed through to parse_proc_cmdline_item
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-2
/
+2
*
Merge pull request #3757 from poettering/efi-search
Zbigniew Jędrzejewski-Szmek
2016-07-25
1
-65
/
+67
|
\
|
*
gpt-generator: relax EFI check a bit
Lennart Poettering
2016-07-21
1
-54
/
+53
|
*
gpt-generator: use /efi as mount point for the ESP if it exists
Lennart Poettering
2016-07-21
1
-19
/
+22
*
|
Use "return log_error_errno" in more places"
Zbigniew Jędrzejewski-Szmek
2016-07-23
1
-4
/
+2
|
/
*
Create initrd-root-device.target synchronization point (#3239)
Daniel Drake
2016-05-12
1
-0
/
+6
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
gpt-auto: handle errors from blkid more correctly
Lennart Poettering
2016-02-03
1
-2
/
+3
*
gpt-auto: don't log an EIO error if blkid finds something which is not a part...
Lennart Poettering
2016-02-01
1
-4
/
+7
*
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-17
1
-1
/
+1
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-3
/
+3
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-4
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-12
/
+14
*
gpt-auto-generator: fix duplicate backing partition check
Lennart Poettering
2015-10-06
1
-1
/
+0
*
gpt-auto-generator: check fstab for /boot entries
Kay Sievers
2015-09-30
1
-0
/
+7
*
gpt-auto: fix ESP options and description
Marius Thesing
2015-09-08
1
-2
/
+2
*
basic: rework virtualization detection API
Lennart Poettering
2015-09-07
1
-2
/
+2
*
gpt-auto: minor simplificatin handling the no-auto GPT flag
Lennart Poettering
2015-09-07
1
-6
/
+7
*
gpt-auto: try to handle LUKS root partitions better
Lennart Poettering
2015-09-07
1
-2
/
+77
*
gpt-auto-generator: warn on ambiguous blkid probe
Tom Gundersen
2015-08-11
1
-2
/
+5
*
gpt-auto-generator: don't warn on !ENABLE_EFI
Tom Gundersen
2015-08-11
1
-78
/
+80
[next]