aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of zed_log_msg() and zfs_panic_recover()Richard Yao2022-09-191-2/+2
* Prevent zevent list from consuming all of kernel memoryPaul Dagnelie2022-08-221-1/+15
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-0/+1
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* zed: set O_CLOEXEC on persistent fds, remove closefrom() from pre-execнаб2021-04-151-7/+4
* 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-111-30/+14
* zed: remove zed_conf::{min,max}_events and ZED_{MIN,MAX}_EVENTSнаб2021-04-111-2/+0
* zed: remove zed_conf::syslog_facilityнаб2021-04-111-1/+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: replace zed_file_write_n() with write(2), purge itнаб2021-04-071-1/+1
* 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-071-27/+1
* zed: allow limiting concurrent jobsнаб2021-04-021-1/+16
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-2/+2
* zed additional featuresJorgen Lundman2020-06-221-1/+6
* Add scrub after resilver zed scriptTony Hutter2018-02-231-1/+6
* Use bitwise '&' instead of logical '&&'Tobin Harding2017-10-051-2/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-3/+3
* Update ZED copyright boilerplateChris Dunlap2015-05-111-23/+10
* Protect against adding duplicate strings in ZEDChris Dunlap2015-01-301-1/+1
* Cleanup struct zed_conf vars in zed_conf_destroyChris Dunlap2014-10-061-10/+16
* Obtain advisory lock on ZED PID fileChris Dunlap2014-10-061-32/+75
* Refer to ZED's scripts as ZEDLETsChris Dunlap2014-09-251-27/+27
* Replace zed's use of malloc with callocChris Dunlap2014-09-251-3/+1
* Remove reverse indentation from zed comments.Chris Dunlap2014-09-221-16/+21
* Cleanup zed loggingChris Dunlap2014-09-021-7/+7
* Fix race condition with zed pidfile creationChris Dunlap2014-09-021-1/+7
* Replace zed_file_create_dirs() with mkdirp()Chris Dunlap2014-04-091-6/+13
* Initial implementation of zed (ZFS Event Daemon)Chris Dunlap2014-04-021-0/+673