summaryrefslogtreecommitdiff
path: root/src/fstab-generator/fstab-generator.c
Commit message (Expand)AuthorAgeFilesLines
...
| * fstab-generator: Apply _netdev option also to device unitsMichal Koutný2017-04-251-0/+4
* | fstab-generator: do not skip Before= ordering for noauto mountpoints (#5547)Ivan Shapovalov2017-04-241-1/+1
|/
* fstab-generator: quiesce false-positive -Werror=format-nonliteral (#5336)Martin Pitt2017-02-131-0/+3
* fstab-generator: add x-systemd.before and x-systemd.after fstab options (#5330)Ruslan Bilovol2017-02-131-3/+30
* fstab-generator: also convert % → %% for What=Lennart Poettering2017-02-081-10/+24
* fstab-generator: Options= applies specifier expansionLennart Poettering2017-02-081-4/+23
* verity: add support for setting up verity-protected root disks in the initrdLennart Poettering2016-12-211-0/+29
* fstab-generator: add support for volatile bootsLennart Poettering2016-12-211-10/+75
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-9/+27
* fstab-generator: add x-systemd.mount-timeout (#4603)Christian Hesse2016-11-111-3/+18
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-7/+7
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-1/+1
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-2/+2
* Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek2016-07-221-14/+12
* fstab-generator: minor simplificationLennart Poettering2016-06-241-2/+1
* fstab-generator: skip fsck for /usr on non-device file systemsLennart Poettering2016-06-241-8/+8
* fstab-generator: don't skip /usr handling if root handling didn't work correctlyLennart Poettering2016-06-241-3/+8
* fstab-generator: fix checking of fstab_node_to_udev_node() resultLennart Poettering2016-06-241-4/+2
* fstab-generator: document why we copy the root device into the usr device if ...Lennart Poettering2016-06-241-3/+1
* fstab-generator: let's use path_equal() for comparing pathsLennart Poettering2016-06-241-1/+1
* fstab-generator: ignore root=/dev/nfs (#3591)Harald Hoyer2016-06-231-0/+6
* fstab-generator: don't process root= if it happens to be "gpt-auto" (#3452)Lennart Poettering2016-06-071-0/+6
* Create initrd-root-device.target synchronization point (#3239)Daniel Drake2016-05-121-0/+8
* fstab-generator: add newline before we start a new unit file sectionLennart Poettering2016-05-021-0/+1
* fstab-generator: fix automount option and don't start associated mount unit a...Franck Bui2016-03-041-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* fstab-generator: fix ordering of /sysroot/usr mountnmartensen2016-01-171-1/+1
* fstab-generator: remove bogus conditionnmartensen2016-01-151-2/+0
* fstab-gen: post can't be NULLFranck Bui2015-11-251-6/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+9
* basic: rework virtualization detection APILennart Poettering2015-09-071-1/+1
* swap: use swapon -oKarel Zak2015-05-251-23/+5
* fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak2015-05-181-0/+77
* Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek2015-05-161-6/+6
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-9/+9
* generators: rename add_{root,usr}_mount to add_{sysroot,sysroot_usr}_mountZbigniew Jędrzejewski-Szmek2015-05-041-8/+13
* fstab-generator: fix memleakZbigniew Jędrzejewski-Szmek2015-05-021-3/+3
* automount: add expire supportMichael Olbrich2015-04-211-0/+26
* fstab-generator: don't continue on OOMLennart Poettering2015-04-081-1/+1
* fstab-generator: don't accept missing root=, but accept root=noneTobias Hunger2015-03-251-15/+8
* fstab-generator: Support root on tmpfs (or other deviceless FS)Tobias Hunger2015-03-241-8/+13
* fstab-generator: ignore invalid swap priorityZbigniew Jędrzejewski-Szmek2015-03-211-7/+16
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0