summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
10 daysbcachefs: btree_ptr_sectors_written() now takes bkey_s_cKent Overstreet1-1/+1
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet1-25/+0
2024-06-05bcachefs: Fix trans->locked assertKent Overstreet1-0/+1
2024-06-05bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet1-1/+14
2024-05-09bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet1-0/+2
2024-05-09bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet1-1/+1
2024-05-09bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()Kent Overstreet1-1/+6
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-1/+1
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-7/+7
2024-05-09bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-25/+12
2024-05-08bcachefs: bch2_bkey_format_field_overflows()Kent Overstreet1-18/+2
2024-05-06bcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet1-8/+14
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-1/+1
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-4/+6
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet1-2/+38
2024-01-21bcachefs: Re-add move_extent_write tracepointKent Overstreet1-0/+9
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-3/+3
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