summaryrefslogtreecommitdiff
path: root/fs/bcachefs/errcode.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Add error path to btree_split()Kent Overstreet1-0/+1
2023-10-23bcachefs: Delete old deadlock avoidance codeKent Overstreet1-1/+0
2023-10-23bcachefs: Deadlock cycle detectorKent Overstreet1-0/+1
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-1/+15
2023-10-23bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-45/+52
2023-10-23bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesKent Overstreet1-0/+9
2023-10-23bcachefs: Add distinct error code for key_cache_upgradeKent Overstreet1-0/+1
2023-10-23bcachefs: Convert fsck errors to errcode.hKent Overstreet1-2/+9
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+24
2023-10-23bcachefs: Improved errcodesKent Overstreet1-6/+27
2023-10-23bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanupKent Overstreet1-0/+1
2023-10-23bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet1-0/+12