aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/rebalance.c
AgeCommit message (Expand)Author
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet
2023-11-04bcachefs: Ensure copygc does not spinKent Overstreet
2023-11-01bcachefs: rebalance_workKent Overstreet
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-10-22bcachefs: Fix divide by zero in rebalance_work()Kent Overstreet
2023-10-22bcachefs: Compression levelsKent Overstreet
2023-10-22bcachefs: don't spin in rebalance when background target is not usableBrian Foster
2023-10-22bcachefs: Fixes for building in userspaceKent Overstreet
2023-10-22bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-10-22bcachefs: move.c refactoringKent Overstreet
2023-10-22bcachefs: data jobs, including rebalance wait for copygc.Daniel Hill
2023-10-22bcachefs: Redo data_update interfaceKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet
2023-10-22bcachefs: add progress stats to sysfsBrett Holman
2023-10-22bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet
2023-10-22bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet
2023-10-22bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet
2023-10-22bcachefs: Add error message for some allocation failuresKent Overstreet
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet
2023-10-22bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet
2023-10-22bcachefs: Convert various code to printbufKent Overstreet
2023-10-22bcachefs: Account for ioclock slop when throttling rebalance threadKent Overstreet
2023-10-22bcachefs: Track incompressible dataKent Overstreet
2023-10-22bcachefs: Refactor rebalance_pred functionKent Overstreet
2023-10-22bcachefs: Add a cond_resched() to rebalance loopKent Overstreet
2023-10-22bcachefs: Rebalance now adds replicas if neededKent Overstreet
2023-10-22bcachefs: Refactor various code to not be extent specificKent Overstreet
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet
2023-10-22bcachefs: Lots of option handling improvementsKent Overstreet
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet
2023-10-22bcachefs: revamp to_text methodsKent Overstreet
2023-10-22bcachefs: extent_for_each_ptr_decode()Kent Overstreet
2023-10-22bcachefs: Split out alloc_background.cKent Overstreet
2023-10-22bcachefs: fix a divideKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet