NameDateSize

..22-Jun-20213

blake3_zfs.cH A D09-Jul-20222.6 KiB

blkptr.cH A D22-Jun-20212.2 KiB

fletcher.cH A D22-Jun-20212.4 KiB

gzip.cH A D10-Jun-20222.5 KiB

lzjb.cH A D22-Jun-20212.3 KiB

READMEH A D17-Aug-2023639

sha256.cH A D05-May-202210.8 KiB

skein_zfs.cH A D17-Aug-20232.6 KiB

zfsimpl.hH A D01-Jun-202469.8 KiB

zfssubr.cH A D17-Aug-202352 KiB

zle.cH A D22-Jun-20211.7 KiB

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