summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet1-1/+1
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-1/+1
2023-10-23bcachefs: Kill other unreachable() usesKent Overstreet1-1/+1
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-4/+1
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-1/+3
2023-10-23bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet1-2/+2
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-0/+1
2023-10-23bcachefs: New erasure coding shutdown pathKent Overstreet1-2/+2
2023-10-23bcachefs: Second layer of refcounting for new stripesKent Overstreet1-10/+26
2023-10-23bcachefs: Kill bch2_ec_bucket_written()Kent Overstreet1-1/+15
2023-10-23bcachefs: Plumb alloc_reserve through stripe create pathKent Overstreet1-2/+3
2023-10-23bcachefs: Simplify ec stripes heapKent Overstreet1-2/+0
2023-10-23bcachefs: Erasure coding: Track open stripesKent Overstreet1-0/+4
2023-10-23bcachefs: Erasure coding now uses bch2_bucket_alloc_transKent Overstreet1-1/+1
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-1/+1
2023-10-23bcachefs: Delete in memory ec backpointersKent Overstreet1-6/+0
2023-10-23bcachefs: ec_stripe_delete_work() now takes ref on c->writesKent Overstreet1-0/+2
2023-10-23bcachefs: More style fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Pull out data_update.cKent Overstreet1-0/+1
2023-10-23bcachefs: Initialize ec work structs earlyKent Overstreet1-0/+1
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-1/+1
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-1/+2
2023-10-23bcachefs: Move trigger fns to bkey_opsKent Overstreet1-0/+2
2023-10-23bcachefs: Kill bch2_ec_mem_alloc()Kent Overstreet1-2/+0
2023-10-23bcachefs: Split out struct gc_stripe from struct stripeKent Overstreet1-2/+1
2023-10-23bcachefs: Assorted ec fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet1-2/+1
2023-10-23bcachefs: Have fsck check for stripe pointers matching stripeKent Overstreet1-11/+26
2023-10-23bcachefs: Rework allocating buckets for stripesKent Overstreet1-4/+2
2023-10-23bcachefs: Factor out bch2_ec_stripes_heap_start()Kent Overstreet1-0/+2
2023-10-23bcachefs: Erasure coding fixes & refactoringKent Overstreet1-2/+44
2023-10-23bcachefs: Use separate new stripes for copygc and non-copygcKent Overstreet1-1/+2
2023-10-23bcachefs: Change allocations for ec stripes to blockingKent Overstreet1-2/+2
2023-10-23bcachefs: Don't read existing stripes synchronously in write pathKent Overstreet1-3/+4
2023-10-23bcachefs: Add BCH_BKEY_PTRS_MAXKent Overstreet1-4/+4
2023-10-23bcachefs: Account for stripe parity sectors separatelyKent Overstreet1-0/+2
2023-10-23bcachefs: Improvements to writing alloc infoKent Overstreet1-1/+1
2023-10-23bcachefs: Convert various code to printbufKent Overstreet1-0/+1
2023-10-23bcachefs: Allow existing stripes to be updated with new data bucketsKent Overstreet1-3/+3
2023-10-23bcachefs: Refactor stripe creationKent Overstreet1-1/+5
2023-10-23bcachefs: Move stripe creation to workqueueKent Overstreet1-3/+2
2023-10-23bcachefs: Improve stripe triggers/heap codeKent Overstreet1-0/+2
2023-10-23bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet1-2/+0
2023-10-23bcachefs: Fix bch2_ptr_swab for indirect extentsKent Overstreet1-0/+1
2023-10-23bcachefs: Deduplicate keys in the journal before replayKent Overstreet1-1/+2
2023-10-23bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet1-1/+1
2023-10-23bcachefs: Persist stripe blocks_usedKent Overstreet1-0/+52
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-5/+5
2023-10-23bcachefs: Stripes now properly subject to gcKent Overstreet1-3/+5
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+109