summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: New error message helpersKent Overstreet1-2/+2
2023-10-23bcachefs: ec: Fix a lost wakeupKent Overstreet1-0/+1
2023-10-23bcachefs: allocate_dropping_locks()Kent Overstreet1-9/+2
2023-10-23bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-9/+6
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-6/+0
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-10/+9
2023-10-23bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet1-1/+2
2023-10-23bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster1-1/+1
2023-10-23bcachefs: New erasure coding shutdown pathKent Overstreet1-5/+49
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-7/+7
2023-10-23bcachefs: Fix stripe create error pathKent Overstreet1-6/+8
2023-10-23bcachefs: Improve bch2_new_stripes_to_text()Kent Overstreet1-5/+9
2023-10-23bcachefs: Simplify stripe_idx_to_deleteKent Overstreet1-5/+4
2023-10-23bcachefs: Second layer of refcounting for new stripesKent Overstreet1-11/+21
2023-10-23bcachefs: ec: fall back to creating new stripes for copygcKent Overstreet1-0/+8
2023-10-23bcachefs: Extent helper improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Rework open bucket partial list allocationKent Overstreet1-4/+4
2023-10-23bcachefs: Fix "btree node in stripe" errorKent Overstreet1-0/+3
2023-10-23bcachefs: Kill bch2_ec_bucket_written()Kent Overstreet1-17/+0
2023-10-23bcachefs: Improve bch2_new_stripes_to_text()Kent Overstreet1-8/+10
2023-10-23bcachefs: Fix stripe reuse pathKent Overstreet1-18/+34
2023-10-23bcachefs: RESERVE_stripeKent Overstreet1-20/+53
2023-10-23bcachefs: More stripe create cleanup/fixesKent Overstreet1-15/+23
2023-10-23bcachefs: Plumb alloc_reserve through stripe create pathKent Overstreet1-23/+17
2023-10-23bcachefs: ec: Improve error message for btree node in stripeKent Overstreet1-1/+14
2023-10-23bcachefs: ec: Ensure new stripe is closed in error pathKent Overstreet1-2/+2
2023-10-23bcachefs: ec: zero_out_rest_of_ec_bucket()Kent Overstreet1-3/+37
2023-10-23bcachefs: Improve bch2_stripe_to_text()Kent Overstreet1-6/+14
2023-10-23bcachefs: get_stripe_key_trans()Kent Overstreet1-9/+13
2023-10-23bcachefs: Fix erasure coding shutdown pathKent Overstreet1-1/+7
2023-10-23bcachefs: Fix buffer overrun in ec_stripe_update_extent()Kent Overstreet1-21/+14
2023-10-23bcachefs: Simplify ec stripes heapKent Overstreet1-44/+13
2023-10-23bcachefs: Erasure coding: Track open stripesKent Overstreet1-73/+158
2023-10-23bcachefs: Stripe deletion now checks what it's deletingKent Overstreet1-16/+56
2023-10-23bcachefs: Improve c->writes refcounting for stripe create pathKent Overstreet1-21/+33