libfstools: fit: improve fit_volume_find string handling
[project/fstools.git] / blockd.c
2022-05-01 Daniel Golleblockd: restore device_move semantics
2021-08-25 Daniel Golleblockd: include missing libubox/utils.h
2021-08-14 Daniel Golleblockd: fix resource leak discovered by coverity scan
2021-08-04 Daniel Golleblockd: also report target in notifications
2021-07-30 Daniel Golleblockd: make most calls to 'block' asynchronous
2021-07-28 Daniel Golleblockd: send mount.ready when startup has completed
2021-07-23 Daniel Golleblockd: fix length of timeout int passed to ioctl
2021-07-23 Daniel GolleRevert "blockd: detect mountpoint of /dev/mapper/*"
2021-07-18 Daniel Golleblockd: create mountpoint parent folder if needed
2021-07-15 Daniel Golleblockd: move to its own POSIX process group
2021-07-15 Daniel Golleblockd: fix trigger name
2021-07-14 Daniel Golleblockd: also send ubus notification on mount hotplug
2021-07-14 Daniel Golleblockd: detect mountpoint of /dev/mapper/*
2021-05-16 Daniel Golleblockd: add missing #define _GNU_SOURCE
2021-05-15 Daniel Golleblockd: use allocated strings instead of fixed buffers
2020-05-06 Rafał Miłeckiblockd: add optional "device" parameter to "info" ubus...
2020-05-06 Rafał Miłeckiblock(d): always call hotplug.d "mount" scripts from...
2020-05-06 Rafał Miłeckiblockd: use uloop_process for calling /sbin/hotplug...
2020-03-21 Rafał Miłeckiblockd: remove symlink linkpath file if it's a dir...
2020-03-21 Rafał Miłeckiblockd: report "target" path as "mount" for autofs...
2020-03-21 Rafał Miłeckiblockd: print symlink error code and string message
2019-12-13 Rafał Miłeckiblockd: don't flush devices list on "hotplug" call
2019-12-13 Rafał Miłeckiblockd: fix vlist memory corruption
2018-12-28 Rafał Miłeckiblock(d): improve hotplug.d "mount" events for the...
2018-12-28 Rafał Miłeckiblockd: unmount device explicitly when it disappears
2018-12-07 Rafał Miłeckiblockd: don't reparse blob msg in the vlist callbacks
2018-12-06 Rafał Miłeckiblockd: don't unmount device when removing it from...
2018-11-26 Michael Heimpoldfstools: use EXIT_FAILURE when indicating error on...
2017-02-27 John Crispinblockd: add automounting support