summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-2/+2
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-4/+4
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Handle dropping pointers in data_update pathKent Overstreet1-1/+55
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-3/+3
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-5/+5
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-1/+2
2023-10-23bcachefs: Fix move path when move_stats == NULLKent Overstreet1-7/+10
2023-10-23bcachefs: Get ref on c->writes in move.cKent Overstreet1-0/+6
2023-10-23bcachefs: move.c refactoringKent Overstreet1-75/+93
2023-10-23bcachefs: data jobs, including rebalance wait for copygc.Daniel Hill1-46/+64
2023-10-23bcachefs: Redo data_update interfaceKent Overstreet1-86/+54
2023-10-23bcachefs: Pull out data_update.cKent Overstreet1-389/+4
2023-10-23bcachefs: Make IO in flight by copygc/rebalance configurableKent Overstreet1-4/+2
2023-10-23bcachefs: Add persistent countersDaniel Hill1-0/+1
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-3/+1
2023-10-23bcachefs: Copygc allocations shouldn't be nowaitKent Overstreet1-1/+0
2023-10-23bcachefs: x-macroize alloc_reserve enumKent Overstreet1-1/+1
2023-10-23bcachefs: darraysKent Overstreet1-4/+4
2023-10-23bcachefs: Fix a use after freeKent Overstreet1-3/+1
2023-10-23bcachefs: Check for stale dirty pointer before readsKent Overstreet1-2/+4
2023-10-23bcachefs: Fix locking in data move pathKent Overstreet1-17/+20
2023-10-23bcachefs: Handle transaction restarts in __bch2_move_data()Kent Overstreet1-6/+7
2023-10-23bcachefs: Don't erasure code cached ptrsKent Overstreet1-4/+8
2023-10-23bcachefs: Fix copygc sectors_to_move calculationKent Overstreet1-2/+1
2023-10-23bcachefs: Add journal_seq to inode & alloc keysKent Overstreet1-2/+2
2023-10-23bcachefs: Assorted ec fixesKent Overstreet1-0/+4
2023-10-23bcachefs: Ensure we flush btree updates in evacuate pathKent Overstreet1-4/+4
2023-10-23bcachefs: bch2_btree_node_rewrite() now returns transaction restartsKent Overstreet1-2/+5
2023-10-23bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet1-2/+0
2023-10-23bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()Kent Overstreet1-0/+1
2023-10-23bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet1-1/+1
2023-10-23bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet1-2/+6
2023-10-23bcachefs: Fix implementation of KEY_TYPE_errorKent Overstreet1-1/+1
2023-10-23bcachefs: Fix rereplicate_pred()Kent Overstreet1-10/+3
2023-10-23bcachefs: Fix bch2_move_btree()Kent Overstreet1-3/+6
2023-10-23bcachefs: Update data move path for snapshotsKent Overstreet1-1/+80
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-1/+2
2023-10-23bcachefs: btree_pathKent Overstreet1-31/+31
2023-10-23bcachefs: Fix initialization of bch_write_op.nonceKent Overstreet1-5/+13
2023-10-23bcachefs: Kill BTREE_ITER_SET_POS_AFTER_COMMITKent Overstreet1-2/+7
2023-10-23bcachefs: add progress stats to sysfsBrett Holman1-0/+31
2023-10-23bcachefs: Use bch2_trans_begin() more consistentlyKent Overstreet1-3/+4
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Regularize argument passing of btree_transKent Overstreet1-1/+1
2023-10-23bcachefs: Split out SPOS_MAXKent Overstreet1-2/+2
2023-10-23bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-3/+2
2023-10-23bcachefs: Assorted endianness fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Don't use bch_write_op->cl for delivering completionsKent Overstreet1-14/+15