Name Date Size #Lines LOC

..--

READMEH A D16-Aug-2023639 1713

blake3_zfs.cH A D09-Jul-20222.6 KiB9840

blkptr.cH A D02-Sep-20142.2 KiB7420

fletcher.cH A D25-Aug-20162.4 KiB9760

gzip.cH A D25-May-20222.5 KiB9743

lzjb.cH A D04-Dec-20082.3 KiB7532

sha256.cH A D29-Apr-202210.8 KiB326210

skein_zfs.cH A D16-Aug-20232.6 KiB9140

zfsimpl.hH A D04-May-202469.8 KiB2,0841,239

zfssubr.cH A D09-Sep-202452 KiB1,8301,130

zle.cH A D12-Mar-20111.7 KiB5520

README

1
2This directory contains various files derived from CDDL sources that
3are used by the ZFS bootstrap:
4
5    fletcher.c			checksum support
6    sha256.c			checksum support
7    gzip.c			compression support
8    lz4.c			compression support
9    lzjb.c			compression support
10    blkptr.c			ZFS embedded-data block pointers support
11    zfssubr.c			checksum, compression and raidz support
12    zfsimpl.h			mostly describing the physical layout
13
14The files fletcher.c, lzjb.c, lz4.c, sha256.c and blkptr.c are largely identical
15to the ZFS base code (with write support removed) and could be shared but that
16might complicate future imports from Illumos.
17