Age | Commit message (Expand) | Author |
2015-07-21 | core: remove generic job completion messages from unit vtables | Michal Schmidt |
2015-07-21 | core: correct return value from reload methods | Michal Schmidt |
2015-06-04 | core/mount: skip incomplete mountinfo entries | Daniel Mack |
2015-05-19 | mount: properly check for mounts currently in /proc/self/mountinfo | Lennart Poettering |
2015-05-19 | mount: don't claim a device is gone from /proc/self/mountinfo before it is go... | Lennart Poettering |
2015-05-13 | Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount. | Dimitri John Ledkov |
2015-05-13 | core: never create device depencies for /dev/root mounts | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | unit: move unit_warn_if_dir_nonempty() and friend to unit.c | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-11 | core: always initialize ExecParamters.bus_endpoint_fd to -1 | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-29 | core: annotate event sources | Tom Gundersen |
2015-04-24 | Revert "core: do not spawn jobs or touch other units during coldplugging" | Lennart Poettering |
2015-04-21 | automount: add expire support | Michael Olbrich |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-07 | util: rework cunescape(), improve error handling | Lennart Poettering |
2015-04-01 | mount: fix up wording in the comment | Michal Sekletar |
2015-04-01 | mount: don't run quotaon only for network filesystems | Lukas Nykryn |
2015-03-07 | core: do not spawn jobs or touch other units during coldplugging | Ivan Shapovalov |
2015-03-02 | core: expose consumed CPU time per unit | Lennart Poettering |
2015-02-28 | core: rework device state logic | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-28 | core/mount: add dependencies to dynamically mounted mounts too | Martin Pitt |
2015-01-28 | core: output unit status output strings to console, only if we actually are c... | Lennart Poettering |
2015-01-23 | core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de... | Lennart Poettering |
2015-01-12 | core/mount: remove "fail" again | Zbigniew Jędrzejewski-Szmek |
2015-01-12 | core/mount: use isempty() to check for empty strings | Daniel Mack |
2015-01-11 | core/mount: filter out noauto,auto,nofail,fail options | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Add new function to filter fstab options | Zbigniew Jędrzejewski-Szmek |
2015-01-01 | mount: do not use -n when running in --user mode | Zbigniew Jędrzejewski-Szmek |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-12-12 | core: retry unmounting until we are done, in case of stacked mounts | Lennart Poettering |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-12-10 | mount: clarify that we really need to replace the utab inotify code with the ... | Lennart Poettering |
2014-12-10 | core: unify how we iterate over inotify events | Lennart Poettering |
2014-12-10 | mount: use bools where appropriate | Lennart Poettering |
2014-11-28 | mount: use DEFINE_TRIVIAL_CLEANUP_FUNC | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: constify MountParameters | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: deal with inotify queue overflow | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: create directory before adding watches on it | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: be more careful about errors when parsing mtab | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: simplify mount_needs_network check | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: check options as well as fstype for network mounts | Chris Leech |
2014-11-28 | mount: add remote-fs dependencies if needed after change | Chris Leech |
2014-11-28 | mount: monitor for utab changes with inotify | Chris Leech |
2014-11-28 | mount: use libmount to enumerate /proc/self/mountinfo | Chris Leech |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |