freebsd-dev/sys/contrib/openzfs
Mateusz Guzik aebc96831f zfs: lz4: add optional kmem_alloc support
lz4 port from illumos to Linux added a 16KB per-CPU cache to accommodate for
the missing 16KB malloc. FreeBSD supports this size, making the extra cache
harmful as it can't share buckets.
2020-11-05 03:25:23 +00:00
..
.github OpenZFS: MFV 2.0-rc3-gfc5966 2020-10-01 23:28:21 +00:00
cmd Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
config Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
contrib Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
etc Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
include zfs: use rms lock for teardown handling 2020-11-04 21:22:41 +00:00
lib Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
man Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
module zfs: lz4: add optional kmem_alloc support 2020-11-05 03:25:23 +00:00
rpm Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
scripts Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
tests Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
udev
AUTHORS
autogen.sh
CODE_OF_CONDUCT.md Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
configure.ac Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
copy-builtin Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
COPYRIGHT
cppcheck-suppressions.txt
LICENSE
Makefile.am
META Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
NEWS ZFS: MFV 2.0-rc1-ga00c61 2020-08-28 18:53:45 +00:00
NOTICE
README.md Update OpenZFS to 2.0.0-rc3-gfc5966 2020-10-17 01:06:04 +00:00
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.