]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/vdev_raidz_math.c
Add prototypes
[FreeBSD/FreeBSD.git] / module / zfs / vdev_raidz_math.c
2020-06-18 Arvind SankarAdd prototypes
2020-01-23 Romain DolbeauAdd AltiVec RAID-Z
2019-12-03 Matthew MacyWrap module_param_call() routines under __linux__
2019-10-24 Brian BehlendorfLinux 4.14, 4.19, 5.0+ compat: SIMD save/restore
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-05 Matthew MacyOpenZFS restructuring - move platform specific headers
2019-07-12 Brian BehlendorfLinux 5.0 compat: SIMD compatibility
2019-06-12 bnjfFix typo in vdev_raidz_math.c
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-02-08 Chris WilliamsonOpenZFS 7431 - ZFS Channel Programs
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2016-12-19 Brian BehlendorfFix file attributes
2016-12-16 Gvozden NeskovicABD: Adapt avx512bw raidz assembly
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 Romain DolbeauABD raidz NEON support
2016-11-29 Gvozden NeskovicABD raidz avx512f support
2016-11-29 Gvozden NeskovicABD Vectorized raidz
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-11-02 Romain DolbeauAdd parity generation/rebuild using AVX-512 for x86-64
2016-10-03 Romain DolbeauAdd parity generation/rebuild using 128-bits NEON for...
2016-08-22 Gvozden NeskovicLinux compat: Grsecurity kernel
2016-07-19 Gvozden NeskovicRAIDZ parity kstat rework
2016-07-19 Gvozden NeskovicFixes and enhancements of SIMD raidz parity
2016-07-13 Gvozden NeskovicAdd RAID-Z routines for SSE2 instruction set, in x86_64...
2016-07-11 Gvozden NeskovicAllow building with `CFLAGS="-O0"`
2016-06-21 Gvozden NeskovicSIMD implementation of vdev_raidz generate and reconstr...