summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec.c
AgeCommit message (Expand)Author
2023-09-13bcachefs: Heap allocate btree_transKent Overstreet
2023-09-12bcachefs: Break up io.cKent Overstreet
2023-09-11bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-08-28bcachefs: Assorted fixes for clangKent Overstreet
2023-08-28bcachefs: Convert more -EROFS to private error codesKent Overstreet
2023-08-28bcachefs: Change check for invalid key typesKent Overstreet
2023-08-28bcachefs: Assorted sparse fixesKent Overstreet
2023-08-28bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet
2023-08-28bcachefs: New error message helpersKent Overstreet
2023-08-28bcachefs: ec: Fix a lost wakeupKent Overstreet
2023-08-28bcachefs: allocate_dropping_locks()Kent Overstreet
2023-08-28bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet
2023-08-28bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-08-28bcachefs: bkey_ops.min_val_sizeKent Overstreet
2023-08-28bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet
2023-08-28bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet
2023-08-28bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster
2023-08-28bcachefs: New erasure coding shutdown pathKent Overstreet
2023-08-28bcachefs: Private error codes: ENOMEMKent Overstreet
2023-08-28bcachefs: Fix stripe create error pathKent Overstreet
2023-08-28bcachefs: Improve bch2_new_stripes_to_text()Kent Overstreet
2023-08-28bcachefs: Simplify stripe_idx_to_deleteKent Overstreet
2023-08-28bcachefs: Second layer of refcounting for new stripesKent Overstreet
2023-08-28bcachefs: ec: fall back to creating new stripes for copygcKent Overstreet
2023-08-28bcachefs: Extent helper improvementsKent Overstreet
2023-08-28bcachefs: Rework open bucket partial list allocationKent Overstreet
2023-08-28bcachefs: Fix "btree node in stripe" errorKent Overstreet
2023-08-28bcachefs: Kill bch2_ec_bucket_written()Kent Overstreet
2023-08-28bcachefs: Improve bch2_new_stripes_to_text()Kent Overstreet
2023-08-28bcachefs: Fix stripe reuse pathKent Overstreet
2023-08-28bcachefs: RESERVE_stripeKent Overstreet
2023-08-28bcachefs: More stripe create cleanup/fixesKent Overstreet
2023-08-28bcachefs: Plumb alloc_reserve through stripe create pathKent Overstreet
2023-08-28bcachefs: ec: Improve error message for btree node in stripeKent Overstreet
2023-08-28bcachefs: ec: Ensure new stripe is closed in error pathKent Overstreet
2023-08-28bcachefs: ec: zero_out_rest_of_ec_bucket()Kent Overstreet
2023-08-28bcachefs: Improve bch2_stripe_to_text()Kent Overstreet
2023-08-28bcachefs: get_stripe_key_trans()Kent Overstreet
2023-08-28bcachefs: Fix erasure coding shutdown pathKent Overstreet
2023-08-28bcachefs: Fix buffer overrun in ec_stripe_update_extent()Kent Overstreet
2023-08-28bcachefs: Simplify ec stripes heapKent Overstreet
2023-08-28bcachefs: Erasure coding: Track open stripesKent Overstreet
2023-08-28bcachefs: Stripe deletion now checks what it's deletingKent Overstreet
2023-08-28bcachefs: Improve c->writes refcounting for stripe create pathKent Overstreet
2023-08-28bcachefs: Switch ec_stripes_heap_lock to a mutexKent Overstreet
2023-08-28bcachefs: Fix erasure coding lockingKent Overstreet
2023-08-28bcachefs: Don't block on ec_stripe_head_lock with btree locks heldKent Overstreet
2023-08-28bcachefs: Erasure coding now uses bch2_bucket_alloc_transKent Overstreet
2023-08-28bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet
2023-08-28bcachefs: Don't use key cache during fsckKent Overstreet