summaryrefslogtreecommitdiff
path: root/src/fstab-generator/fstab-generator.c
AgeCommit message (Expand)Author
2017-04-29Merge pull request #5164 from Werkov/ordering-for-_netdev-devicesLennart Poettering
2017-04-25fstab-generator: Apply _netdev option also to device unitsMichal Koutný
2017-04-24fstab-generator: do not skip Before= ordering for noauto mountpoints (#5547)Ivan Shapovalov
2017-02-13fstab-generator: quiesce false-positive -Werror=format-nonliteral (#5336)Martin Pitt
2017-02-13fstab-generator: add x-systemd.before and x-systemd.after fstab options (#5330)Ruslan Bilovol
2017-02-08fstab-generator: also convert % → %% for What=Lennart Poettering
2017-02-08fstab-generator: Options= applies specifier expansionLennart Poettering
2016-12-21verity: add support for setting up verity-protected root disks in the initrdLennart Poettering
2016-12-21fstab-generator: add support for volatile bootsLennart Poettering
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering
2016-11-11fstab-generator: add x-systemd.mount-timeout (#4603)Christian Hesse
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek
2016-07-22Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek
2016-06-24fstab-generator: minor simplificationLennart Poettering
2016-06-24fstab-generator: skip fsck for /usr on non-device file systemsLennart Poettering
2016-06-24fstab-generator: don't skip /usr handling if root handling didn't work correctlyLennart Poettering
2016-06-24fstab-generator: fix checking of fstab_node_to_udev_node() resultLennart Poettering
2016-06-24fstab-generator: document why we copy the root device into the usr device if ...Lennart Poettering
2016-06-24fstab-generator: let's use path_equal() for comparing pathsLennart Poettering
2016-06-23fstab-generator: ignore root=/dev/nfs (#3591)Harald Hoyer
2016-06-07fstab-generator: don't process root= if it happens to be "gpt-auto" (#3452)Lennart Poettering
2016-05-12Create initrd-root-device.target synchronization point (#3239)Daniel Drake
2016-05-02fstab-generator: add newline before we start a new unit file sectionLennart Poettering
2016-03-04fstab-generator: fix automount option and don't start associated mount unit a...Franck Bui
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-17fstab-generator: fix ordering of /sysroot/usr mountnmartensen
2016-01-15fstab-generator: remove bogus conditionnmartensen
2015-11-25fstab-gen: post can't be NULLFranck Bui
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-05-25swap: use swapon -oKarel Zak
2015-05-18fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak
2015-05-16Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-05-04generators: rename add_{root,usr}_mount to add_{sysroot,sysroot_usr}_mountZbigniew Jędrzejewski-Szmek
2015-05-02fstab-generator: fix memleakZbigniew Jędrzejewski-Szmek
2015-04-21automount: add expire supportMichael Olbrich
2015-04-08fstab-generator: don't continue on OOMLennart Poettering
2015-03-25fstab-generator: don't accept missing root=, but accept root=noneTobias Hunger
2015-03-24fstab-generator: Support root on tmpfs (or other deviceless FS)Tobias Hunger
2015-03-21fstab-generator: ignore invalid swap priorityZbigniew Jędrzejewski-Szmek