Name Date Size #Lines LOC

..22-Aug-2023-

.github/H22-Aug-2023-839707

cmd/H22-Aug-2023-73,38253,040

config/H22-Aug-2023-15,75614,297

contrib/H22-Aug-2023-14,23511,076

etc/H22-Aug-2023-2,9892,154

include/H22-Aug-2023-89,75964,236

lib/H22-Aug-2023-74,00554,615

man/H22-Aug-2023-22,79322,649

module/H22-Aug-2023-356,395235,929

rpm/H22-Aug-2023-1,6561,418

scripts/H22-Aug-2023-4,4213,195

tests/H22-Aug-2023-173,12483,978

udev/H22-Aug-2023-4933

.editorconfigH A D22-Aug-2023138 118

.gitignoreH A D22-Aug-2023881 7166

AUTHORSH A D22-Aug-202312.2 KiB309303

CODE_OF_CONDUCT.mdH A D22-Aug-2023149 32

COPYRIGHTH A D22-Aug-20231.6 KiB3224

LICENSEH A D22-Aug-202318.5 KiB385313

METAH A D22-Aug-2023198 1110

Makefile.amH A D22-Aug-20236.8 KiB237190

NEWSH A D22-Aug-202394 42

NOTICEH A D22-Aug-20231.1 KiB1715

README.mdH A D22-Aug-20231.7 KiB3623

RELEASES.mdH A D22-Aug-20232.2 KiB3831

TESTH A D22-Aug-20231.3 KiB510

autogen.shH A D22-Aug-202359 52

configure.acH A D22-Aug-202316.6 KiB420413

copy-builtinH A D22-Aug-20231.5 KiB7556

zfs.release.inH A D22-Aug-202338 21

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.2-RELEASE.
36