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