1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
.. BTRFS documentation master file
Welcome to BTRFS documentation!
===============================
BTRFS is a modern copy on write (COW) filesystem for Linux aimed at
implementing advanced features while also focusing on fault tolerance, repair
and easy administration. You can read more about the features in the
:doc:`introduction<Introduction>` or choose from the pages below. Documentation
for command line tools :doc:`btrfs`, :doc:`mkfs.btrfs` and others
is in the :doc:`manual pages<man-index>`.
.. raw:: html
<table><tr><td class="main-table-col">
.. toctree::
:maxdepth: 1
:caption: Overview
Introduction
Status
man-index
Administration
Hardware
Feature-by-version
Kernel-by-version
CHANGES
Contributors
Glossary
INSTALL
Source-repositories
Interoperability
.. raw:: html
</td><td class="main-table-col">
.. toctree::
:maxdepth: 1
:caption: Features
Common-features
Custom-ioctls
Auto-repair
Balance
Compression
Checksumming
Convert
Deduplication
Defragmentation
Inline-files
Qgroups
Reflink
Resize
Scrub
Seeding-device
Send-receive
Subpage
Subvolumes
Swapfile
Tree-checker
Trim
Volume-management
Zoned-mode
.. raw:: html
</td><td class="main-table-col">
.. toctree::
:maxdepth: 1
:caption: Developer documentation
dev/Development-notes
dev/Developer-s-FAQ
DocConventions
dev/Experimental
dev/dev-btrfs-design
dev/dev-btrees
dev/On-disk-format
dev/dev-send-stream
dev/dev-json
dev/dev-internal-apis
dev/ReleaseChecklist
dev/GithubReviewWorkflow
dev/CmdLineConventions
btrfs-ioctl
.. raw:: html
</td></tr></table>
Need help?
----------
Assistance is available from the
`#btrfs channel on Libera Chat <https://web.libera.chat/#btrfs>`__
or the `linux-btrfs mailing list
<https://subspace.kernel.org/vger.kernel.org.html>`__. Issues with the
userspace btrfs tools can be reported to the `btrfs-progs issue tracker on
GitHub <https://github.com/kdave/btrfs-progs/issues>`__.
.. raw:: html
<hr />
This documentation is still work in progress, not everything from the original
wiki https://btrfs.wiki.kernel.org has been moved here. Below are starting points
for missing contents.
.. toctree::
:maxdepth: 1
:caption: TODO
trouble-index
|