summaryrefslogtreecommitdiff
path: root/src/core/mount.c
AgeCommit message (Expand)Author
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-28core/mount: add dependencies to dynamically mounted mounts tooMartin Pitt
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2015-01-23core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de...Lennart Poettering
2015-01-12core/mount: remove "fail" againZbigniew Jędrzejewski-Szmek
2015-01-12core/mount: use isempty() to check for empty stringsDaniel Mack
2015-01-11core/mount: filter out noauto,auto,nofail,fail optionsZbigniew Jędrzejewski-Szmek
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek
2015-01-01mount: do not use -n when running in --user modeZbigniew Jędrzejewski-Szmek
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-12-12core: retry unmounting until we are done, in case of stacked mountsLennart Poettering
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-12-10mount: clarify that we really need to replace the utab inotify code with the ...Lennart Poettering
2014-12-10core: unify how we iterate over inotify eventsLennart Poettering
2014-12-10mount: use bools where appropriateLennart Poettering
2014-11-28mount: use DEFINE_TRIVIAL_CLEANUP_FUNCZbigniew Jędrzejewski-Szmek
2014-11-28mount: constify MountParametersZbigniew Jędrzejewski-Szmek
2014-11-28mount: deal with inotify queue overflowZbigniew Jędrzejewski-Szmek
2014-11-28mount: create directory before adding watches on itZbigniew Jędrzejewski-Szmek
2014-11-28mount: be more careful about errors when parsing mtabZbigniew Jędrzejewski-Szmek
2014-11-28mount: simplify mount_needs_network checkZbigniew Jędrzejewski-Szmek
2014-11-28mount: check options as well as fstype for network mountsChris Leech
2014-11-28mount: add remote-fs dependencies if needed after changeChris Leech
2014-11-28mount: monitor for utab changes with inotifyChris Leech
2014-11-28mount: use libmount to enumerate /proc/self/mountinfoChris Leech
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-23manager: only issue overmount warning when the check succeededZbigniew Jędrzejewski-Szmek
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog
2014-10-02Revert "mount: order options before other arguments to mount"Lennart Poettering
2014-09-18mount: order options before other arguments to mountEmil Renner Berthing
2014-09-05exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack
2014-08-15core: Refuse mount on symlinkTimofey Titovets
2014-08-14core: do not add default dependencies to /usr mount unitJon Severinsson
2014-06-30Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek
2014-06-16mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s ...Lennart Poettering
2014-06-16mount: tell /bin/mount to never touch /etc/mtabLennart Poettering
2014-06-07core: allow transient mount unitsTom Gundersen
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-19core: rework context initialization/destruction logicLennart Poettering
2014-03-07fstab-generator: merge /proc/cmdline parsing loops into oneLennart Poettering
2014-03-03core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering
2014-02-26mount: don't fire PropertiesChanged signals for mounts that are stoppedLennart Poettering
2014-02-26mount: don't send out PropertiesChanged message if actually nothing got changedLennart Poettering
2014-02-26mount: minor modernizationLennart Poettering
2014-02-24core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering