aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/errcode.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-06bcachefs: Add a better limit for maximum number of bucketsGravatar Kent Overstreet 1-0/+1
2024-03-31bcachefs: Add checks for invalid snapshot IDsGravatar Kent Overstreet 1-1/+2
2024-03-13bcachefs: intercept mountoption value for bool typeGravatar Hongbo Li 1-0/+1
2024-03-13bcachefs: Buffered write path now can avoid the inode lockGravatar Kent Overstreet 1-1/+2
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Gravatar Hongbo Li 1-0/+3
2024-03-13bcachefs: Errcode tracepoint, documentationGravatar Kent Overstreet 1-0/+1
2024-03-13bcachefs: Check for subvolume children when deleting subvolumesGravatar Kent Overstreet 1-0/+2
2024-03-13bcachefs: Kill more -EIO error codesGravatar Kent Overstreet 1-1/+5
2024-03-10bcachefs: Kill some -EINVALsGravatar Kent Overstreet 1-0/+2
2024-01-05bcachefs: Split brain detectionGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: better error message in btree_node_write_work()Gravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: Improve the nopromote tracepointGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: check for failure to downgradeGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: btree write buffer now slurps keys from journalGravatar Kent Overstreet 1-1/+0
2024-01-01bcachefs: BCH_ERR_opt_parse_errorGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: Make journal replay more efficientGravatar Kent Overstreet 1-1/+0
2024-01-01bcachefs: bch_sb_field_downgradeGravatar Kent Overstreet 1-0/+2
2024-01-01bcachefs: bch_sb.recovery_passes_requiredGravatar Kent Overstreet 1-0/+1
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageGravatar Kent Overstreet 1-0/+1
2023-11-25bcachefs: Data update path won't accidentaly grow replicasGravatar Kent Overstreet 1-1/+1
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