diff options
Diffstat (limited to 'Documentation/filesystems/bcachefs/index.rst')
-rw-r--r-- | Documentation/filesystems/bcachefs/index.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/filesystems/bcachefs/index.rst b/Documentation/filesystems/bcachefs/index.rst new file mode 100644 index 000000000000..e5c4c2120b93 --- /dev/null +++ b/Documentation/filesystems/bcachefs/index.rst @@ -0,0 +1,38 @@ +.. 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 |