aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed_file.c
Commit message (Expand)AuthorAgeFilesLines
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* 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-071-27/+0
* zed: remove unused zed_file_read_n()наб2021-04-071-29/+0
* zed: implement close_from() in terms of /proc/self/fd, if availableнаб2021-04-071-9/+23
* zed: remove unused zed_file_close_on_exec()наб2021-04-021-28/+0
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-2/+2
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Update ZED copyright boilerplateChris Dunlap2015-05-111-21/+9
* Remove reverse indentation from zed comments.Chris Dunlap2014-09-221-4/+5
* Cleanup zed loggingChris Dunlap2014-09-021-1/+1
* Replace zed_file_create_dirs() with mkdirp()Chris Dunlap2014-04-091-89/+0
* Initial implementation of zed (ZFS Event Daemon)Chris Dunlap2014-04-021-0/+316