summaryrefslogtreecommitdiff
path: root/fs/bcachefs/errcode.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: BCH_ERR_fsck -> EINVALKent Overstreet1-1/+1
2023-10-23bcachefs: Fix more lockdep splats in debug.cKent Overstreet1-1/+1
2023-10-23bcachefs: Use unlikely() in bch2_err_matches()Kent Overstreet1-1/+1
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-0/+11
2023-10-23bcachefs: BTREE_ID_snapshot_treeKent Overstreet1-0/+1
2023-10-23bcachefs: bch2_bkey_get_empty_slot()Kent Overstreet1-0/+1
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-0/+75
2023-10-23bcachefs: Fix stripe reuse pathKent Overstreet1-1/+1
2023-10-23bcachefs: RESERVE_stripeKent Overstreet1-0/+1
2023-10-23bcachefs: don't block reads if we're promotingDaniel Hill1-0/+1
2023-10-23bcachefs: Data update support for unwritten extentsKent Overstreet1-0/+1
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-0/+1
2023-10-23bcachefs: Btree write bufferKent Overstreet1-0/+2
2023-10-23bcachefs: Convert EAGAIN errors to private error codesKent Overstreet1-0/+5
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-1/+5
2023-10-23bcachefs: Fix for long running btree transactions & key cacheKent Overstreet1-0/+1
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-1/+39
2023-10-23bcachefs: Kill btree_insert_ret enumKent Overstreet1-0/+5
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