|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| .github/ | H | - | - | 3,710 | 2,697 |
| cmd/ | H | - | - | 83,202 | 60,954 |
| config/ | H | - | - | 16,096 | 14,642 |
| contrib/ | H | - | - | 17,296 | 13,501 |
| etc/ | H | - | - | 2,921 | 2,103 |
| include/ | H | - | - | 91,160 | 64,636 |
| lib/ | H | - | - | 76,828 | 56,763 |
| man/ | H | - | - | 30,139 | 29,959 |
| module/ | H | - | - | 426,859 | 296,866 |
| rpm/ | H | - | - | 1,837 | 1,573 |
| scripts/ | H | - | - | 5,442 | 3,608 |
| tests/ | H | - | - | 234,378 | 123,025 |
| udev/ | H | - | - | 987 | 578 |
| .editorconfig | H A D | 14-Apr-2021 | 138 | 11 | 8 |
| .gitignore | H A D | 17-Nov-2023 | 1 KiB | 91 | 85 |
| .mailmap | H A D | 14-Mar-2026 | 15 KiB | 248 | 243 |
| AUTHORS | H A D | 14-Mar-2026 | 29.8 KiB | 744 | 738 |
| CODE_OF_CONDUCT.md | H A D | 25-Jan-2023 | 145 | 3 | 2 |
| COPYRIGHT | H A D | 27-Aug-2020 | 1.6 KiB | 32 | 24 |
| LICENSE | H A D | 27-Aug-2020 | 18.5 KiB | 385 | 313 |
| META | H A D | 14-Mar-2026 | 199 | 11 | 10 |
| Makefile.am | H A D | 14-Mar-2026 | 6.1 KiB | 218 | 178 |
| NEWS | H A D | 28-Aug-2020 | 94 | 4 | 2 |
| NOTICE | H A D | 27-Aug-2020 | 1.1 KiB | 17 | 15 |
| README.md | H A D | 19-Mar-2026 | 2.7 KiB | 72 | 40 |
| RELEASES.md | H A D | 27-Jan-2025 | 2.2 KiB | 38 | 31 |
| TEST | H A D | 27-Aug-2020 | 1.3 KiB | 51 | 0 |
| autogen.sh | H A D | 14-Mar-2026 | 124 | 5 | 1 |
| configure.ac | H A D | 21-Jun-2025 | 2.6 KiB | 95 | 87 |
| copy-builtin | H A D | 14-Mar-2026 | 1.2 KiB | 54 | 39 |
| zfs.release.in | H A D | 27-Aug-2020 | 38 | 2 | 1 |
README.md
1
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[](https://codecov.io/gh/openzfs/zfs)
8[](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 and Distributions
34
35## Linux
36
37Given the wide variety of Linux environments, we prioritize development and testing on stable, supported kernels and distributions.
38
39### Kernel ([kernel.org](https://kernel.org))
40
41All **longterm** kernels from [kernel.org](https://kernel.org) are supported. **stable** kernels are usually supported in the next OpenZFS release.
42
43**Supported longterm kernels**: **6.18**, **6.12**, **6.6**, **6.1**, **5.15**, **5.10**.
44
45### Red Hat Enterprise Linux (RHEL)
46
47All RHEL (and compatible systems: AlmaLinux OS, Rocky Linux, etc) on the **full** or **maintenance** support tracks are supported.
48
49**Supported RHEL releases**: **8.10**, **9.7**, **10.1**.
50
51### Ubuntu
52
53All Ubuntu **LTS** releases are supported.
54
55**Supported Ubuntu releases**: **24.04 “Noble”**, **22.04 “Jammy”**.
56
57### Debian
58
59All Debian **stable** and **LTS** releases are supported.
60
61**Supported Debian releases**: **13 “Trixie”**, **12 “Bookworm”**, **11 “Bullseye”**.
62
63### Other Distributions
64
65Generally, if a distribution is following an LTS kernel, it should work well with OpenZFS.
66
67## FreeBSD
68
69All FreeBSD releases receiving [security support](https://www.freebsd.org/security/#sup) are supported by OpenZFS.
70
71**Supported FreeBSD releases**: **15.0**, **14.4**, **13.5**.
72