aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/raidz_test/raidz_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-2/+0
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-2/+1
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+1
* raidz_test: silence unsigned >=0 warningsнаб2022-02-181-4/+5
* raidz_test: init_rand: fix unused, remove argsusedнаб2021-12-211-6/+2
* raidz_test: use only async-signal-safe functions in signal handlerнаб2021-05-201-6/+15
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-191-2/+0
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-2/+3
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-45/+285
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-1/+1
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-111-4/+2
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-0/+2
* OpenZFS 6871 - libzpool implementation of thread_create should enforce length...George Melikov2017-01-241-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-36/+31
* ABD raidz avx512f supportGvozden Neskovic2016-11-291-15/+1
* ABD Vectorized raidzGvozden Neskovic2016-11-291-36/+42
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-0/+11
* raidz_test: respect wall timeGvozden Neskovic2016-09-301-9/+23
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-211-0/+770