aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-061-0/+4
* Fix usage of zed_log_msg() and zfs_panic_recover()Richard Yao2022-09-191-1/+1
* zed: exec: fix unused, remove argsusedнаб2021-12-211-1/+4
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-0/+2
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* zed: protect against wait4()/fork() races to the global PID tableнаб2021-05-071-6/+7
* zed: protect against wait4()/fork() races to the launched process treeнаб2021-04-221-4/+5
* zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-execнаб2021-04-151-5/+4
* zed: print combined system/user time after ZEDLET deathнаб2021-04-071-6/+25
* zed: allow limiting concurrent jobsнаб2021-04-021-8/+23
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-021-47/+147
* zed: reap child after killing on time-outнаб2021-03-261-0/+1
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-2/+2
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Fix spellingka72017-01-031-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-3/+3
* Add illumos FMD ZFS logic to ZED -- phase 2Don Brady2016-11-071-8/+39
* Fix file permissionsBrian Behlendorf2016-10-081-0/+0
* Fix coverity defects: CID 147536, 147537, 147538GeLiXin2016-09-301-4/+5
* Update ZED copyright boilerplateChris Dunlap2015-05-111-21/+9
* Refer to ZED's scripts as ZEDLETsChris Dunlap2014-09-251-10/+10
* Replace zed's use of malloc with callocChris Dunlap2014-09-251-1/+1
* Remove reverse indentation from zed comments.Chris Dunlap2014-09-221-9/+13
* Initial implementation of zed (ZFS Event Daemon)Chris Dunlap2014-04-021-0/+207