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