aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/errcode.h
AgeCommit message (Expand)AuthorFilesLines
14 daysbcachefs: Add a better limit for maximum number of bucketsKent Overstreet1-0/+1
2024-03-31bcachefs: Add checks for invalid snapshot IDsKent Overstreet1-1/+2
2024-03-13bcachefs: intercept mountoption value for bool typeHongbo Li1-0/+1
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet1-1/+2
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Hongbo Li1-0/+3
2024-03-13bcachefs: Errcode tracepoint, documentationKent Overstreet1-0/+1
2024-03-13bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet1-0/+2
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet1-1/+5
2024-03-10bcachefs: Kill some -EINVALsKent Overstreet1-0/+2
2024-01-05bcachefs: Split brain detectionKent Overstreet1-0/+1
2024-01-01bcachefs: better error message in btree_node_write_work()Kent Overstreet1-0/+1
2024-01-01bcachefs: Improve the nopromote tracepointKent Overstreet1-0/+1
2024-01-01bcachefs: check for failure to downgradeKent Overstreet1-0/+1
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-1/+0
2024-01-01bcachefs: BCH_ERR_opt_parse_errorKent Overstreet1-0/+1
2024-01-01bcachefs: Make journal replay more efficientKent Overstreet1-1/+0
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet1-0/+2
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet1-0/+1
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet1-0/+1
2023-11-25bcachefs: 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-01bcachefs: bch_sb_field_errorsKent Overstreet1-0/+1
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet1-0/+1
2023-10-22bcachefs: New superblock section members_v2Hunter Shaffer1-0/+1
2023-10-22bcachefs: More minor smatch fixesKent Overstreet1-0/+1
2023-10-22bcachefs: trace_read_nopromote()Kent Overstreet1-1/+8
2023-10-22bcachefs: Break up io.cKent Overstreet1-0/+4
2023-10-22bcachefs: Convert btree_err_type to normal error codesKent Overstreet1-0/+6
2023-10-22bcachefs: Make topology repair a normal recovery passKent Overstreet1-1/+0
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet1-1/+1
2023-10-22bcachefs: overlapping_extents_found()Kent Overstreet1-0/+1
2023-10-22bcachefs: Convert more -EROFS to private error codesKent Overstreet1-0/+3
2023-10-22bcachefs: BCH_ERR_fsck -> EINVALKent Overstreet1-1/+1
2023-10-22bcachefs: Fix more lockdep splats in debug.cKent Overstreet1-1/+1
2023-10-22bcachefs: Use unlikely() in bch2_err_matches()Kent Overstreet1-1/+1
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet1-0/+11
2023-10-22bcachefs: BTREE_ID_snapshot_treeKent Overstreet1-0/+1
2023-10-22bcachefs: bch2_bkey_get_empty_slot()Kent Overstreet1-0/+1
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet1-0/+75
2023-10-22bcachefs: Fix stripe reuse pathKent Overstreet1-1/+1
2023-10-22bcachefs: RESERVE_stripeKent Overstreet1-0/+1
2023-10-22bcachefs: don't block reads if we're promotingDaniel Hill1-0/+1
2023-10-22bcachefs: Data update support for unwritten extentsKent Overstreet1-0/+1
2023-10-22bcachefs: New on disk format: BackpointersKent Overstreet1-0/+1
2023-10-22bcachefs: Btree write bufferKent Overstreet1-0/+2
2023-10-22bcachefs: Convert EAGAIN errors to private error codesKent Overstreet1-0/+5
2023-10-22bcachefs: Convert EROFS errors to private error codesKent Overstreet1-1/+5
2023-10-22bcachefs: Fix for long running btree transactions & key cacheKent Overstreet1-0/+1
2023-10-22bcachefs: More errcode cleanupKent Overstreet1-1/+39
2023-10-22bcachefs: Kill btree_insert_ret enumKent Overstreet1-0/+5
2023-10-22bcachefs: Add error path to btree_split()Kent Overstreet1-0/+1
2023-10-22bcachefs: Delete old deadlock avoidance codeKent Overstreet1-1/+0
2023-10-22bcachefs: Deadlock cycle detectorKent Overstreet1-0/+1
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet1-1/+15
2023-10-22bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-45/+52
2023-10-22bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesKent Overstreet1-0/+9
2023-10-22bcachefs: Add distinct error code for key_cache_upgradeKent Overstreet1-0/+1
2023-10-22bcachefs: Convert fsck errors to errcode.hKent Overstreet1-2/+9
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+24
2023-10-22bcachefs: Improved errcodesKent Overstreet1-6/+27
2023-10-22bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanupKent Overstreet1-0/+1
2023-10-22bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet1-0/+12