Go to file
Rich Ercolani fb823061b0 Fix cross-endian interoperability of zstd
It turns out that layouts of union bitfields are a pain, and the
current code results in an inconsistent layout between BE and LE
systems, leading to zstd-active datasets on one erroring out on
the other.

Switch everyone over to the LE layout, and add compatibility code
to read both.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Matthew Ahrens <mahrens@delphix.com>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #12008
Closes #12022
2021-11-12 15:24:36 -08:00
.github CI: generate ABI files if changed 2021-11-12 15:22:08 -08:00
cmd Fix cross-endian interoperability of zstd 2021-11-12 15:24:36 -08:00
config Linux 5.15 compat: get_acl() 2021-09-22 15:19:08 -07:00
contrib
etc
include Fix cross-endian interoperability of zstd 2021-11-12 15:24:36 -08:00
lib file reference counts can get corrupted 2021-09-22 15:19:08 -07:00
man zed: reap child after killing on time-out 2021-06-23 13:22:15 -07:00
module Fix cross-endian interoperability of zstd 2021-11-12 15:24:36 -08:00
rpm RPM: Explicitly set the required min/max kernel version for the DKMS package 2021-06-23 13:22:15 -07:00
scripts
tests Livelist logic should handle dedup blkptrs 2021-09-22 15:19:08 -07:00
udev
.editorconfig
.gitignore
.gitmodules
AUTHORS
autogen.sh
CODE_OF_CONDUCT.md
configure.ac
copy-builtin
COPYRIGHT
LICENSE
Makefile.am cppcheck: integrete cppcheck 2021-06-23 13:22:15 -07:00
META Tag zfs-2.0.6 2021-09-22 15:19:08 -07:00
NEWS
NOTICE
README.md
TEST
zfs.release.in

img

OpenZFS is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the OpenZFS community. This repository contains the code for running OpenZFS on Linux and FreeBSD.

codecov coverity

Official Resources

Installation

Full documentation for installing OpenZFS on your favorite operating system can be found at the Getting Started Page.

Contribute & Develop

We have a separate document with contribution guidelines.

We have a Code of Conduct.

Release

OpenZFS is released under a CDDL license. For more details see the NOTICE, LICENSE and COPYRIGHT files; UCRL-CODE-235197

Supported Kernels

  • The META file contains the officially recognized supported Linux kernel versions.
  • Supported FreeBSD versions are 12-STABLE and 13-CURRENT.