mirror_zfs/cmd
Romain Dolbeau 7f547f85fe Add parity generation/rebuild using AVX-512 for x86-64
avx512f should work on all AVX512 hardware, since it only uses
Foundation instructions.

avx512bw should be faster on hardware supporting the AVW512BW
extension. We can use full-width pshufb (instead of relying on the 256
bits AVX2 pshufb). As a side-effect, the code is also unrolled more.

Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Gvozden Neskovic <neskovic@gmail.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Romain Dolbeau <romain.github@dolbeau.name>
Closes #5219
2016-11-02 12:40:23 -07:00
..
arc_summary Correct style in arcstat and arc_summary 2016-10-06 10:04:54 -07:00
arcstat Correct exit code for dbufstat -v and arcstat -v 2016-10-06 10:52:21 -07:00
dbufstat Correct exit code for dbufstat -v and arcstat -v 2016-10-06 10:52:21 -07:00
fsck_zfs
mount_zfs
raidz_test Add parity generation/rebuild using AVX-512 for x86-64 2016-11-02 12:40:23 -07:00
vdev_id
zdb Fix coverity defects: CID 147511, 147513 2016-10-24 13:37:38 -07:00
zed Fix statechange-led.sh & unnecessary libdevmapper warning 2016-10-25 11:05:30 -07:00
zfs Add support for user/group dnode accounting & quota 2016-10-07 09:45:13 -07:00
zhack
zinject
zpios Fix coverity defects: CID 147643, 152204, 49339 2016-10-18 10:43:22 -07:00
zpool Allow for '-o feature@<feature>=disabled' on the command line 2016-10-25 16:17:47 -07:00
zstreamdump
ztest Fix coverity defects: CID 147606, 147609 2016-10-12 11:16:47 -07:00
zvol_id
Makefile.am