summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Kill bch_write_op.index_update_fnKent Overstreet1-3/+3
2023-10-23bcachefs: Fix a null ptr derefKent Overstreet1-0/+5
2023-10-23bcachefs: Fix two btree iterator leaksKent Overstreet1-2/+4
2023-10-23bcachefs: Preallocate trans mem in bch2_migrate_index_update()Kent Overstreet1-1/+1
2023-10-23bcachefs: Don't use bch2_inode_find_by_inum() in move.cKent Overstreet1-6/+36
2023-10-23bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet1-1/+1
2023-10-23bcachefs: Require all btree iterators to be freedKent Overstreet1-0/+3
2023-10-23bcachefs: Fix read retry path for indirect extentsKent Overstreet1-3/+5
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-3/+3
2023-10-23bcachefs: Use x-macros for compat feature bitsKent Overstreet1-2/+5
2023-10-23bcachefs: Fix bkey format generation for 32 bit fieldsKent Overstreet1-1/+27
2023-10-23bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet1-11/+20
2023-10-23bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet1-26/+105
2023-10-23bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet1-10/+16
2023-10-23bcachefs: Change when we allow overwritesKent Overstreet1-19/+16
2023-10-23bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet1-1/+0
2023-10-23bcachefs: Fix iterator overflow in move pathKent Overstreet1-0/+6