summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Switch ec_stripes_heap_lock to a mutexKent Overstreet1-17/+16
2023-10-23bcachefs: Fix erasure coding lockingKent Overstreet1-12/+7
2023-10-23bcachefs: Don't block on ec_stripe_head_lock with btree locks heldKent Overstreet1-6/+18
2023-10-23bcachefs: Erasure coding now uses bch2_bucket_alloc_transKent Overstreet1-6/+7
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-2/+2
2023-10-23bcachefs: Don't use key cache during fsckKent Overstreet1-1/+2
2023-10-23bcachefs: Delete in memory ec backpointersKent Overstreet1-28/+0
2023-10-23bcachefs: Erasure coding now uses backpointersKent Overstreet1-30/+85
2023-10-23bcachefs: Debug mode for c->writes referencesKent Overstreet1-5/+5
2023-10-23bcachefs: ec_stripe_delete_work() now takes ref on c->writesKent Overstreet1-3/+11
2023-10-23bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-1/+1
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: New btree helpersKent Overstreet1-3/+1
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-4/+4
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-2/+2
2023-10-23bcachefs: Ratelimit ec error messageKent Overstreet1-19/+7
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-2/+2
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-7/+3
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-1/+2
2023-10-23bcachefs: ec_stripe_bkey_insert() -> for_each_btree_key_norestart()Kent Overstreet1-7/+6
2023-10-23bcachefs: Convert erasure coding to for_each_btree_key_commit()Kent Overstreet1-65/+47
2023-10-23bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-10/+10
2023-10-23bcachefs: Initialize ec work structs earlyKent Overstreet1-1/+4
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-2/+2
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-11/+21
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-9/+4
2023-10-23bcachefs: x-macroize alloc_reserve enumKent Overstreet1-4/+4
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-3/+4
2023-10-23bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet1-31/+29
2023-10-23bcachefs: Add iter_flags arg to bch2_btree_delete_range()Kent Overstreet1-1/+1
2023-10-23bcachefs: Kill bch2_ec_mem_alloc()Kent Overstreet1-40/+0
2023-10-23bcachefs: Refactor open_bucket codeKent Overstreet1-4/+4
2023-10-23bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet1-1/+1
2023-10-23bcachefs: Don't erasure code cached ptrsKent Overstreet1-7/+14
2023-10-23bcachefs: Split out struct gc_stripe from struct stripeKent Overstreet1-117/+30
2023-10-23bcachefs: Erasure coding fixesKent Overstreet1-7/+32
2023-10-23bcachefs: Push c->mark_lock usage down to where it is neededKent Overstreet1-1/+5
2023-10-23bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet1-5/+4
2023-10-23bcachefs: More enum stringsKent Overstreet1-1/+1