summaryrefslogtreecommitdiff
path: root/src/core/mount.h
AgeCommit message (Expand)Author
2016-08-27mount: add new ForceUnmount= setting for mount units, mapping to umount(8)'s ...Barron Rulon
2016-08-26mount: add new LazyUnmount= setting for mount units, mapping to umount(8)'s "...brulon
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-12core: remove SmackFileSystemRootLabel= againLennart Poettering
2015-10-26core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel=Lennart Poettering
2015-10-24mount: add new SmackFileSystemRoot= setting for mount unitSangjung Woo
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-05-13Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount.Dimitri John Ledkov
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-03-02core: expose consumed CPU time per unitLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-12-12core: retry unmounting until we are done, in case of stacked mountsLennart Poettering
2014-06-16mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s ...Lennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-25swap: split state machine state ACTIVATING into twoLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-10-19mount/service: drop FsckPassNo supportTom Gundersen
2013-06-27core: general cgroup reworkLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2012-12-05core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek
2012-07-20unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-05-22mount: replace PID1 internal fstab parser with generatorLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers