index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fstab-generator
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fstab-generator: add x-systemd.wants
chayleaf
2024-07-15
1
-0
/
+9
*
Replace strdup_or_null() by strdup_to()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-7
/
+2
*
units: make templates for quotaon and systemd-quotacheck service
Thomas Blume
2024-03-09
1
-1
/
+16
*
extract-word: modernize extract_many_words
Mike Yuan
2024-03-03
1
-2
/
+2
*
env-util: rename getenv_bool_secure() → secure_getenv_bool()
Lennart Poettering
2024-02-28
1
-1
/
+1
*
fstab-generator: drop unapplicable options for /usr/ too
Mike Yuan
2024-01-25
1
-3
/
+3
*
fstab-generator: modernize write_extra_dependencies
Mike Yuan
2024-01-25
1
-66
/
+75
*
fstab-generator: add missing assertions
Mike Yuan
2024-01-25
1
-0
/
+5
*
fstab-generator: drop unneeded initialization
Mike Yuan
2024-01-25
1
-1
/
+1
*
fstab-generator: drop assertions for mount opts
Mike Yuan
2024-01-25
1
-9
/
+6
*
fstab-generator: disable default deps if x-systemd.{wanted,required}-by= is used
Mike Yuan
2023-12-11
1
-25
/
+44
*
core: add WantsMountsFor=
Luca Boccassi
2023-11-29
1
-4
/
+9
*
fstab-generator: drop unapplicable mount options for / from mount unit Options=
Mike Yuan
2023-10-27
1
-20
/
+48
*
fstab-generator: use RET_GATHER more
Mike Yuan
2023-10-27
1
-64
/
+41
*
fstab-generator: drop nofail and noauto options for critical mounts
Michal Sekletar
2023-10-27
1
-1
/
+12
*
efi-loader: rename efi_stub_measured() → efi_measured_uki()
Lennart Poettering
2023-09-27
1
-1
/
+1
*
fstab-generator: update cache in fstab_enabled_full() based on the parsed res...
Yu Watanabe
2023-08-09
1
-1
/
+1
*
Merge pull request #28727 from yuwata/proc-cmdline-cleanups
Luca Boccassi
2023-08-09
1
-0
/
+2
|
\
|
*
tree-wise: drop unnecessary use of proc_cmdline_key_streq()
Yu Watanabe
2023-08-08
1
-0
/
+2
*
|
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-3
/
+3
|
/
*
meson: move declarations of several generators
Yu Watanabe
2023-07-31
1
-0
/
+12
*
Merge pull request #28359 from keszybz/ret-gather
Daan De Meyer
2023-07-28
1
-2
/
+1
|
\
|
*
various: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-2
/
+1
*
|
fstab-generator: enable fsck for block device mounts specified in systemd.mou...
Yu Watanabe
2023-07-28
1
-1
/
+4
*
|
fstab-generator: add a flag to accept entry for "/" in initrd
Yu Watanabe
2023-07-26
1
-4
/
+9
*
|
fstab-generator: read both credentials in initrd
Yu Watanabe
2023-07-26
1
-4
/
+12
*
|
fstab-generator: add rd.systemd.mount-extra= and friends
Yu Watanabe
2023-07-26
1
-10
/
+21
*
|
fstab-generator: fix target of /sysroot/usr
Yu Watanabe
2023-07-26
1
-1
/
+1
*
|
fstab-generator: rename 'initrd' flag to 'prefix_sysroot'
Yu Watanabe
2023-07-25
1
-17
/
+17
*
|
fstab-generator: resolve bind mount source when in initrd
Mike Yuan
2023-07-13
1
-27
/
+53
|
/
*
bus-unit-util: add common code for reloading PID 1
Lennart Poettering
2023-07-10
1
-7
/
+3
*
fstab-generator: unify initrd-root-device.target dependency handling code
Lily Foster
2023-07-07
1
-12
/
+6
*
fstab-generator: add more parameter name comments
Lennart Poettering
2023-07-04
1
-3
/
+3
*
fstab-generator: optional read addtional fstab lines from credentials
Lennart Poettering
2023-07-04
1
-0
/
+39
*
fstab-generator: if we mount via roothash=/usrhash= let's imply "ro" mount op...
Lennart Poettering
2023-06-02
1
-4
/
+14
*
fstab-generator: use correct swap name var
Frantisek Sumsal
2023-05-26
1
-1
/
+1
*
fstab-generator: support defining mount units through kernel command line
Yu Watanabe
2023-05-24
1
-5
/
+159
*
fstab-generator: fix error code propagation in run_generator()
Yu Watanabe
2023-05-24
1
-8
/
+21
*
fstab-generator: refuse invalid mount point path in fstab earlier
Yu Watanabe
2023-05-24
1
-34
/
+34
*
fstab-generator: refuse to add swap earlier if disabled
Yu Watanabe
2023-05-24
1
-5
/
+4
*
fstab-generator: call add_swap() earlier
Yu Watanabe
2023-05-24
1
-6
/
+15
*
fstab-generator: split out several functions from parse_fstab()
Yu Watanabe
2023-05-24
1
-153
/
+173
*
fstab-generator: Fix log message
Daan De Meyer
2023-05-11
1
-1
/
+1
*
fstab-generator: Unset kernel cmdline options if empty value is given
Daan De Meyer
2023-05-11
1
-6
/
+6
*
fstab-generator: Take systemd.verity= into account
Daan De Meyer
2023-05-11
1
-0
/
+12
*
fstab-generator: add missing phrase in comment
Zbigniew Jędrzejewski-Szmek
2023-04-18
1
-1
/
+1
*
fstab-generator: don't propagate ignored errno
Frantisek Sumsal
2023-04-06
1
-4
/
+4
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-5
/
+4
*
src: changed instances of sd_bus_call_method() to bus_call_method() (#26819)
OMOJOLA JOSHUA
2023-03-15
1
-8
/
+1
*
Merge pull request #26038 from lilyinstarlight/fix/fstab-generator-sysroot-wi...
Zbigniew Jędrzejewski-Szmek
2023-03-09
1
-16
/
+59
|
\
[next]