| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unchecked return values and unused return values | Richard Yao | 2022-09-23 | 1 | -1/+2 |
* | Fix potential NULL pointer dereference in zfsdle_vdev_online() | Richard Yao | 2022-09-20 | 1 | -1/+1 |
* | Fix usage of zed_log_msg() and zfs_panic_recover() | Richard Yao | 2022-09-19 | 5 | -6/+6 |
* | zed: Fix config_sync autoexpand flood | Tony Hutter | 2022-09-08 | 2 | -8/+163 |
* | Prevent zevent list from consuming all of kernel memory | Paul Dagnelie | 2022-08-22 | 3 | -5/+31 |
* | zed: Look for NVMe DEVPATH if no ID_BUS | Tony Hutter | 2022-07-14 | 1 | -2/+11 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 7 | -7/+7 |
* | zed: Ignore false 'atari' partitions in autoreplace | Tony Hutter | 2022-07-11 | 1 | -8/+23 |
* | Enable -Wwrite-strings | наб | 2022-06-29 | 1 | -1/+2 |
* | Replace EXTRA_DIST with dist_noinst_DATA | Brian Behlendorf | 2022-05-26 | 2 | -2/+2 |
* | zed: Take no action on scrub/resilver checksum errors | Brian Behlendorf | 2022-05-24 | 1 | -0/+20 |
* | Remove final K&R definitions | наб | 2022-05-18 | 2 | -6/+6 |
* | zed: support subject as header in zed_notify_email() | heeplr | 2022-05-18 | 2 | -3/+17 |
* | autoconf: use include directives instead of recursing down cmd | наб | 2022-05-10 | 2 | -81/+69 |
* | autoconf: use include directives instead of recursing down lib | наб | 2022-05-10 | 1 | -4/+5 |
* | cmd: zed: rc: drop "should be owned by root and 0600" | наб | 2022-04-05 | 2 | -4/+1 |
* | libspl: zed: event: use localtime_r() | наб | 2022-04-05 | 1 | -5/+5 |
* | zed: functions: zed_log_err: forward to zed_log_msg | наб | 2022-04-01 | 1 | -2/+1 |
* | zed: lets: all-debug: printenv -> env | наб | 2022-04-01 | 1 | -1/+1 |
* | Replace FMD_B_{TRUE,FALSE} with B_{TRUE,FALSE} | наб | 2022-03-15 | 3 | -12/+7 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 3 | -3/+2 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 2 | -5/+5 |
* | zed: Misc multipath autoreplace fixes | Tony Hutter | 2022-02-24 | 2 | -16/+173 |
* | Add `--enable=all` to ShellCheck by default | Damian Szuberski | 2022-02-07 | 2 | -3/+1 |
* | zed-functions.sh: escape newline to produce valid json | Phil Kauffman | 2022-02-03 | 1 | -1/+1 |
* | Add ShellCheck's `--enable=all` inside `cmd/` | Damian Szuberski | 2022-01-06 | 14 | -23/+40 |
* | zed: send notification email by default | shodanshok | 2021-12-21 | 1 | -2/+2 |
* | zed: agents: fmd_api: fix unused, remove argsused | наб | 2021-12-21 | 1 | -3/+21 |
* | zed: agents: zfs_retire: fix unused, remove argsused | наб | 2021-12-21 | 1 | -2/+1 |
* | zed: agents: zfs_mod: fix unused, remove argsused | наб | 2021-12-21 | 1 | -9/+7 |
* | zed: agents: zfs_diagnosis: fix unused, remove argsused | наб | 2021-12-21 | 1 | -20/+16 |
* | zed: agents: fix unused, remove argsused | наб | 2021-12-21 | 1 | -0/+2 |
* | zed: exec: fix unused, remove argsused | наб | 2021-12-21 | 1 | -1/+4 |
* | zed: main: fix unused, remove argsused | наб | 2021-12-21 | 1 | -0/+2 |
* | Add `const` to nvlist functions to properly expose their real behavior | Paul Dagnelie | 2021-12-06 | 3 | -4/+5 |
* | Remove basename(1). Clean up/shorten some coreutils pipelines | наб | 2021-11-11 | 3 | -5/+5 |
* | zed: Control NVMe fault LEDs | Tony Hutter | 2021-11-09 | 2 | -7/+70 |
* | Notify on UNAVAIL statechange | Francesco Mazzoli | 2021-10-15 | 1 | -2/+3 |
* | Upstream: Add snapshot and zvol events | Jorgen Lundman | 2021-09-09 | 4 | -1/+5 |
* | ZED: Match added disk by pool/vdev GUID if found (#12217) | Ryan Moeller | 2021-06-30 | 2 | -6/+36 |
* | zed: fix sending emails (#12292) | Laurențiu Nicola | 2021-06-29 | 1 | -1/+1 |
* | Forbid basename(3) and dirname(3) | наб | 2021-06-11 | 1 | -1/+2 |
* | Fix minor shellcheck 0.7.2 warnings | Brian Behlendorf | 2021-06-09 | 1 | -0/+1 |
* | zed.d/history_event-zfs-list-cacher.sh.in: parallelise, simplify | наб | 2021-06-08 | 1 | -10/+9 |
* | zed.d/all-debug.sh: simplify | наб | 2021-06-08 | 2 | -10/+9 |
* | zed-functions.sh: zed_lock(): don't truncate lock | наб | 2021-06-08 | 1 | -1/+1 |
* | Turn shellcheck into a normal make target. Fix new files it caught | наб | 2021-06-01 | 2 | -0/+3 |
* | Trim excess shellcheck annotations. Widen to all non-Korn scripts | наб | 2021-05-20 | 1 | -1/+1 |
* | Fix SC2181 ("[ $?") outside tests/ | наб | 2021-05-20 | 1 | -6/+2 |
* | zed: Add Pushover notifier | Scott Colby | 2021-05-13 | 2 | -0/+99 |