summaryrefslogtreecommitdiff
path: root/src/core/mount.c
AgeCommit message (Expand)Author
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
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-04-01mount: fix up wording in the commentMichal Sekletar
2015-04-01mount: don't run quotaon only for network filesystemsLukas Nykryn
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-02-28core: rework device state logicLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
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