NameDateSize

..20-Dec-20163

blkptr.cH A D18-Aug-20162.2 KiB

fletcher.cH A D06-Feb-20182.4 KiB

lz4.cH A D18-Aug-20168.4 KiB

lzjb.cH A D18-Aug-20162.3 KiB

READMEH A D18-Aug-2016616

sha256.cH A D06-Feb-201810.8 KiB

skein_zfs.cH A D06-Feb-20182.7 KiB

zfsimpl.hH A D03-Oct-201953 KiB

zfssubr.cH A D14-Feb-201851.3 KiB

zle.cH A D18-Aug-20161.7 KiB

README

1$FreeBSD$
2
3This directory contains various files derived from CDDL sources that
4are used by the ZFS bootstrap:
5
6    fletcher.c			checksum support
7    sha256.c			checksum 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