summaryrefslogtreecommitdiff
path: root/src/mount.c
AgeCommit message (Expand)Author
2011-11-19let mount and swap units log to the configured defaultsMichal Schmidt
2011-11-01mount: order remote mounts after both network.target and remote-fs-pre.targetLennart Poettering
2011-10-11units: introduce local-fs-pre.target and remote-fs-pre.targetLennart Poettering
2011-09-21mount: pull in quota tools from fstab lines with 'quota' option, tooLennart Poettering
2011-08-31mount: fix parsing of prio valueLennart Poettering
2011-08-20exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering
2011-07-13unit: use ESRCH as error when we don't find anybody to killLennart Poettering
2011-07-12service: properly handle who argument on D-Bus kill callsLennart Poettering
2011-06-21english: s/_per_/_by_/Lennart Poettering
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering
2011-04-20mount,crypto: rework meaning of noauto/nofailLennart Poettering
2011-04-19mount: properly parse timeouts options in the middle of the stringLennart Poettering
2011-04-16mount: make device timeout configurableLennart Poettering
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering
2011-04-13mount: don't pull in stdio logger for root mount unitLennart Poettering
2011-04-05mount: block creation of mount units for API file systemsLennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-03-30quota: do not pull in quota tools for mounts that do not originate in neither...Lennart Poettering
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering
2011-03-28use /run instead of /dev/.runKay Sievers
2011-03-18mount: pull in quota services from local mountpoints with usr/grpquota optionsAndrey Borzenkov
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-03-08mount: support less cumbersome x-systemd-xxx mount optionsLennart Poettering
2011-03-03kill: always send SIGCONT after SIGTERMLennart Poettering
2011-02-21mount: make sure network mounts are ordered after network.targetLennart Poettering
2011-02-15mount,swap: properly add dependencies to logger if neededLennart Poettering
2011-02-15exec: introduce global defaults for the standard output of servicesLennart Poettering
2011-01-21mount: ignore if an fsck is requested for a bind mount, so that we don't wait...Lennart Poettering
2011-01-21automount: fix segfault when shutting downLennart Poettering
2011-01-20systemctl: highlight failed processes in systemctl statusLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering
2010-11-17cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering
2010-11-11split mount_point_is_api() and mount_point_ignore()Kay Sievers
2010-11-10cryptsetup: minimal cryptsetup unit generatorLennart Poettering
2010-10-29mount: don't pull in nofail mounts by default, but use them if they are aroundLennart Poettering
2010-10-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering
2010-10-28unit: replace recursive_stop by stop_retroactively to simplify things a littleLennart Poettering
2010-10-26swap: add only swaps listed in /etc/fstab automatically to swap.target, other...Lennart Poettering
2010-10-22systemctl: introduce systemctl killLennart Poettering
2010-10-20mount: pull in quotacheck.service, not quotacheck.targetLennart Poettering
2010-10-20mount: require fsckLennart Poettering
2010-10-20mount: do not implicitly pull in fsck service for root dirLennart Poettering
2010-10-19fsck: properly hook in fsck everywhere, add special support for fsck'ing root...Lennart Poettering
2010-10-18swap: listen for POLLPRI events on /proc/swaps if availableLennart Poettering
2010-10-13mount: pull in fsck only in systemd instancesLennart Poettering
2010-10-13mount: hook in q fsck@.service instance for all mount points with passno > 0Lennart Poettering
2010-10-12mount: minor cleanupsLennart Poettering