summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/rebalance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-2/+2
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-9/+8
2025-05-27bcachefs: Fix lost rebalance wakeupsKent Overstreet1-2/+4
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet1-1/+1
2025-05-21bcachefs: do_rebalance_scan() now only updates bch_extent_rebalanceKent Overstreet1-15/+27
2025-05-21bcachefs: opts.rebalance_on_ac_onlyKent Overstreet1-4/+44
2025-05-21bcachefs: bch2_dev_in_target() no longer takes rcu_read_lock()Kent Overstreet1-2/+8
2025-05-21bcachefs: bch2_check_rebalance_work()Kent Overstreet1-0/+116
2025-05-21bcachefs: plumb btree_id through move_pred_fdKent Overstreet1-1/+1
2025-05-21bcachefs: Rebalance now skips poisoned extentsKent Overstreet1-0/+6
2025-05-14bcachefs: Don't strip rebalance_opts from indirect extentsKent Overstreet1-1/+1
2025-04-21bcachefs: Start copygc, rebalance threads earlierKent Overstreet1-0/+7
2025-04-20bcachefs: bch2_copygc_wakeup()Kent Overstreet1-2/+2
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-6/+6
2025-03-30bcachefs: Don't use designated initializers for disk_accounting_posKent Overstreet1-1/+2
2025-03-30bcachefs: fix units in rebalance_statusKent Overstreet1-1/+1
2025-03-16bcachefs: bch2_bkey_ptrs_rebalance_opts()Kent Overstreet1-4/+9
2025-03-16bcachefs: rebalance, copygc status also print stacktraceKent Overstreet1-3/+26
2025-03-14bcachefs: Rename BCH_WRITE flags fer consistency with other x-macros enumsKent Overstreet1-2/+2
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