summaryrefslogtreecommitdiffstats
path: root/src/core/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-1/+6
* core: rework context initialization/destruction logicLennart Poettering2014-03-191-20/+12
* fstab-generator: merge /proc/cmdline parsing loops into oneLennart Poettering2014-03-071-14/+0
* core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering2014-03-031-0/+3
* mount: don't fire PropertiesChanged signals for mounts that are stoppedLennart Poettering2014-02-261-3/+6
* mount: don't send out PropertiesChanged message if actually nothing got changedLennart Poettering2014-02-261-3/+12
* mount: minor modernizationLennart Poettering2014-02-261-3/+4
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-241-1/+3
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering2014-01-291-1/+7
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+16
* mount: don't creat local-fs.target links for mount units when runnin in user ...Lennart Poettering2014-01-071-23/+22
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-031-3/+3
* sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering2013-12-221-0/+1
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-1/+0
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-021-21/+15
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-271-20/+11
* core: set some event source priorities to enforce dispatching orderLennart Poettering2013-11-251-0/+7
* swap: split state machine state ACTIVATING into twoLennart Poettering2013-11-251-34/+27
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-64/+77
* Configurable Timeouts/Restarts default valuesOleksii Shevchuk2013-11-051-1/+1
* mount/service: drop FsckPassNo supportTom Gundersen2013-10-191-31/+1
* core: do not add "what" to RequiresMountsFor for network mountsZbigniew Jędrzejewski-Szmek2013-10-051-67/+70
* mount: check for NULL before reading pm->whatDave Reisner2013-10-051-1/+1
* systemd: order remote mounts from mountinfo before remote-fs.targetZbigniew Jędrzejewski-Szmek2013-10-041-1/+4
* core: rework how we match mount units against each otherLennart Poettering2013-09-261-189/+66
* cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering2013-09-251-1/+1
* mount: filesystems mounted in the initrd should not conflict with umount.targ...Tom Gundersen2013-09-111-5/+21
* mount: move device links handling from generatorTom Gundersen2013-09-111-1/+11
* mount: also exclude /usr from unmount at shutdownLennart Poettering2013-07-181-1/+2
* core/mount.c:mount_dump(): don't segfault, if mount is not mounted anymoreHarald Hoyer2013-07-041-3/+3
* core: add transient unitsLennart Poettering2013-06-281-1/+1
* dbus: hookup runtime property changes for mouns, services, sockets, swaps tooLennart Poettering2013-06-271-0/+2
* core: general cgroup reworkLennart Poettering2013-06-271-21/+23
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-171-0/+4
* mount: when learning about the root mount from mountinfo, don't add conflicti...Lennart Poettering2013-06-171-3/+5
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-031-5/+5
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-061-9/+6
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* ModernizationZbigniew Jędrzejewski-Szmek2013-03-311-2/+4
* unit: replace remote-fs-setup.target by network-online.targetLennart Poettering2013-03-291-6/+6
* units: automatically order all mount units after network.targetLennart Poettering2013-03-271-1/+9
* units: introduce remote-fs-setup.target to pull in dependencies from remote m...Lennart Poettering2013-03-251-4/+13
* core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar2013-03-161-1/+20
* core: keep mountinfo .mounts until late shutdownUmut Tezduyar2013-03-161-0/+8
* core: single unit_kill implementation for all unit typesMichal Schmidt2013-03-131-47/+1
* core: fix getting information about mount unitMichal Sekletar2013-03-121-1/+2
* fstab,mount: detect rbind as bind mountFrederic Crozat2013-03-011-0/+6
* core: do not overwrite existing units sourceUmut Tezduyar2013-02-141-5/+7
* core: unify kill code of mount, service, socket, swap unitsLennart Poettering2013-01-261-46/+14