Go to file
Arvind Sankar bdb518c13a Make RPM_DEFINE_KMOD conditional on CONFIG_KERNEL
The configure variables won't be defined if CONFIG_KERNEL is disabled
and defining empty macros causes errors. The spec files do provide some
defaults if the macros are undefined.

Remove config conditionals in the tgz Makefile.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Closes #10564
2020-07-14 17:32:21 -07:00
.github
cmd
config Make RPM_DEFINE_KMOD conditional on CONFIG_KERNEL 2020-07-14 17:32:21 -07:00
contrib
etc
include
lib
man
module Fix LOR between dp_config_rwlock and spa_props_lock 2020-07-14 12:21:57 -07:00
rpm
scripts
tests
udev
.editorconfig
.gitignore
.gitmodules
.travis.yml
AUTHORS
CODE_OF_CONDUCT.md
COPYRIGHT
LICENSE
META
Makefile.am Fix parallel make srpm 2020-07-14 17:31:45 -07:00
NEWS
NOTICE
README.md
TEST
autogen.sh
configure.ac
copy-builtin
cppcheck-suppressions.txt
zfs.release.in

README.md

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 Linux distribution can be found at the ZoL Site.

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.