freebsd-nq/module
Brian Behlendorf 9c905c550b Add linux sha2 support
The upstream ZFS code has correctly moved to a faster native sha2
implementation.  Unfortunately, under Linux that's going to be a little
problematic so we revert the code to the more portable version contained
in earlier ZFS releases.  Using the native sha2 implementation in Linux
is possible but the API is slightly different in kernel version user
space depending on which libraries are used.  Ideally, we need a fast
implementation of SHA256 which builds as part of ZFS this shouldn't be
that hard to do but it will take some effort.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-08-31 13:41:59 -07:00
..
avl Add linux kernel module support 2010-08-31 13:41:58 -07:00
nvpair Add linux kernel module support 2010-08-31 13:41:58 -07:00
unicode Add linux kernel module support 2010-08-31 13:41:58 -07:00
zcommon Add linux kernel module support 2010-08-31 13:41:58 -07:00
zfs Add linux sha2 support 2010-08-31 13:41:59 -07:00
.gitignore Add .gitignore files to exclude build products 2010-01-08 11:35:17 -08:00
Makefile.in Add build system 2010-08-31 13:41:27 -07:00