Index of /freebsd/head/sys/cddl/boot/zfs
Name Last modified Size Description
Parent Directory 27-Sep-2011 02:40 -
blkptr.c 28-Sep-2014 13:54 2k
fletcher.c 27-Sep-2011 02:40 2k
lz4.c 02-Oct-2014 04:43 8k
lzjb.c 27-Sep-2011 02:40 2k
sha256.c 27-Sep-2011 02:40 4k
zfsimpl.h 10-Nov-2014 04:16 49k
zfssubr.c 28-Sep-2014 13:54 48k
zle.c 27-Sep-2011 02:40 2k
$FreeBSD: head/sys/cddl/boot/zfs/README 268075 2014-07-01 06:43:15Z delphij $
This directory contains various files derived from CDDL sources that
are used by the ZFS bootstrap:
fletcher.c checksum support
sha256.c checksum support
lz4.c compression support
lzjb.c compression support
blkptr.c ZFS embedded-data block pointers support
zfssubr.c checksum, compression and raidz support
zfsimpl.h mostly describing the physical layout
The files fletcher.c, lzjb.c, lz4.c, sha256.c and blkptr.c are largely identical
to the ZFS base code (with write support removed) and could be shared but that
might complicate future imports from Illumos.