NameDateSize

..11-Mar-202324

.cirrus.ymlH A D08-Oct-2023587

.editorconfigH A D22-Jun-2021138

.github/H31-Jan-202412

.gitignoreH A D17-Nov-20231 KiB

.mailmapH A D18-Apr-202412.7 KiB

AUTHORSH A D18-Apr-202426.2 KiB

autogen.shH A D08-Dec-20221.7 KiB

cmd/H03-May-202422

CODE_OF_CONDUCT.mdH A D27-Jan-2023145

config/H03-May-2024192

configure.acH A D17-Nov-20232.4 KiB

contrib/H18-Nov-202213

copy-builtinH A D19-May-20221.2 KiB

COPYRIGHTH A D22-Jun-20211.6 KiB

etc/H18-Nov-20229

include/H25-Apr-202423

lib/H08-Feb-202419

LICENSEH A D22-Jun-202118.5 KiB

Makefile.amH A D18-Nov-20225.8 KiB

man/H18-Apr-20248

METAH A D25-Apr-2024198

module/H18-Apr-202415

NEWSH A D22-Jun-202194

NOTICEH A D22-Jun-20211.1 KiB

README.mdH A D29-Nov-20231.7 KiB

RELEASES.mdH A D22-Jun-20212.2 KiB

rpm/H04-Jun-20226

scripts/H25-Apr-202425

TESTH A D22-Jun-20211.3 KiB

tests/H28-Dec-20237

udev/H31-Mar-20247

zfs.release.inH A D22-Jun-202138

README.md

1![img](https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-halfsize.png)
2
3OpenZFS is an advanced file system and volume manager which was originally
4developed for Solaris and is now maintained by the OpenZFS community.
5This repository contains the code for running OpenZFS on Linux and FreeBSD.
6
7[![codecov](https://codecov.io/gh/openzfs/zfs/branch/master/graph/badge.svg)](https://codecov.io/gh/openzfs/zfs)
8[![coverity](https://scan.coverity.com/projects/1973/badge.svg)](https://scan.coverity.com/projects/openzfs-zfs)
9
10# Official Resources
11
12  * [Documentation](https://openzfs.github.io/openzfs-docs/) - for using and developing this repo
13  * [ZoL Site](https://zfsonlinux.org) - Linux release info & links
14  * [Mailing lists](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
15  * [OpenZFS site](https://openzfs.org/) - for conference videos and info on other platforms (illumos, OSX, Windows, etc)
16
17# Installation
18
19Full documentation for installing OpenZFS on your favorite operating system can
20be found at the [Getting Started Page](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
21
22# Contribute & Develop
23
24We have a separate document with [contribution guidelines](./.github/CONTRIBUTING.md).
25
26We have a [Code of Conduct](./CODE_OF_CONDUCT.md).
27
28# Release
29
30OpenZFS is released under a CDDL license.
31For more details see the NOTICE, LICENSE and COPYRIGHT files; `UCRL-CODE-235197`
32
33# Supported Kernels
34  * The `META` file contains the officially recognized supported Linux kernel versions.
35  * Supported FreeBSD versions are any supported branches and releases starting from 12.4-RELEASE.
36