mirror of https://github.com/torvalds/linux.git
39 lines
748 B
ReStructuredText
39 lines
748 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
======================
|
|
bcachefs Documentation
|
|
======================
|
|
|
|
Subsystem-specific development process notes
|
|
--------------------------------------------
|
|
|
|
Development notes specific to bcachefs. These are intended to supplement
|
|
:doc:`general kernel development handbook </process/index>`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:numbered:
|
|
|
|
CodingStyle
|
|
SubmittingPatches
|
|
|
|
Filesystem implementation
|
|
-------------------------
|
|
|
|
Documentation for filesystem features and their implementation details.
|
|
At this moment, only a few of these are described here.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:numbered:
|
|
|
|
casefolding
|
|
errorcodes
|
|
|
|
Future design
|
|
-------------
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
future/idle_work
|