summaryrefslogtreecommitdiff
path: root/src/core/mount.c
AgeCommit message (Expand)Author
2016-06-06core: add minor commentLennart Poettering
2016-06-06mount: make sure got into MOUNT_DEAD state after a successful umount (#3444)michaelolbrich
2016-05-07core/mount: add helper function for mount statesZbigniew Jędrzejewski-Szmek
2016-05-04Merge pull request #3170 from poettering/v230-preparation-fixesLennart Poettering
2016-05-02automount: rework propagation between automount and mount unitsLennart Poettering
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering
2016-05-01Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek
2016-05-01Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek
2016-04-29Merge pull request #3069 from Werkov/fix-dependencies-for-bind-mountsLennart Poettering
2016-04-25Always create dependencies for loop device mountsMichal Koutný
2016-04-25Always create dependencies for bind mountsMichal Koutný
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