aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/bcachefs
AgeCommit message (Collapse)AuthorFilesLines
2024-09-09bcachefs: Fix a spelling error in docsXiaxi Shen1-1/+1
Signed-off-by: Xiaxi Shen <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
2024-05-08bcachefs: CodingStyleKent Overstreet2-0/+187
Signed-off-by: Kent Overstreet <[email protected]>
2024-04-06Documentation: filesystems: Add bcachefs toctreeBagas Sanjaya1-0/+11
Commit eb386617be4bdf ("bcachefs: Errcode tracepoint, documentation") adds initial bcachefs documentation (private error codes) but without any table of contents tree for the filesystem docs, hence Sphinx warns: Documentation/filesystems/bcachefs/errorcodes.rst: WARNING: document isn't included in any toctree Add bcachefs toctree to fix above warning. Fixes: eb386617be4b ("bcachefs: Errcode tracepoint, documentation") Signed-off-by: Bagas Sanjaya <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
2024-03-13bcachefs: Errcode tracepoint, documentationKent Overstreet1-0/+30
Add a tracepoint for downcasting private errors to standard errors, so they can be recovered even when not logged; also, add some documentation. Signed-off-by: Kent Overstreet <[email protected]>