summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-4/+1
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-3/+0
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-3/+1
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-3/+2
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet1-2/+2
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-7/+4
2024-01-01bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill1-1/+1
2024-01-01bcachefs: remove dead bch2_evacuate_bucket()Daniel Hill1-19/+1
2024-01-01bcachefs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2024-01-01bcachefs: count_event()Kent Overstreet1-1/+2
2024-01-01bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()Kent Overstreet1-4/+3
2024-01-01bcachefs: New bucket sector count helpersKent Overstreet1-1/+1
2024-01-01bcachefs: BCH_DATA_OP_drop_extra_replicasKent Overstreet1-6/+44
2024-01-01bcachefs: Convert bch2_move_btree() to bbposKent Overstreet1-25/+19
2024-01-01bcachefs: x-macro-ify bch_data_ops enumKent Overstreet1-12/+17
2023-11-29bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet1-3/+9
2023-11-29bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet1-0/+4
2023-11-29bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet1-13/+10
2023-11-26bcachefs: Data update path won't accidentaly grow replicasKent Overstreet1-53/+5
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet1-13/+4
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet1-5/+11
2023-11-05bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet1-5/+8
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet1-45/+53
2023-10-31bcachefs: move: convert to bbposKent Overstreet1-11/+8
2023-10-31bcachefs: moving_context now owns a btree_transKent Overstreet1-51/+42
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet1-55/+64
2023-10-31bcachefs: Improve io option handling in data move pathKent Overstreet1-50/+81
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-1/+1
2023-10-23bcachefs: More minor smatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-21/+18
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-1/+0
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+2
2023-10-23bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet1-25/+19
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-2/+8
2023-10-23bcachefs: New error message helpersKent Overstreet1-3/+5
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: Delete an incorrect bch2_trans_unlock()Kent Overstreet1-1/+0
2023-10-23bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet1-1/+1
2023-10-23bcachefs: Kill bch2_verify_bucket_evacuated()Kent Overstreet1-79/+0
2023-10-23bcachefs: Improve move path tracepointsKent Overstreet1-3/+40
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-14/+12
2023-10-23bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet1-2/+2
2023-10-23bcachefs: Fix bch2_verify_bucket_evacuated()Kent Overstreet1-0/+5
2023-10-23bcachefs: verify_bucket_evacuated() -> set_btree_iter_dontneed()Kent Overstreet1-0/+3
2023-10-23bcachefs: Fix an unhandled transaction restart errorKent Overstreet1-0/+5
2023-10-23bcachefs: New erasure coding shutdown pathKent Overstreet1-6/+0
2023-10-23bcachefs: bch2_fs_moving_ctxts_to_text()Kent Overstreet1-7/+96
2023-10-23bcachefs: evacuate_bucket() no longer moves cached ptrsKent Overstreet1-1/+6
2023-10-23bcachefs: evacuate_bucket() no longer calls verify_bucket_evacuated()Kent Overstreet1-8/+0
2023-10-23bcachefs: Improved copygc pipeliningKent Overstreet1-15/+30