summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)Author
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet
2024-06-05bcachefs: Fix trans->locked assertKent Overstreet
2024-06-05bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet
2024-05-08bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet
2024-05-08bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet
2024-05-08bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()Kent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-05-08bcachefs: bch2_bkey_format_field_overflows()Kent Overstreet
2024-05-06bcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet
2024-01-21bcachefs: Re-add move_extent_write tracepointKent Overstreet
2024-01-21bcachefs: helpers for printing data typesKent Overstreet
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill
2024-01-01bcachefs: remove dead bch2_evacuate_bucket()Daniel Hill
2024-01-01bcachefs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2024-01-01bcachefs: count_event()Kent Overstreet
2024-01-01bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()Kent Overstreet
2024-01-01bcachefs: New bucket sector count helpersKent Overstreet
2024-01-01bcachefs: BCH_DATA_OP_drop_extra_replicasKent Overstreet
2024-01-01bcachefs: Convert bch2_move_btree() to bbposKent Overstreet
2024-01-01bcachefs: x-macro-ify bch_data_ops enumKent Overstreet
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet
2023-11-25bcachefs: Data update path won't accidentaly grow replicasKent Overstreet
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet
2023-10-31bcachefs: move: convert to bbposKent Overstreet
2023-10-31bcachefs: moving_context now owns a btree_transKent Overstreet
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet
2023-10-31bcachefs: Improve io option handling in data move pathKent Overstreet
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-22bcachefs: More minor smatch fixesKent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet