aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/rebalance.c
AgeCommit message (Expand)AuthorFilesLines
11 daysbcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet1-0/+2
11 daysbcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-4/+4
2024-03-13bcachefs: rebalance_status now shows correct unitsDaniel Hill1-2/+2
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-3/+2
2024-01-21bcachefs: remove redundant variable tmpColin Ian King1-3/+1
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet1-2/+1
2024-01-21bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet1-0/+1
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-3/+2
2024-01-01bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill1-2/+10
2024-01-01bcachefs: Add a rebalance, data_update tracepointsKent Overstreet1-0/+15
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-3/+3
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet1-1/+1
2023-11-04bcachefs: Ensure copygc does not spinKent Overstreet1-6/+4
2023-11-01bcachefs: rebalance_workKent Overstreet1-226/+327
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet1-2/+1
2023-10-22bcachefs: Break up io.cKent Overstreet1-2/+0
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-1/+1
2023-10-22bcachefs: Fix divide by zero in rebalance_work()Kent Overstreet1-0/+4
2023-10-22bcachefs: Compression levelsKent Overstreet1-1/+2
2023-10-22bcachefs: don't spin in rebalance when background target is not usableBrian Foster1-1/+2
2023-10-22bcachefs: Fixes for building in userspaceKent Overstreet1-1/+1
2023-10-22bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-3/+6
2023-10-22bcachefs: move.c refactoringKent Overstreet1-2/+3
2023-10-22bcachefs: data jobs, including rebalance wait for copygc.Daniel Hill1-1/+1
2023-10-22bcachefs: Redo data_update interfaceKent Overstreet1-38/+46
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-23/+24
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet1-15/+27
2023-10-22bcachefs: add progress stats to sysfsBrett Holman1-6/+5
2023-10-22bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet1-4/+4
2023-10-22bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet1-0/+3
2023-10-22bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet1-1/+2
2023-10-22bcachefs: Add error message for some allocation failuresKent Overstreet1-1/+3
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet1-5/+5
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet1-1/+1
2023-10-22bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet1-0/+1
2023-10-22bcachefs: Convert various code to printbufKent Overstreet1-11/+8
2023-10-22bcachefs: Account for ioclock slop when throttling rebalance threadKent Overstreet1-6/+10
2023-10-22bcachefs: Track incompressible dataKent Overstreet1-1/+2
2023-10-22bcachefs: Refactor rebalance_pred functionKent Overstreet1-49/+44
2023-10-22bcachefs: Add a cond_resched() to rebalance loopKent Overstreet1-0/+2
2023-10-22bcachefs: Rebalance now adds replicas if neededKent Overstreet1-26/+19
2023-10-22bcachefs: Refactor various code to not be extent specificKent Overstreet1-4/+2
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet1-2/+2
2023-10-22bcachefs: Lots of option handling improvementsKent Overstreet1-5/+5
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet1-15/+21
2023-10-22bcachefs: revamp to_text methodsKent Overstreet1-20/+14
2023-10-22bcachefs: extent_for_each_ptr_decode()Kent Overstreet1-16/+15
2023-10-22bcachefs: Split out alloc_background.cKent Overstreet1-1/+1
2023-10-22bcachefs: fix a divideKent Overstreet1-1/+1
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+342