summaryrefslogtreecommitdiff
path: root/fs/bcachefs/rebalance.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-06bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet1-5/+3
2024-12-21bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet1-2/+1
2024-12-21bcachefs: Move bch_extent_rebalance code to rebalance.cKent Overstreet1-0/+186
2024-12-21bcachefs: Improve trace_rebalance_extentKent Overstreet1-5/+21
2024-12-21bcachefs: Simplify option logic in rebalanceKent Overstreet1-32/+15
2024-12-21bcachefs: get_update_rebalance_opts()Kent Overstreet1-1/+1
2024-12-21bcachefs: bch2_write_inode() now checks for changing rebalance optionsKent Overstreet1-2/+2
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet1-2/+2
2024-12-21bcachefs: rename bch_extent_rebalance fields to match other opts structsKent Overstreet1-6/+6
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet1-2/+2
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-1/+3
2024-09-21bcachefs: rebalance writes use BCH_WRITE_ONLY_SPECIFIED_DEVSKent Overstreet1-0/+3
2024-05-08bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet1-0/+2
2024-05-08bcachefs: 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