1.. SPDX-License-Identifier: GPL-2.0
2
3======================
4bcachefs Documentation
5======================
6
7Subsystem-specific development process notes
8--------------------------------------------
9
10Development notes specific to bcachefs. These are intended to supplement
11:doc:`general kernel development handbook </process/index>`.
12
13.. toctree::
14   :maxdepth: 1
15   :numbered:
16
17   CodingStyle
18   SubmittingPatches
19
20Filesystem implementation
21-------------------------
22
23Documentation for filesystem features and their implementation details.
24At this moment, only a few of these are described here.
25
26.. toctree::
27   :maxdepth: 1
28   :numbered:
29
30   casefolding
31   errorcodes
32