summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/rebalance.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-15/+27
* bcachefs: add progress stats to sysfsBrett Holman2023-10-221-6/+5
* bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet2023-10-221-4/+4
* bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet2023-10-221-0/+3
* bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet2023-10-221-1/+2
* bcachefs: Add error message for some allocation failuresKent Overstreet2023-10-221-1/+3
* bcachefs: Persist 64 bit io clocksKent Overstreet2023-10-221-5/+5
* bcachefs: Move journal reclaim to a kthreadKent Overstreet2023-10-221-1/+1
* bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet2023-10-221-0/+1
* bcachefs: Convert various code to printbufKent Overstreet2023-10-221-11/+8
* bcachefs: Account for ioclock slop when throttling rebalance threadKent Overstreet2023-10-221-6/+10
* bcachefs: Track incompressible dataKent Overstreet2023-10-221-1/+2
* bcachefs: Refactor rebalance_pred functionKent Overstreet2023-10-221-49/+44
* bcachefs: Add a cond_resched() to rebalance loopKent Overstreet2023-10-221-0/+2
* bcachefs: Rebalance now adds replicas if neededKent Overstreet2023-10-221-26/+19
* bcachefs: Refactor various code to not be extent specificKent Overstreet2023-10-221-4/+2
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-2/+2
* bcachefs: Lots of option handling improvementsKent Overstreet2023-10-221-5/+5
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-221-15/+21
* bcachefs: revamp to_text methodsKent Overstreet2023-10-221-20/+14
* bcachefs: extent_for_each_ptr_decode()Kent Overstreet2023-10-221-16/+15
* bcachefs: Split out alloc_background.cKent Overstreet2023-10-221-1/+1
* bcachefs: fix a divideKent Overstreet2023-10-221-1/+1
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+342