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