aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed
Commit message (Expand)AuthorAgeFilesLines
* ZED: Match added disk by pool/vdev GUID if found (#12217)Ryan Moeller2021-06-302-6/+36
* zed: fix sending emails (#12292)Laurențiu Nicola2021-06-291-1/+1
* Forbid basename(3) and dirname(3)наб2021-06-111-1/+2
* Fix minor shellcheck 0.7.2 warningsBrian Behlendorf2021-06-091-0/+1
* zed.d/history_event-zfs-list-cacher.sh.in: parallelise, simplifyнаб2021-06-081-10/+9
* zed.d/all-debug.sh: simplifyнаб2021-06-082-10/+9
* zed-functions.sh: zed_lock(): don't truncate lockнаб2021-06-081-1/+1
* Turn shellcheck into a normal make target. Fix new files it caughtнаб2021-06-012-0/+3
* Trim excess shellcheck annotations. Widen to all non-Korn scriptsнаб2021-05-201-1/+1
* Fix SC2181 ("[ $?") outside tests/наб2021-05-201-6/+2
* zed: Add Pushover notifierScott Colby2021-05-132-0/+99
* Replace ZoL with OpenZFS where applicableнаб2021-05-0714-14/+14
* zed: protect against wait4()/fork() races to the global PID tableнаб2021-05-071-6/+7
* zed.d/zed-functions.sh: fix zed_guid_to_pool() on dashнаб2021-04-301-5/+3
* zed.d/history_event-zfs-list-cacher.sh: no grep for snapshot detectionнаб2021-04-301-2/+2
* zed.d/*-notify.sh: use mktemp instead of generating temp path manuallyнаб2021-04-305-5/+5
* zed.d/pool_import-led.sh: fix for current zpool scriptsнаб2021-04-301-45/+45
* zed: protect against wait4()/fork() races to the launched process treeнаб2021-04-221-4/+5
* libspl: implement atomics in terms of atomicsнаб2021-04-181-1/+1
* zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-execнаб2021-04-153-13/+9
* zed: untangle _zed_conf_parse_path()наб2021-04-111-7/+10
* zed: don't malloc() global zed_conf instance, optimise zed_conf layoutнаб2021-04-113-63/+48
* zed: remove zed_conf::{min,max}_events and ZED_{MIN,MAX}_EVENTSнаб2021-04-113-14/+0
* zed: remove zed_conf::syslog_facilityнаб2021-04-112-2/+0
* zed: _zed_conf_display_help(): be consistent about what got_err meansнаб2021-04-111-4/+4
* zed: untangle -h option listingнаб2021-04-111-32/+40
* zed: print out licence string as one big chunkнаб2021-04-111-13/+7
* zed: only go up to current limit in close_from() fallbackнаб2021-04-071-7/+1
* zed: replace zed_file_write_n() with write(2), purge itнаб2021-04-073-30/+1
* zed: merge all _NOT_IMPLEMENTED_ eventsнаб2021-04-071-17/+5
* zed: remove unused zed_file_read_n()наб2021-04-072-31/+0
* zed: bump zfs_zevent_len_max if we miss any eventsнаб2021-04-071-8/+41
* zed.8: don't pretend an unprivileged user could change the script ownerнаб2021-04-071-2/+0
* zed: purge all mentions of a configuration fileнаб2021-04-074-37/+1
* zed: implement close_from() in terms of /proc/self/fd, if availableнаб2021-04-071-9/+23
* zed: print combined system/user time after ZEDLET deathнаб2021-04-071-6/+25
* zed: allow limiting concurrent jobsнаб2021-04-025-13/+43
* zed: remove unused zed_file_close_on_exec()наб2021-04-022-30/+0
* zed: use separate reaper thread and collect ZEDLETs asynchronouslyнаб2021-04-024-49/+157
* zed: set names for all threadsнаб2021-04-023-0/+3
* zed: reap child after killing on time-outнаб2021-03-261-0/+1
* 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
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+2
* ZED/zfs-list-cacher.sh: don't exit on ignored event typePrawn2020-12-181-1/+1
* FreeBSD: notify userspace when a vdev is removedRyan Moeller2020-12-021-0/+2
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-132-3/+18
* zed syslog entries drop important infoDon Brady2020-10-192-5/+46
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-0817-35/+33
* ZED: Do not offline a missing device if no spare is availableBrian Behlendorf2020-08-181-3/+2