aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/raidz_test
Commit message (Expand)AuthorAgeFilesLines
* RAID-Z expansion featureDon Brady2023-11-083-199/+12
* 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-113-3/+3
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* autoconf: use include directives instead of recursing down cmdнаб2022-05-102-14/+9
* autoconf: use include directives instead of recursing down libнаб2022-05-101-7/+5
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-153-8/+7
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+1
* raidz_test: silence unsigned >=0 warningsнаб2022-02-182-11/+14
* 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
* Removed duplicated includesAndrea Gelmini2021-03-221-2/+0
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-191-2/+0
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+2
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-2/+3
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-133-50/+314
* Unconditionally enable debugging for libzpoolSerapheim Dimitropoulos2020-07-101-1/+1
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-2/+2
* Clean up lib dependenciesArvind Sankar2020-07-101-3/+3
* Mark functions as staticArvind Sankar2020-06-181-2/+2
* Fixed LDADD library links in Makefiles for cross compilation buildsPetros Koutoupis2020-05-091-0/+1
* Add AltiVec RAID-ZRomain Dolbeau2020-01-231-0/+1
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-1/+1
* OpenZFS restructuring - libsplMatthew Macy2019-10-021-4/+0
* Support -fsanitize=address with --enable-asanBrian Behlendorf2018-01-101-2/+5
* Simplify threads, mutexs, cvs and rwlocksBrian Behlendorf2017-08-111-4/+2
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-2/+0
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-041-0/+2
* Fix "undefined reference to xdr_control" when building raidz_test cmdSen Haerens2017-03-281-0/+1
* 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-122-41/+36
* ABD raidz avx512f supportGvozden Neskovic2016-11-291-15/+1
* ABD Vectorized raidzGvozden Neskovic2016-11-293-46/+49
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-292-0/+14
* Add parity generation/rebuild using AVX-512 for x86-64Romain Dolbeau2016-11-021-0/+2
* Add parity generation/rebuild using 128-bits NEON for Aarch64Romain Dolbeau2016-10-031-0/+2
* raidz_test: respect wall timeGvozden Neskovic2016-09-302-10/+28
* Fixes and enhancements of SIMD raidz parityGvozden Neskovic2016-07-191-20/+6
* Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.Gvozden Neskovic2016-07-131-1/+2
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-215-0/+1139