summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/errcode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-05bcachefs: btree read retry fixesKent Overstreet1-1/+0
2025-06-16bcachefs: Kill unused tracepointsKent Overstreet1-5/+0
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet1-0/+2
2025-06-02bcachefs: bch2_require_recovery_pass()Kent Overstreet1-2/+5
2025-05-30bcachefs: Mark bch_errcode helpers __attribute__((const))Kent Overstreet1-2/+4
2025-05-21bcachefs: bch2_run_explicit_recovery_pass() cleanupKent Overstreet1-1/+0
2025-05-21bcachefs: bch2_fsck_err_opt()Kent Overstreet1-0/+1
2025-05-21bcachefs: Async object debuggingKent Overstreet1-0/+1
2025-05-21bcachefs: BCH_FEATURE_small_imageKent Overstreet1-0/+1
2025-05-21bcachefs: BCH_FEATURE_no_alloc_infoKent Overstreet1-0/+1
2025-05-21bcachefs: Single device modeKent Overstreet1-0/+1
2025-05-21bcachefs: early return for negative values when parsing BCH_OPT_UINTIntegral1-0/+1
2025-05-07bcachefs: journal_shutdown is EROFS, not EIOKent Overstreet1-1/+1
2025-04-15bcachefs: Silence extent_poisoned error messagesKent Overstreet1-1/+1
2025-03-28bcachefs: Fix WARN() in bch2_bkey_pick_read_device()Kent Overstreet1-0/+1
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet1-0/+2
2025-03-24bcachefs: EIO cleanupKent Overstreet1-1/+17
2025-03-24bcachefs: Kill JOURNAL_ERRORS()Kent Overstreet1-4/+12
2025-03-24bcachefs: Validate bch_sb.offset fieldKent Overstreet1-0/+1
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet1-1/+3
2025-03-16bcachefs: BCH_ERR_data_read_buffer_too_smallKent Overstreet1-0/+2
2025-03-16bcachefs: Convert read path to standard error codesKent Overstreet1-0/+13
2025-03-14bcachefs: trace_stripe_createKent Overstreet1-0/+2
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet1-0/+1
2025-03-14bcachefs: data_update now checks for extents that can't be movedKent Overstreet1-0/+1
2025-03-14bcachefs: bcachefs_metadata_version_extent_flagsKent Overstreet1-0/+1
2025-03-14bcachefs: bch2_request_incompat_feature() now returns error codeKent Overstreet1-0/+1
2025-03-14bcachefs: bch2_btree_node_scrub()Kent Overstreet1-0/+1
2025-03-14bcachefs: Bail out early on alloc_nowait data updatesKent Overstreet1-0/+1
2025-03-14bcachefs: bch2_update_unwritten_extent() no longer depends on wbioKent Overstreet1-0/+4
2025-03-14bcachefs: btree_node_(rewrite|update_key) cleanupKent Overstreet1-0/+1
2025-01-09bcachefs: Don't rely on snapshot_tree.master_subvol for reattachingKent Overstreet1-0/+1
2024-12-29bcachefs: check_extents_to_backpointers() now only checks buckets with mismat...Kent Overstreet1-0/+1
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet1-0/+3
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet1-0/+1
2024-12-21bcachefs: BCH_ERR_insufficient_journal_devicesKent Overstreet1-0/+1
2024-12-21bcachefs: bch2_inum_to_path()Kent Overstreet1-0/+1
2024-12-21bcachefs: Issue a transaction restart after commit in repairKent Overstreet1-0/+1
2024-12-21bcachefs: Don't try to en/decrypt when encryption not availableKent Overstreet1-0/+1
2024-12-21bcachefs: errcode cleanup: journal errorsKent Overstreet1-0/+2
2024-12-21bcachefs: BCH_ERR_btree_node_read_error_cachedKent Overstreet1-0/+1
2024-12-21bcachefs: Don't BUG_ON() when superblock feature wasn't set for compressed dataKent Overstreet1-0/+1
2024-12-21bcachefs: Don't use a shared decompress workspace mempoolKent Overstreet1-1/+0
2024-12-21bcachefs: Implement bch2_btree_iter_prev_min()Kent Overstreet1-1/+0
2024-12-21bcachefs: bch2_run_explicit_recovery_pass() returns different error when not ...Kent Overstreet1-1/+3
2024-12-21bcachefs: Delete dead codeAlan Huang1-1/+0
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao1-0/+1
2024-10-29bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui1-0/+1
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad1-0/+1
2024-10-09bcachefs: Disk accounting device validation fixesKent Overstreet1-1/+2