index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
rebalance.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
1
-2
/
+2
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-9
/
+8
2025-05-27
bcachefs: Fix lost rebalance wakeups
Kent Overstreet
1
-2
/
+4
2025-05-21
bcachefs: struct bch_fs_recovery
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: do_rebalance_scan() now only updates bch_extent_rebalance
Kent Overstreet
1
-15
/
+27
2025-05-21
bcachefs: opts.rebalance_on_ac_only
Kent Overstreet
1
-4
/
+44
2025-05-21
bcachefs: bch2_dev_in_target() no longer takes rcu_read_lock()
Kent Overstreet
1
-2
/
+8
2025-05-21
bcachefs: bch2_check_rebalance_work()
Kent Overstreet
1
-0
/
+116
2025-05-21
bcachefs: plumb btree_id through move_pred_fd
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: Rebalance now skips poisoned extents
Kent Overstreet
1
-0
/
+6
2025-05-14
bcachefs: Don't strip rebalance_opts from indirect extents
Kent Overstreet
1
-1
/
+1
2025-04-21
bcachefs: Start copygc, rebalance threads earlier
Kent Overstreet
1
-0
/
+7
2025-04-20
bcachefs: bch2_copygc_wakeup()
Kent Overstreet
1
-2
/
+2
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
1
-6
/
+6
2025-03-30
bcachefs: Don't use designated initializers for disk_accounting_pos
Kent Overstreet
1
-1
/
+2
2025-03-30
bcachefs: fix units in rebalance_status
Kent Overstreet
1
-1
/
+1
2025-03-16
bcachefs: bch2_bkey_ptrs_rebalance_opts()
Kent Overstreet
1
-4
/
+9
2025-03-16
bcachefs: rebalance, copygc status also print stacktrace
Kent Overstreet
1
-3
/
+26
2025-03-14
bcachefs: Rename BCH_WRITE flags fer consistency with other x-macros enums
Kent Overstreet
1
-2
/
+2
2025-02-06
bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...
Kent Overstreet
1
-5
/
+3
2024-12-21
bcachefs: Kill BCH_TRANS_COMMIT_lazy_rw
Kent Overstreet
1
-2
/
+1
2024-12-21
bcachefs: Move bch_extent_rebalance code to rebalance.c
Kent Overstreet
1
-0
/
+186
2024-12-21
bcachefs: Improve trace_rebalance_extent
Kent Overstreet
1
-5
/
+21
2024-12-21
bcachefs: Simplify option logic in rebalance
Kent Overstreet
1
-32
/
+15
2024-12-21
bcachefs: get_update_rebalance_opts()
Kent Overstreet
1
-1
/
+1
2024-12-21
bcachefs: bch2_write_inode() now checks for changing rebalance options
Kent Overstreet
1
-2
/
+2
2024-12-21
bcachefs: copygc_enabled, rebalance_enabled now opts.h options
Kent Overstreet
1
-2
/
+2
2024-12-21
bcachefs: rename bch_extent_rebalance fields to match other opts structs
Kent Overstreet
1
-6
/
+6
2024-12-21
bcachefs: bch2_io_opts_fixups()
Kent Overstreet
1
-2
/
+2
2024-10-18
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
1
-1
/
+3
2024-09-21
bcachefs: rebalance writes use BCH_WRITE_ONLY_SPECIFIED_DEVS
Kent Overstreet
1
-0
/
+3
2024-05-08
bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()
Kent Overstreet
1
-0
/
+2
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-4
/
+4
2024-03-13
bcachefs: rebalance_status now shows correct units
Daniel Hill
1
-2
/
+2
2024-01-21
bcachefs: opts->compression can now also be applied in the background
Kent Overstreet
1
-3
/
+2
2024-01-21
bcachefs: remove redundant variable tmp
Colin Ian King
1
-3
/
+1
2024-01-21
bcachefs: Improve move_extent tracepoint
Kent Overstreet
1
-2
/
+1
2024-01-21
bcachefs: Add missing bch2_moving_ctxt_flush_all()
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
1
-3
/
+2
2024-01-01
bcachefs: rebalance should wakeup on shutdown if disabled
Daniel Hill
1
-2
/
+10
2024-01-01
bcachefs: Add a rebalance, data_update tracepoints
Kent Overstreet
1
-0
/
+15
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
1
-3
/
+3
2023-11-04
bcachefs: Data move path now uses bch2_trans_unlock_long()
Kent Overstreet
1
-1
/
+1
2023-11-04
bcachefs: Ensure copygc does not spin
Kent Overstreet
1
-6
/
+4
2023-11-01
bcachefs: rebalance_work
Kent Overstreet
1
-226
/
+327
2023-10-31
bcachefs: move.c exports, refactoring
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix divide by zero in rebalance_work()
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Compression levels
Kent Overstreet
1
-1
/
+2
[next]