aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed.c
Commit message (Expand)AuthorAgeFilesLines
* zed: main: fix unused, remove argsusedнаб2021-12-211-0/+2
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-1/+1
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* zed: don't malloc() global zed_conf instance, optimise zed_conf layoutнаб2021-04-111-19/+19
* zed: purge all mentions of a configuration fileнаб2021-04-071-2/+0
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-021-1/+5
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-2/+2
* zed additional featuresJorgen Lundman2020-06-221-2/+27
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* Ensure zed _finish_daemonize() leaves fds 0-2 openChris Dunlap2016-03-081-1/+1
* Update ZED copyright boilerplateChris Dunlap2015-05-111-21/+9
* Obtain advisory lock on ZED PID fileChris Dunlap2014-10-061-1/+2
* Remove reverse indentation from zed comments.Chris Dunlap2014-09-221-7/+11
* Fix race condition with zed pidfile creationChris Dunlap2014-09-021-20/+73
* Replace check for _POSIX_MEMLOCK w/ HAVE_MLOCKALLChris Dunlap2014-04-021-5/+4
* Initial implementation of zed (ZFS Event Daemon)Chris Dunlap2014-04-021-0/+236