summaryrefslogtreecommitdiff
path: root/src/core/mount.c
Commit message (Expand)AuthorAgeFilesLines
* automount: add expire supportMichael Olbrich2015-04-211-17/+3
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-5/+3
* mount: fix up wording in the commentMichal Sekletar2015-04-011-1/+1
* mount: don't run quotaon only for network filesystemsLukas Nykryn2015-04-011-1/+3
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-1/+1
* core: expose consumed CPU time per unitLennart Poettering2015-03-021-1/+6
* core: rework device state logicLennart Poettering2015-02-281-17/+29
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* core/mount: add dependencies to dynamically mounted mounts tooMartin Pitt2015-01-281-1/+1
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de...Lennart Poettering2015-01-231-5/+12
* core/mount: remove "fail" againZbigniew Jędrzejewski-Szmek2015-01-121-1/+1
* core/mount: use isempty() to check for empty stringsDaniel Mack2015-01-121-1/+1
* core/mount: filter out noauto,auto,nofail,fail optionsZbigniew Jędrzejewski-Szmek2015-01-111-2/+9
* Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek2015-01-111-16/+8
* mount: do not use -n when running in --user modeZbigniew Jędrzejewski-Szmek2015-01-011-25/+24
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-241-2/+2
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-1/+0
* core: retry unmounting until we are done, in case of stacked mountsLennart Poettering2014-12-121-7/+39
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* mount: clarify that we really need to replace the utab inotify code with the ...Lennart Poettering2014-12-101-0/+4
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-101-18/+30
* mount: use bools where appropriateLennart Poettering2014-12-101-2/+2
* mount: use DEFINE_TRIVIAL_CLEANUP_FUNCZbigniew Jędrzejewski-Szmek2014-11-281-10/+5
* mount: constify MountParametersZbigniew Jędrzejewski-Szmek2014-11-281-4/+4
* mount: deal with inotify queue overflowZbigniew Jędrzejewski-Szmek2014-11-281-5/+5
* mount: create directory before adding watches on itZbigniew Jędrzejewski-Szmek2014-11-281-0/+2
* mount: be more careful about errors when parsing mtabZbigniew Jędrzejewski-Szmek2014-11-281-4/+11
* mount: simplify mount_needs_network checkZbigniew Jędrzejewski-Szmek2014-11-281-9/+5
* mount: check options as well as fstype for network mountsChris Leech2014-11-281-7/+10
* mount: add remote-fs dependencies if needed after changeChris Leech2014-11-281-0/+13
* mount: monitor for utab changes with inotifyChris Leech2014-11-281-2/+48
* mount: use libmount to enumerate /proc/self/mountinfoChris Leech2014-11-281-35/+30
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-10/+10
* log: rearrange log function namingLennart Poettering2014-11-271-29/+30
* manager: only issue overmount warning when the check succeededZbigniew Jędrzejewski-Szmek2014-11-231-9/+16
* core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering2014-11-051-0/+1
* core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog2014-10-281-1/+2
* Revert "mount: order options before other arguments to mount"Lennart Poettering2014-10-021-4/+4
* mount: order options before other arguments to mountEmil Renner Berthing2014-09-181-4/+4
* exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack2014-09-051-13/+13
* core: Refuse mount on symlinkTimofey Titovets2014-08-151-0/+21
* core: do not add default dependencies to /usr mount unitJon Severinsson2014-08-141-1/+2
* Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek2014-06-301-55/+0
* mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s ...Lennart Poettering2014-06-161-2/+2
* mount: tell /bin/mount to never touch /etc/mtabLennart Poettering2014-06-161-0/+3