summaryrefslogtreecommitdiff
path: root/src/core/mount.c
AgeCommit message (Expand)Author
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-16tree-wide: introduce PATH_IN_SET macroZbigniew Jędrzejewski-Szmek
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-03-10Merge pull request #2794 from jhol/dont-unmount-initramfs-mountsDaniel Mack
2016-03-04fstab-generator: fix automount option and don't start associated mount unit a...Franck Bui
2016-03-04core/mount: Don't unmount initramfs mountsJoel Holdsworth
2016-02-11Remove kdbus custom endpoint supportDaniel Mack
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2015-11-24core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer
2015-11-12core: remove SmackFileSystemRootLabel= againLennart Poettering
2015-11-11core: simplify mount unit dependency generation a bitLennart Poettering
2015-11-11core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering
2015-11-10core: change return value of the unit's enumerate() call to voidLennart Poettering
2015-10-27core: all unit types that watch control PIDs should use the same logicLennart Poettering
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel=Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24mount: add new SmackFileSystemRoot= setting for mount unitSangjung Woo
2015-10-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-14mount: use libmount to monitor mountinfo & utabKarel Zak
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-07-28mount: remove obsolete -nKarel Zak
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt
2015-07-21core: correct return value from reload methodsMichal Schmidt
2015-06-04core/mount: skip incomplete mountinfo entriesDaniel Mack
2015-05-19mount: properly check for mounts currently in /proc/self/mountinfoLennart Poettering
2015-05-19mount: don't claim a device is gone from /proc/self/mountinfo before it is go...Lennart Poettering
2015-05-13Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount.Dimitri John Ledkov
2015-05-13core: never create device depencies for /dev/root mountsLennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11unit: move unit_warn_if_dir_nonempty() and friend to unit.cLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-11core: always initialize ExecParamters.bus_endpoint_fd to -1Lennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-04-21automount: add expire supportMichael Olbrich
2015-04-10shared: add formats-util.hRonny Chevalier