aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/errcode.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: Replace ERANGE with private error codesGravatar Kent Overstreet 1-0/+2
2023-11-01bcachefs: bch_sb_field_errorsGravatar Kent Overstreet 1-0/+1
2023-10-31bcachefs: Guard against unknown compression optionsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: New superblock section members_v2Gravatar Hunter Shaffer 1-0/+1
2023-10-22bcachefs: More minor smatch fixesGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: trace_read_nopromote()Gravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Convert btree_err_type to normal error codesGravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: Make topology repair a normal recovery passGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: overlapping_extents_found()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Convert more -EROFS to private error codesGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: BCH_ERR_fsck -> EINVALGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix more lockdep splats in debug.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Use unlikely() in bch2_err_matches()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-0/+11
2023-10-22bcachefs: BTREE_ID_snapshot_treeGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch2_bkey_get_empty_slot()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Private error codes: ENOMEMGravatar Kent Overstreet 1-0/+75
2023-10-22bcachefs: Fix stripe reuse pathGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: RESERVE_stripeGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: don't block reads if we're promotingGravatar Daniel Hill 1-0/+1
2023-10-22bcachefs: Data update support for unwritten extentsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: New on disk format: BackpointersGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Btree write bufferGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Convert EAGAIN errors to private error codesGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Convert EROFS errors to private error codesGravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: Fix for long running btree transactions & key cacheGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 1-1/+39
2023-10-22bcachefs: Kill btree_insert_ret enumGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Add error path to btree_split()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Delete old deadlock avoidance codeGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Deadlock cycle detectorGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Add private error codes for ENOSPCGravatar Kent Overstreet 1-1/+15
2023-10-22bcachefs: Errcodes can now subtype standard error codesGravatar Kent Overstreet 1-45/+52
2023-10-22bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesGravatar Kent Overstreet 1-0/+9
2023-10-22bcachefs: Add distinct error code for key_cache_upgradeGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Convert fsck errors to errcode.hGravatar Kent Overstreet 1-2/+9
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-1/+24
2023-10-22bcachefs: Improved errcodesGravatar Kent Overstreet 1-6/+27
2023-10-22bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanupGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Convert bucket_alloc_ret to negative error codesGravatar Kent Overstreet 1-0/+12