summaryrefslogtreecommitdiff
path: root/src/core/mount.c
AgeCommit message (Expand)Author
2013-06-17mount: when learning about the root mount from mountinfo, don't add conflicti...Lennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek
2013-03-29unit: replace remote-fs-setup.target by network-online.targetLennart Poettering
2013-03-27units: automatically order all mount units after network.targetLennart Poettering
2013-03-25units: introduce remote-fs-setup.target to pull in dependencies from remote m...Lennart Poettering
2013-03-15core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar
2013-03-15core: keep mountinfo .mounts until late shutdownUmut Tezduyar
2013-03-13core: single unit_kill implementation for all unit typesMichal Schmidt
2013-03-12core: fix getting information about mount unitMichal Sekletar
2013-03-01fstab,mount: detect rbind as bind mountFrederic Crozat
2013-02-14core: do not overwrite existing units sourceUmut Tezduyar
2013-01-26core: unify kill code of mount, service, socket, swap unitsLennart Poettering
2013-01-24core: Set source for mountinfo .mount unitsUmut Tezduyar
2013-01-19unit: optionally allow making cgroup attribute changes persistentLennart Poettering
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler
2013-01-09tabs to spacesThomas Hindoe Paaboel Andersen
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek
2013-01-06core/mount: modernize styleZbigniew Jędrzejewski-Szmek
2012-12-05core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek
2012-11-23timer: implement calendar time eventsLennart Poettering
2012-10-23mount: make sure m->where is set before unit_add_exec_dependencies()Will Woods
2012-10-16mount: don't try to initialize extra deps for mount units before initializing...Lennart Poettering
2012-09-24mount: simplify device node conditions a bitLennart Poettering
2012-09-24mount: only run fsck for actual device nodesLennart Poettering
2012-09-19mount: reword directory empty warning a bitLennart Poettering
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
2012-09-18mount: notify the user if we over-mount a non-empty directoryLennart Poettering
2012-09-18unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-07-20units: apply default resource limits to socket/mount/swap processes tooLennart Poettering
2012-07-20core: drop KillMode parameter from KillUnit() bus callLennart Poettering
2012-07-20unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering
2012-07-16unit: set default working directory to the user's home directory when running...Lennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-10mount: fix for complex automountsMalte Starostik
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering
2012-06-29mount: load only if we there's mountinfo or fragmentMichal Schmidt
2012-06-29mount: split adding of extras from mount_load()Michal Schmidt
2012-06-25units: rename fsck@.service to systemd-fsck@.serviceLennart Poettering
2012-06-22journal: set the _SYSTEMD_UNIT field for messages from terminated processesEelco Dolstra
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers
2012-05-22mount: drop unused functionLennart Poettering
2012-05-22mount: replace PID1 internal fstab parser with generatorLennart Poettering
2012-05-22mount: use the same fstab extension option syntax everywhereLennart Poettering
2012-05-21cryptsetup: a few simplificationsLennart Poettering
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-05-08util: split-out path-util.[ch]Kay Sievers