summaryrefslogtreecommitdiff
path: root/fs/bcachefs/errcode.h
AgeCommit message (Expand)Author
2025-01-09bcachefs: Don't rely on snapshot_tree.master_subvol for reattachingKent Overstreet
2024-12-29bcachefs: check_extents_to_backpointers() now only checks buckets with mismat...Kent Overstreet
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet
2024-12-21bcachefs: BCH_ERR_insufficient_journal_devicesKent Overstreet
2024-12-21bcachefs: bch2_inum_to_path()Kent Overstreet
2024-12-21bcachefs: Issue a transaction restart after commit in repairKent Overstreet
2024-12-21bcachefs: Don't try to en/decrypt when encryption not availableKent Overstreet
2024-12-21bcachefs: errcode cleanup: journal errorsKent Overstreet
2024-12-21bcachefs: BCH_ERR_btree_node_read_error_cachedKent Overstreet
2024-12-21bcachefs: Don't BUG_ON() when superblock feature wasn't set for compressed dataKent Overstreet
2024-12-21bcachefs: Don't use a shared decompress workspace mempoolKent Overstreet
2024-12-21bcachefs: Implement bch2_btree_iter_prev_min()Kent Overstreet
2024-12-21bcachefs: bch2_run_explicit_recovery_pass() returns different error when not ...Kent Overstreet
2024-12-21bcachefs: Delete dead codeAlan Huang
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao
2024-10-29bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad
2024-10-09bcachefs: Disk accounting device validation fixesKent Overstreet
2024-09-21bcachefs: bch2_dev_remove_stripes()Kent Overstreet
2024-09-21bcachefs: EIO errcode cleanupKent Overstreet
2024-09-21bcachefs: BCH_WRITE_ALLOC_NOWAIT no longer applies to open bucket allocationKent Overstreet
2024-08-31bcachefs: Revert lockless buffered IO pathKent Overstreet
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet
2024-07-14bcachefs: Add error code to defer option parsingThomas Bertschinger
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet
2024-03-31bcachefs: Add checks for invalid snapshot IDsKent Overstreet
2024-03-13bcachefs: intercept mountoption value for bool typeHongbo Li
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Hongbo Li
2024-03-13bcachefs: Errcode tracepoint, documentationKent Overstreet
2024-03-13bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-03-10bcachefs: Kill some -EINVALsKent Overstreet
2024-01-05bcachefs: Split brain detectionKent Overstreet
2024-01-01bcachefs: better error message in btree_node_write_work()Kent Overstreet
2024-01-01bcachefs: Improve the nopromote tracepointKent Overstreet
2024-01-01bcachefs: check for failure to downgradeKent Overstreet
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet
2024-01-01bcachefs: BCH_ERR_opt_parse_errorKent Overstreet
2024-01-01bcachefs: Make journal replay more efficientKent Overstreet
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet
2023-11-25bcachefs: Data update path won't accidentaly grow replicasKent Overstreet
2023-11-05bcachefs: Replace ERANGE with private error codesKent Overstreet
2023-11-01bcachefs: bch_sb_field_errorsKent Overstreet
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet
2023-10-22bcachefs: New superblock section members_v2Hunter Shaffer