summaryrefslogtreecommitdiff
path: root/src/core/mount.c
AgeCommit message (Expand)Author
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
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-01-29core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek
2014-01-07mount: don't creat local-fs.target links for mount units when runnin in user ...Lennart Poettering
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek
2013-12-22sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-12-02bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-25core: set some event source priorities to enforce dispatching orderLennart Poettering
2013-11-25swap: split state machine state ACTIVATING into twoLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-05Configurable Timeouts/Restarts default valuesOleksii Shevchuk
2013-10-19mount/service: drop FsckPassNo supportTom Gundersen