]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zcommon/zfs_fletcher.c
Fix column width in 'zpool iostat -v' and 'zpool list -v'
[FreeBSD/FreeBSD.git] / module / zcommon / zfs_fletcher.c
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-03 Damian SzuberskiAdd `--enable-asan` and `--enable-ubsan` switches
2022-01-26 набClean up CSTYLEDs
2021-12-23 набlibzfs: fix unused, remove argsused
2020-12-11 Ryan MoellerFreeBSD: Implement sysctl for fletcher4 impl
2020-12-06 Brian BehlendorfReduce fletcher4 and raidz benchmark times
2020-08-26 Matthew MacyFreeBSD: disable neon usage
2019-12-03 Matthew MacyWrap module_param_call() routines under __linux__
2019-10-30 Romain DolbeauAdd AVX512BW variant of fletcher
2019-10-24 Brian BehlendorfLinux 4.14, 4.19, 5.0+ compat: SIMD save/restore
2019-10-11 Matthew MacyRemove linux/mod_compat.h from common code
2019-09-05 Matthew MacyOpenZFS restructuring - move platform specific headers
2019-07-17 Brian BehlendorfMinor style cleanup
2019-07-12 Brian BehlendorfLinux 5.0 compat: SIMD compatibility
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-08-09 Brian BehlendorfAdd libtpool (thread pools)
2017-02-01 David QuigleyUse fletcher_4 routines natively with `abd_iterate_func()`
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 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-11-04 Romain DolbeauAdd superscalar fletcher4
2016-10-21 Romain DolbeauFletcher4 algorithm implemented in pure NEON for Aarch6...
2016-10-11 Brian BehlendorfFix zfsctl_snapshot_{,un}mount() issues
2016-10-07 Brian BehlendorfFletcher4: Incremental updates and ctx calculation
2016-10-05 Gvozden NeskovicFletcher4: save/reload implementation context
2016-10-05 Gvozden NeskovicFletcher4: Incremental using SIMD
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-08-22 Gvozden NeskovicLinux compat: Grsecurity kernel
2016-08-16 Gvozden NeskovicRework of fletcher_4 module
2016-08-16 Gvozden NeskovicFletcher4 implementation using avx512f instruction set
2016-08-09 Gvozden NeskovicBuild user-space with different gcc optimization levels
2016-07-15 Tyler J. StacheckiImplementation of SSE optimized Fletcher-4
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-29 Brian BehlendorfVectorized fletcher_4 must be 128-bit aligned
2016-06-02 Jinshan XiongImplementation of AVX2 optimized Fletcher-4
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.