aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zed: fix typo in variable ZED_POWER_OFF_ENCLO*US*RE_SLOT_ON_FAULTMauricio Faria de Oliveira2024-02-132-4/+4
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2024-02-138-8/+78
* zfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release) into stable/13Martin Matuska2023-09-3043-219/+721
* zed: update zed.d/statechange-slot_off.shBrian Behlendorf2023-09-122-8/+12
* zed: Add zedlet to power off slot when drive is faultedTony Hutter2023-09-122-0/+66
* zed: Reduce log noise for large JBODsBrian Behlendorf2023-07-261-2/+0
* zed: Fix zed ASSERT on slot power cycleTony Hutter2023-07-241-0/+5
* zed: add hotplug support for spare vdevsAmeer Hamza2023-03-276-17/+103
* zed: post a udev change event from spa_vdev_attach()Ameer Hamza2023-03-271-1/+1
* zed: mark disks as REMOVED when they are removedAmeer Hamza2023-03-2724-51/+395
* zfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release) into stable/13Martin Matuska2023-01-2677-311/+729
* zed: unclean disk attachment faults the vdevAmeer Hamza2023-01-052-9/+21
* zfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release) into stable/13Martin Matuska2022-12-06109-316/+768
* ZED: Fix uninitialized value readsRichard Yao2022-12-012-0/+2
* zed: Avoid core dump if wholedisk property does not existAmeer Hamza2022-11-081-7/+4
* zed: Prevent special vdev to be replaced by hot spareAmeer Hamza2022-11-072-2/+9
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-143-8/+166
* zed: Look for NVMe DEVPATH if no ID_BUSTony Hutter2022-09-141-2/+11
* zed: Ignore false 'atari' partitions in autoreplaceTony Hutter2022-09-141-8/+23
* zfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release) into stable/13Martin Matuska2022-06-25120-1525/+2351
* zed: support subject as header in zed_notify_email()heeplr2022-05-272-4/+18
* zed: Take no action on scrub/resilver checksum errorsBrian Behlendorf2022-05-271-0/+20
* zed: Fix mpath autoreplace on Centos 7Tony Hutter2022-03-181-7/+4
* zed: Misc multipath autoreplace fixesTony Hutter2022-03-183-26/+192
* zed: Add Pushover notifierScott Colby2022-02-102-0/+99
* zed: send notification email by defaultshodanshok2022-02-071-2/+2
* zed: Control NVMe fault LEDsTony Hutter2021-11-055-11/+229
* ZED: Match added disk by pool/vdev GUID if found (#12217)Ryan Moeller2021-09-146-10/+137
* zed: fix sending emails (#12292)Laurențiu Nicola2021-06-291-1/+1
* zed: protect against wait4()/fork() races to the global PID tableнаб2021-05-101-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-193-13/+9
* zed: untangle _zed_conf_parse_path()наб2021-04-141-7/+10
* zed: don't malloc() global zed_conf instance, optimise zed_conf layoutнаб2021-04-143-63/+48
* zed: remove zed_conf::{min,max}_events and ZED_{MIN,MAX}_EVENTSнаб2021-04-143-14/+0
* zed: remove zed_conf::syslog_facilityнаб2021-04-142-2/+0
* zed: _zed_conf_display_help(): be consistent about what got_err meansнаб2021-04-141-4/+4
* zed: untangle -h option listingнаб2021-04-141-32/+40
* zed: print out licence string as one big chunkнаб2021-04-141-13/+7
* zed: only go up to current limit in close_from() fallbackнаб2021-04-141-7/+1
* zed: replace zed_file_write_n() with write(2), purge itнаб2021-04-143-30/+1
* zed: merge all _NOT_IMPLEMENTED_ eventsнаб2021-04-142-20/+5
* zed: remove unused zed_file_read_n()наб2021-04-142-31/+0
* zed: bump zfs_zevent_len_max if we miss any eventsнаб2021-04-141-8/+41
* zed: purge all mentions of a configuration fileнаб2021-04-145-45/+1
* zed: implement close_from() in terms of /proc/self/fd, if availableнаб2021-04-141-9/+23
* zed: print combined system/user time after ZEDLET deathнаб2021-04-141-6/+25
* zed: allow limiting concurrent jobsнаб2021-04-148-23/+59
* zed: remove unused zed_file_close_on_exec()наб2021-04-142-30/+0
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-145-55/+157