2020-06-04 10:46:31 +08:00
|
|
|
![img](https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-halfsize.png)
|
2010-09-02 02:23:13 +08:00
|
|
|
|
2020-02-26 03:43:20 +08:00
|
|
|
OpenZFS is an advanced file system and volume manager which was originally
|
2017-09-23 09:54:34 +08:00
|
|
|
developed for Solaris and is now maintained by the OpenZFS community.
|
2020-02-26 03:43:20 +08:00
|
|
|
This repository contains the code for running OpenZFS on Linux and FreeBSD.
|
2017-09-23 09:54:34 +08:00
|
|
|
|
2020-02-26 03:43:20 +08:00
|
|
|
[![codecov](https://codecov.io/gh/openzfs/zfs/branch/master/graph/badge.svg)](https://codecov.io/gh/openzfs/zfs)
|
|
|
|
[![coverity](https://scan.coverity.com/projects/1973/badge.svg)](https://scan.coverity.com/projects/openzfs-zfs)
|
2016-12-10 03:48:12 +08:00
|
|
|
|
|
|
|
# Official Resources
|
2018-02-16 09:53:18 +08:00
|
|
|
|
2020-06-04 10:46:31 +08:00
|
|
|
* [Documentation](https://openzfs.github.io/openzfs-docs/) - for using and developing this repo
|
2020-02-26 03:43:20 +08:00
|
|
|
* [ZoL Site](https://zfsonlinux.org) - Linux release info & links
|
2020-06-04 10:46:31 +08:00
|
|
|
* [Mailing lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
|
2022-01-07 08:25:01 +08:00
|
|
|
* [OpenZFS site](https://openzfs.org/) - for conference videos and info on other platforms (illumos, OSX, Windows, etc)
|
2012-07-09 17:23:00 +08:00
|
|
|
|
2016-12-10 03:48:12 +08:00
|
|
|
# Installation
|
2018-02-16 09:53:18 +08:00
|
|
|
|
2020-10-09 00:33:53 +08:00
|
|
|
Full documentation for installing OpenZFS on your favorite operating system can
|
|
|
|
be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
|
2020-02-26 03:43:20 +08:00
|
|
|
|
2016-12-10 03:48:12 +08:00
|
|
|
# Contribute & Develop
|
2018-02-16 09:53:18 +08:00
|
|
|
|
2017-09-23 09:54:34 +08:00
|
|
|
We have a separate document with [contribution guidelines](./.github/CONTRIBUTING.md).
|
2018-02-16 09:53:18 +08:00
|
|
|
|
2020-02-26 03:43:20 +08:00
|
|
|
We have a [Code of Conduct](./CODE_OF_CONDUCT.md).
|
|
|
|
|
2018-02-16 09:53:18 +08:00
|
|
|
# Release
|
|
|
|
|
2020-02-26 03:43:20 +08:00
|
|
|
OpenZFS is released under a CDDL license.
|
2018-02-16 09:53:18 +08:00
|
|
|
For more details see the NOTICE, LICENSE and COPYRIGHT files; `UCRL-CODE-235197`
|
2018-05-31 11:11:19 +08:00
|
|
|
|
|
|
|
# Supported Kernels
|
2020-02-26 03:43:20 +08:00
|
|
|
* The `META` file contains the officially recognized supported Linux kernel versions.
|
2021-03-17 06:03:28 +08:00
|
|
|
* Supported FreeBSD versions are any supported branches and releases starting from 12.2-RELEASE.
|