aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/agents
Commit message (Expand)AuthorAgeFilesLines
* zed: prevent automatic replacement of offline vdevsAmeer Hamza13 days1-2/+2
* Avoid fault diagnosis if multiple vdevs have errorsDon Brady2024-09-181-29/+72
* fm: pass io_flags through events & zed as uint64_tRob Norris2024-08-261-3/+12
* Better control the thread pool size when mounting datasetsAlan Somers2024-05-141-1/+1
* Add slow disk diagnosis to ZEDDon Brady2024-02-086-60/+151
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2023-11-071-0/+4
* Fix ZED auto-replace for VDEVs using by-id pathsDon Brady2023-10-201-18/+37
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-09-211-2/+41
* zed: Allow autoreplace and fault LEDs for removed vdevsTony Hutter2023-09-181-0/+1
* zed: Reduce log noise for large JBODsBrian Behlendorf2023-07-251-2/+0
* zed: Fix zed ASSERT on slot power cycleTony Hutter2023-07-211-0/+5
* Use list_remove_head() where possible.Alexander Motin2023-06-092-10/+4
* Probe vdevs before marking removedBrian Behlendorf2023-05-191-3/+5
* nvpair: Constify string functionsRichard Yao2023-03-145-23/+27
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-231-4/+36
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-093-13/+99
* zed: unclean disk attachment faults the vdevAmeer Hamza2022-11-291-7/+19
* zed: Avoid core dump if wholedisk property does not existAmeer Hamza2022-10-211-7/+4
* ZED: Fix uninitialized value readsRichard Yao2022-10-182-0/+2
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-062-0/+29
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-282-22/+68
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-1/+2
* Fix potential NULL pointer dereference in zfsdle_vdev_online() Richard Yao2022-09-201-1/+1
* Fix usage of zed_log_msg() and zfs_panic_recover()Richard Yao2022-09-192-2/+2
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-081-8/+147
* Replace dead opensolaris.org license linkTino Reichardt2022-07-117-7/+7
* Enable -Wwrite-stringsнаб2022-06-291-1/+2
* zed: Take no action on scrub/resilver checksum errorsBrian Behlendorf2022-05-241-0/+20
* Remove final K&R definitionsнаб2022-05-181-2/+2
* Replace FMD_B_{TRUE,FALSE} with B_{TRUE,FALSE}наб2022-03-153-12/+7
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-153-3/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-152-5/+5
* zed: Misc multipath autoreplace fixesTony Hutter2022-02-241-16/+163
* zed: agents: fmd_api: fix unused, remove argsusedнаб2021-12-211-3/+21
* zed: agents: zfs_retire: fix unused, remove argsusedнаб2021-12-211-2/+1
* zed: agents: zfs_mod: fix unused, remove argsusedнаб2021-12-211-9/+7
* zed: agents: zfs_diagnosis: fix unused, remove argsusedнаб2021-12-211-20/+16
* zed: agents: fix unused, remove argsusedнаб2021-12-211-0/+2
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-063-4/+5
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-0/+1
* ZED: Match added disk by pool/vdev GUID if found (#12217)Ryan Moeller2021-06-301-6/+34
* Forbid basename(3) and dirname(3)наб2021-06-111-1/+2
* zed: set names for all threadsнаб2021-04-022-0/+2
* Fixed issue with processing of EC_dev_remove eventnssrikanth2021-02-051-6/+13
* Added extra check to replace Faulted VDEV with Distributed Sparenssrikanth2021-01-281-1/+1
* FreeBSD: notify userspace when a vdev is removedRyan Moeller2020-12-021-0/+2
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-132-3/+18
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-083-7/+5
* ZED: Do not offline a missing device if no spare is availableBrian Behlendorf2020-08-181-3/+2
* Add device rebuild featureBrian Behlendorf2020-07-032-5/+8