aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_raidz_math.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-061-1/+1
* Convert some sprintf() calls to kmem_scnprintf()Richard Yao2022-11-281-2/+4
* Introduce kmem_scnprintf()Richard Yao2022-10-291-11/+12
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-9/+6
* Initialize parity blocks before RAID-Z reconstruction benchmarkingMark Johnston2021-08-231-0/+7
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-4/+4
* Reduce fletcher4 and raidz benchmark timesBrian Behlendorf2020-12-061-2/+2
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-5/+5
* FreeBSD: disable neon usageMatthew Macy2020-08-261-1/+1
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-1/+1
* Add prototypesArvind Sankar2020-06-181-2/+0
* Add AltiVec RAID-ZRomain Dolbeau2020-01-231-0/+3
* Wrap module_param_call() routines under __linux__Matthew Macy2019-12-031-1/+1
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-241-16/+4
* Make module tunables cross platformMatthew Macy2019-09-051-1/+0
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-051-1/+1
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-121-40/+65
* Fix typo in vdev_raidz_math.cbnjf2019-06-121-1/+1
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-1/+2
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-5/+5
* ABD: Adapt avx512bw raidz assemblyGvozden Neskovic2016-12-151-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-15/+15
* ABD raidz NEON supportRomain Dolbeau2016-11-291-2/+2
* ABD raidz avx512f supportGvozden Neskovic2016-11-291-1/+1
* ABD Vectorized raidzGvozden Neskovic2016-11-291-29/+10
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-5/+23
* Add parity generation/rebuild using AVX-512 for x86-64Romain Dolbeau2016-11-021-0/+6
* Add parity generation/rebuild using 128-bits NEON for Aarch64Romain Dolbeau2016-10-031-7/+11
* Linux compat: Grsecurity kernelGvozden Neskovic2016-08-221-10/+9
* RAIDZ parity kstat reworkGvozden Neskovic2016-07-191-40/+87
* Fixes and enhancements of SIMD raidz parityGvozden Neskovic2016-07-191-127/+154
* Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.Gvozden Neskovic2016-07-131-5/+4
* Allow building with `CFLAGS="-O0"`Gvozden Neskovic2016-07-111-1/+1
* SIMD implementation of vdev_raidz generate and reconstruct routinesGvozden Neskovic2016-06-211-0/+571