aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed
Commit message (Expand)AuthorAgeFilesLines
* 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-195-6/+6
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-082-8/+163
* Prevent zevent list from consuming all of kernel memoryPaul Dagnelie2022-08-223-5/+31
* zed: Look for NVMe DEVPATH if no ID_BUSTony Hutter2022-07-141-2/+11
* Replace dead opensolaris.org license linkTino Reichardt2022-07-117-7/+7
* zed: Ignore false 'atari' partitions in autoreplaceTony Hutter2022-07-111-8/+23
* Enable -Wwrite-stringsнаб2022-06-291-1/+2
* Replace EXTRA_DIST with dist_noinst_DATABrian Behlendorf2022-05-262-2/+2
* zed: Take no action on scrub/resilver checksum errorsBrian Behlendorf2022-05-241-0/+20
* Remove final K&R definitionsнаб2022-05-182-6/+6
* zed: support subject as header in zed_notify_email()heeplr2022-05-182-3/+17
* autoconf: use include directives instead of recursing down cmdнаб2022-05-102-81/+69
* autoconf: use include directives instead of recursing down libнаб2022-05-101-4/+5
* cmd: zed: rc: drop "should be owned by root and 0600"наб2022-04-052-4/+1
* libspl: zed: event: use localtime_r()наб2022-04-051-5/+5
* zed: functions: zed_log_err: forward to zed_log_msgнаб2022-04-011-2/+1
* zed: lets: all-debug: printenv -> envнаб2022-04-011-1/+1
* 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-242-16/+173
* Add `--enable=all` to ShellCheck by defaultDamian Szuberski2022-02-072-3/+1
* zed-functions.sh: escape newline to produce valid jsonPhil Kauffman2022-02-031-1/+1
* Add ShellCheck's `--enable=all` inside `cmd/`Damian Szuberski2022-01-0614-23/+40
* zed: send notification email by defaultshodanshok2021-12-211-2/+2
* 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
* zed: exec: fix unused, remove argsusedнаб2021-12-211-1/+4
* zed: main: 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
* Remove basename(1). Clean up/shorten some coreutils pipelinesнаб2021-11-113-5/+5
* zed: Control NVMe fault LEDsTony Hutter2021-11-092-7/+70
* Notify on UNAVAIL statechangeFrancesco Mazzoli2021-10-151-2/+3
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-094-1/+5
* 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