aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed_event.c
Commit message (Expand)AuthorAgeFilesLines
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2023-11-071-0/+31
* nvpair: Constify string functionsRichard Yao2023-03-141-3/+3
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+5
* Prevent zevent list from consuming all of kernel memoryPaul Dagnelie2022-08-221-4/+15
* libspl: zed: event: use localtime_r()наб2022-04-051-5/+5
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-execнаб2021-04-151-1/+1
* zed: merge all _NOT_IMPLEMENTED_ eventsнаб2021-04-071-17/+5
* zed: bump zfs_zevent_len_max if we miss any eventsнаб2021-04-071-8/+41
* zed: allow limiting concurrent jobsнаб2021-04-021-2/+1
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-021-1/+3
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-2/+2
* zed additional featuresJorgen Lundman2020-06-221-7/+19
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Add scrub after resilver zed scriptTony Hutter2018-02-231-4/+30
* Fix coverity defects: CID 161264Giuseppe Di Natale2017-04-051-1/+1
* Additional Information for ZedletsN Clark2017-04-031-0/+10
* Fix coverity defects: CID 147587GeLiXin2016-12-211-0/+7
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-11/+11
* Add illumos FMD ZFS logic to ZED -- phase 2Don Brady2016-11-071-21/+4
* Turn on/off enclosure slot fault LED even when disk isn't presentTony Hutter2016-10-241-27/+0
* Multipath autoreplace, control enclosure LEDs, event rate limitingTony Hutter2016-10-191-0/+28
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-011-0/+43
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-121-3/+2
* Update ZED copyright boilerplateChris Dunlap2015-05-111-21/+9
* Cleanup _zed_event_add_nvpair()Chris Dunlap2015-01-301-232/+263
* Protect against adding duplicate strings in ZEDChris Dunlap2015-01-301-130/+161
* Refer to ZED's scripts as ZEDLETsChris Dunlap2014-09-251-2/+2
* Remove reverse indentation from zed comments.Chris Dunlap2014-09-221-14/+18
* Initial implementation of zed (ZFS Event Daemon)Chris Dunlap2014-04-021-0/+829