summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet1-2/+2
2024-05-09bcachefs: ec_validate_checksums() -> bch2_dev_tryget()Kent Overstreet1-10/+12
2024-05-09bcachefs: ob_dev()Kent Overstreet1-5/+2
2024-05-09bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet1-2/+3
2024-05-09bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-22/+26
2024-05-09bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet1-5/+14
2024-05-09bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-1/+1
2024-05-09bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet1-13/+3
2024-05-09bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4Kent Overstreet1-62/+38
2024-05-09bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet1-3/+3
2024-05-09bcachefs: alloc_data_type_set()Kent Overstreet1-1/+1
2024-05-09bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet1-1/+4
2024-05-09bcachefs: bch2_bucket_ref_update()Kent Overstreet1-7/+7
2024-05-09bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()Kent Overstreet1-116/+135
2024-05-09bcachefs: mark_stripe_bucket cleanupKent Overstreet1-35/+65
2024-05-09bcachefs: bucket_data_type_mismatch()Kent Overstreet1-10/+9
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-5/+5
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-13/+13
2024-04-14bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet1-8/+6
2024-04-14bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet1-21/+25
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-3/+3
2024-03-14bcachefs: kill kvpmalloc()Kent Overstreet1-2/+2
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-2/+2
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet1-1/+1
2024-01-06bcachefs: unify stripe triggerKent Overstreet1-92/+72
2024-01-06bcachefs: move stripe triggers to ec.cKent Overstreet1-0/+321
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-1/+0
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet1-9/+6
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-11/+4
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-16/+8
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-1/+1
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet1-2/+2
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-25/+21
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet1-1/+1
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-5/+5
2023-11-14bcachefs: Guard against insufficient devices to create stripesKent Overstreet1-2/+14
2023-11-05bcachefs: Improve stripe checksum error messageKent Overstreet1-8/+13
2023-11-05bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet1-7/+3
2023-11-05bcachefs: bch2_stripe_to_text() now prints ptr gensKent Overstreet1-0/+1
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-16/+13
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-1/+5
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-20/+14
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+2
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-2/+1
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-48/+60
2023-10-23bcachefs: Convert more -EROFS to private error codesKent Overstreet1-3/+3
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-1/+2
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-8/+10
2023-10-23bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet1-17/+17