summaryrefslogtreecommitdiff
path: root/blockd.c
Commit message (Expand)AuthorAgeFilesLines
* blockd: restore device_move semanticsDaniel Golle2022-05-011-6/+4
* blockd: include missing libubox/utils.hDaniel Golle2021-08-251-0/+1
* blockd: fix resource leak discovered by coverity scanDaniel Golle2021-08-141-0/+3
* blockd: also report target in notificationsDaniel Golle2021-08-051-13/+32
* blockd: make most calls to 'block' asynchronousDaniel Golle2021-07-301-12/+27
* blockd: send mount.ready when startup has completedDaniel Golle2021-07-281-1/+4
* blockd: fix length of timeout int passed to ioctlDaniel Golle2021-07-241-1/+1
* Revert "blockd: detect mountpoint of /dev/mapper/*"Daniel Golle2021-07-231-9/+0
* blockd: create mountpoint parent folder if neededDaniel Golle2021-07-181-1/+9
* blockd: move to its own POSIX process groupDaniel Golle2021-07-151-0/+3
* blockd: fix trigger nameDaniel Golle2021-07-151-1/+4
* blockd: also send ubus notification on mount hotplugDaniel Golle2021-07-141-12/+34
* blockd: detect mountpoint of /dev/mapper/*Daniel Golle2021-07-141-2/+11
* blockd: add missing #define _GNU_SOURCEDaniel Golle2021-05-161-0/+1
* blockd: use allocated strings instead of fixed buffersDaniel Golle2021-05-161-12/+34
* blockd: add optional "device" parameter to "info" ubus methodRafał Miłecki2020-05-061-21/+51
* block(d): always call hotplug.d "mount" scripts from blockdRafał Miłecki2020-05-061-0/+74
* blockd: use uloop_process for calling /sbin/hotplug-call mountRafał Miłecki2020-05-061-47/+85
* blockd: remove symlink linkpath file if it's a dir or linkRafał Miłecki2020-03-211-0/+7
* blockd: report "target" path as "mount" for autofs available mountsRafał Miłecki2020-03-211-0/+2
* blockd: print symlink error code and string messageRafał Miłecki2020-03-211-2/+2
* blockd: don't flush devices list on "hotplug" callRafał Miłecki2019-12-131-2/+0
* blockd: fix vlist memory corruptionRafał Miłecki2019-12-131-1/+1
* block(d): improve hotplug.d "mount" events for the autofsRafał Miłecki2018-12-281-0/+4
* blockd: unmount device explicitly when it disappearsRafał Miłecki2018-12-281-1/+12
* blockd: don't reparse blob msg in the vlist callbacksRafał Miłecki2018-12-071-13/+3
* blockd: don't unmount device when removing it from the listRafał Miłecki2018-12-061-24/+2
* fstools: use EXIT_FAILURE when indicating error on exitMichael Heimpold2018-11-261-2/+2
* blockd: add automounting supportJohn Crispin2017-02-271-0/+467