summaryrefslogtreecommitdiff
path: root/fs/bcachefs/errcode.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-29bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet1-0/+1
2023-11-26bcachefs: Data update path won't accidentaly grow replicasKent Overstreet1-1/+1
2023-11-05bcachefs: Replace ERANGE with private error codesKent Overstreet1-0/+2
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet1-0/+1
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet1-0/+1
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer1-0/+1
2023-10-23bcachefs: More minor smatch fixesKent Overstreet1-0/+1
2023-10-23bcachefs: trace_read_nopromote()Kent Overstreet1-1/+8
2023-10-23bcachefs: Break up io.cKent Overstreet1-0/+4
2023-10-23bcachefs: Convert btree_err_type to normal error codesKent Overstreet1-0/+6
2023-10-23bcachefs: Make topology repair a normal recovery passKent Overstreet1-1/+0
2023-10-23bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet1-1/+1
2023-10-23bcachefs: overlapping_extents_found()Kent Overstreet1-0/+1
2023-10-23bcachefs: Convert more -EROFS to private error codesKent Overstreet1-0/+3
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