Print this page
Integrated Edon-R hash function.

Split Close
Expand all
Collapse all
          --- old/usr/src/common/zfs/zfeature_common.c
          +++ new/usr/src/common/zfs/zfeature_common.c
↓ open down ↓ 152 lines elided ↑ open up ↑
 153  153  {
 154  154          zfeature_register(SPA_FEATURE_ASYNC_DESTROY,
 155  155              "com.delphix:async_destroy", "async_destroy",
 156  156              "Destroy filesystems asynchronously.", B_TRUE, B_FALSE, NULL);
 157  157          zfeature_register(SPA_FEATURE_EMPTY_BPOBJ,
 158  158              "com.delphix:empty_bpobj", "empty_bpobj",
 159  159              "Snapshots use less space.", B_TRUE, B_FALSE, NULL);
 160  160          zfeature_register(SPA_FEATURE_LZ4_COMPRESS,
 161  161              "org.illumos:lz4_compress", "lz4_compress",
 162  162              "LZ4 compression algorithm support.", B_FALSE, B_FALSE, NULL);
      163 +        zfeature_register(SPA_FEATURE_EDONR_CKSUM,
      164 +            "org.illumos:edonr_cksum", "edonr_cksum",
      165 +            "Edon-R-512/256 checksum algorithm support.", B_FALSE, B_FALSE,
      166 +            NULL);
 163  167  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX