index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
rebalance.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Kill BCH_TRANS_COMMIT_lazy_rw
Kent Overstreet
2024-12-21
1
-2
/
+1
*
bcachefs: Move bch_extent_rebalance code to rebalance.c
Kent Overstreet
2024-12-21
1
-0
/
+186
*
bcachefs: Improve trace_rebalance_extent
Kent Overstreet
2024-12-21
1
-5
/
+21
*
bcachefs: Simplify option logic in rebalance
Kent Overstreet
2024-12-21
1
-32
/
+15
*
bcachefs: get_update_rebalance_opts()
Kent Overstreet
2024-12-21
1
-1
/
+1
*
bcachefs: bch2_write_inode() now checks for changing rebalance options
Kent Overstreet
2024-12-21
1
-2
/
+2
*
bcachefs: copygc_enabled, rebalance_enabled now opts.h options
Kent Overstreet
2024-12-21
1
-2
/
+2
*
bcachefs: rename bch_extent_rebalance fields to match other opts structs
Kent Overstreet
2024-12-21
1
-6
/
+6
*
bcachefs: bch2_io_opts_fixups()
Kent Overstreet
2024-12-21
1
-2
/
+2
*
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
2024-10-18
1
-1
/
+3
*
bcachefs: rebalance writes use BCH_WRITE_ONLY_SPECIFIED_DEVS
Kent Overstreet
2024-09-21
1
-0
/
+3
*
bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()
Kent Overstreet
2024-05-08
1
-0
/
+2
*
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
2024-05-08
1
-4
/
+4
*
bcachefs: rebalance_status now shows correct units
Daniel Hill
2024-03-14
1
-2
/
+2
*
bcachefs: opts->compression can now also be applied in the background
Kent Overstreet
2024-01-21
1
-3
/
+2
*
bcachefs: remove redundant variable tmp
Colin Ian King
2024-01-21
1
-3
/
+1
*
bcachefs: Improve move_extent tracepoint
Kent Overstreet
2024-01-21
1
-2
/
+1
*
bcachefs: Add missing bch2_moving_ctxt_flush_all()
Kent Overstreet
2024-01-21
1
-0
/
+1
*
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
2024-01-01
1
-3
/
+2
*
bcachefs: rebalance should wakeup on shutdown if disabled
Daniel Hill
2024-01-01
1
-2
/
+10
*
bcachefs: Add a rebalance, data_update tracepoints
Kent Overstreet
2024-01-01
1
-0
/
+15
*
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
2024-01-01
1
-3
/
+3
*
bcachefs: Data move path now uses bch2_trans_unlock_long()
Kent Overstreet
2023-11-05
1
-1
/
+1
*
bcachefs: Ensure copygc does not spin
Kent Overstreet
2023-11-04
1
-6
/
+4
*
bcachefs: rebalance_work
Kent Overstreet
2023-11-02
1
-226
/
+327
*
bcachefs: move.c exports, refactoring
Kent Overstreet
2023-10-31
1
-2
/
+1
*
bcachefs: Break up io.c
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix divide by zero in rebalance_work()
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Compression levels
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: don't spin in rebalance when background target is not usable
Brian Foster
2023-10-22
1
-1
/
+2
*
bcachefs: Fixes for building in userspace
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
2023-10-22
1
-3
/
+6
*
bcachefs: move.c refactoring
Kent Overstreet
2023-10-22
1
-2
/
+3
*
bcachefs: data jobs, including rebalance wait for copygc.
Daniel Hill
2023-10-22
1
-1
/
+1
*
bcachefs: Redo data_update interface
Kent Overstreet
2023-10-22
1
-38
/
+46
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-23
/
+24
*
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
1
-15
/
+27
*
bcachefs: add progress stats to sysfs
Brett Holman
2023-10-22
1
-6
/
+5
*
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Scan for old btree nodes if necessary on mount
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Add error message for some allocation failures
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Persist 64 bit io clocks
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Don't drop replicas when copygcing ec data
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Convert various code to printbuf
Kent Overstreet
2023-10-22
1
-11
/
+8
*
bcachefs: Account for ioclock slop when throttling rebalance thread
Kent Overstreet
2023-10-22
1
-6
/
+10
*
bcachefs: Track incompressible data
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Refactor rebalance_pred function
Kent Overstreet
2023-10-22
1
-49
/
+44
[next]