summaryrefslogtreecommitdiffstats
path: root/src/core/automount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* automount: handle state changes of the corresponding mount unit correctlyMichael Olbrich2015-07-241-6/+8
* automount: don't try to umount if it already happenedMichael Olbrich2015-07-241-0/+14
* automount: do not start expiration timer for TimeoutIdleSec=0Daniel Mack2015-07-241-0/+3
* automount: lower the idle polling frequency a bitLennart Poettering2015-07-241-1/+1
* core: remove generic job completion messages from unit vtablesMichal Schmidt2015-07-211-1/+0
* path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2015-05-291-1/+1
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-1/+1
* core,network: major per-object logging reworkLennart Poettering2015-05-111-57/+45
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-061-10/+9
* core: simplify unit type detection logicLennart Poettering2015-04-301-3/+1
* core: annotate event sourcesTom Gundersen2015-04-291-2/+11
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-1/+1
* automount: remove unused variableThomas Hindoe Paaboel Andersen2015-04-211-2/+0
* automount: various smaller fixesLennart Poettering2015-04-211-7/+8
* automount: add expire supportMichael Olbrich2015-04-211-10/+214
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* core/automount: beef up error messageZbigniew Jędrzejewski-Szmek2015-04-081-1/+2
* path-util: fix more path_is_mount e792e890f falloutLennart Poettering2015-04-071-4/+2
* Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2015-03-101-7/+3
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-7/+5
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-0/+12
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* core: two more log_unit_*_errno() conversionsMichal Schmidt2014-11-281-1/+4
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-281-2/+2
* log: rearrange log function namingLennart Poettering2014-11-271-24/+24
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-2/+2
* use more _cleanup_ macroRonny Chevalier2014-06-241-2/+1
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-29/+12
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-031-2/+2
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-1/+0
* automount: log info about triggering processKay Sievers2013-11-281-2/+2
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-261-1/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-28/+25
* core: rework how we match mount units against each otherLennart Poettering2013-09-261-29/+4
* automount: rename repeat_unmont to repeat_unmountDavid Mackey2013-09-131-3/+3
* unit: rework stop pending logicLennart Poettering2013-04-261-1/+1
* unit: rework trigger dependency logicLennart Poettering2013-04-231-21/+19
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-061-28/+38
* core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek2012-12-051-2/+2
* dbus: introduce _cleanup_dbus_error_free_Lennart Poettering2012-11-221-5/+3
* automount: modernizationsLennart Poettering2012-11-221-52/+64