Name Date Size #Lines LOC

..--

.github/H05-Sep-2024-925742

cmd/H05-Sep-2024-73,51352,944

config/H05-Sep-2024-17,78316,137

contrib/H05-Sep-2024-13,90010,806

etc/H05-Sep-2024-2,9092,095

include/H05-Sep-2024-90,31564,597

lib/H05-Sep-2024-75,06255,298

man/H05-Sep-2024-23,34623,199

module/H05-Sep-2024-355,926235,706

rpm/H05-Sep-2024-1,7191,467

scripts/H05-Sep-2024-4,4553,211

tests/H05-Sep-2024-175,13684,984

udev/H05-Sep-2024-4933

.editorconfigHD05-Sep-2024138 118

.gitignoreHD05-Sep-2024881 7166

AUTHORSHD05-Sep-202412.2 KiB309303

CODE_OF_CONDUCT.mdHD05-Sep-2024145 32

COPYRIGHTHD05-Sep-20241.6 KiB3224

LICENSEHD05-Sep-202418.5 KiB385313

METAHD05-Sep-2024198 1110

Makefile.amHD05-Sep-20247.1 KiB247199

NEWSHD05-Sep-202494 42

NOTICEHD05-Sep-20241.1 KiB1715

README.mdHD05-Sep-20241.7 KiB3623

RELEASES.mdHD05-Sep-20242.2 KiB3831

TESTHD05-Sep-20241.3 KiB510

autogen.shHD05-Sep-202459 52

configure.acHD05-Sep-202416.7 KiB421414

copy-builtinHD05-Sep-20241.2 KiB5136

zfs.release.inHD05-Sep-202438 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