summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/ec.h
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet13 days1-2/+2
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet14 days1-1/+2
* bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet2024-04-131-0/+2
* bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-051-2/+1
* bcachefs: unify stripe triggerKent Overstreet2024-01-051-5/+4
* bcachefs: move stripe triggers to ec.cKent Overstreet2024-01-051-0/+3
* bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet2023-11-051-1/+1
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-1/+1
* bcachefs: Kill other unreachable() usesKent Overstreet2023-10-221-1/+1
* bcachefs: Assorted fixes for clangKent Overstreet2023-10-221-4/+1
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-1/+3
* bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet2023-10-221-2/+2
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-0/+1
* bcachefs: New erasure coding shutdown pathKent Overstreet2023-10-221-2/+2
* bcachefs: Second layer of refcounting for new stripesKent Overstreet2023-10-221-10/+26
* bcachefs: Kill bch2_ec_bucket_written()Kent Overstreet2023-10-221-1/+15
* bcachefs: Plumb alloc_reserve through stripe create pathKent Overstreet2023-10-221-2/+3
* bcachefs: Simplify ec stripes heapKent Overstreet2023-10-221-2/+0
* bcachefs: Erasure coding: Track open stripesKent Overstreet2023-10-221-0/+4
* bcachefs: Erasure coding now uses bch2_bucket_alloc_transKent Overstreet2023-10-221-1/+1
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-1/+1
* bcachefs: Delete in memory ec backpointersKent Overstreet2023-10-221-6/+0
* bcachefs: ec_stripe_delete_work() now takes ref on c->writesKent Overstreet2023-10-221-0/+2
* bcachefs: More style fixesKent Overstreet2023-10-221-2/+2
* bcachefs: Pull out data_update.cKent Overstreet2023-10-221-0/+1
* bcachefs: Initialize ec work structs earlyKent Overstreet2023-10-221-0/+1
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-1/+1
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-1/+2
* bcachefs: Move trigger fns to bkey_opsKent Overstreet2023-10-221-0/+2
* bcachefs: Kill bch2_ec_mem_alloc()Kent Overstreet2023-10-221-2/+0
* bcachefs: Split out struct gc_stripe from struct stripeKent Overstreet2023-10-221-2/+1
* bcachefs: Assorted ec fixesKent Overstreet2023-10-221-2/+2
* bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet2023-10-221-2/+1
* bcachefs: Have fsck check for stripe pointers matching stripeKent Overstreet2023-10-221-11/+26
* bcachefs: Rework allocating buckets for stripesKent Overstreet2023-10-221-4/+2
* bcachefs: Factor out bch2_ec_stripes_heap_start()Kent Overstreet2023-10-221-0/+2
* bcachefs: Erasure coding fixes & refactoringKent Overstreet2023-10-221-2/+44
* bcachefs: Use separate new stripes for copygc and non-copygcKent Overstreet2023-10-221-1/+2
* bcachefs: Change allocations for ec stripes to blockingKent Overstreet2023-10-221-2/+2
* bcachefs: Don't read existing stripes synchronously in write pathKent Overstreet2023-10-221-3/+4
* bcachefs: Add BCH_BKEY_PTRS_MAXKent Overstreet2023-10-221-4/+4
* bcachefs: Account for stripe parity sectors separatelyKent Overstreet2023-10-221-0/+2
* bcachefs: Improvements to writing alloc infoKent Overstreet2023-10-221-1/+1
* bcachefs: Convert various code to printbufKent Overstreet2023-10-221-0/+1
* bcachefs: Allow existing stripes to be updated with new data bucketsKent Overstreet2023-10-221-3/+3
* bcachefs: Refactor stripe creationKent Overstreet2023-10-221-1/+5
* bcachefs: Move stripe creation to workqueueKent Overstreet2023-10-221-3/+2
* bcachefs: Improve stripe triggers/heap codeKent Overstreet2023-10-221-0/+2
* bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet2023-10-221-2/+0
* bcachefs: Fix bch2_ptr_swab for indirect extentsKent Overstreet2023-10-221-0/+1