summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: New error message helpersKent Overstreet1-3/+5
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: Delete an incorrect bch2_trans_unlock()Kent Overstreet1-1/+0
2023-10-23bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet1-1/+1
2023-10-23bcachefs: Kill bch2_verify_bucket_evacuated()Kent Overstreet1-79/+0
2023-10-23bcachefs: Improve move path tracepointsKent Overstreet1-3/+40
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-14/+12
2023-10-23bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet1-2/+2
2023-10-23bcachefs: Fix bch2_verify_bucket_evacuated()Kent Overstreet1-0/+5
2023-10-23bcachefs: verify_bucket_evacuated() -> set_btree_iter_dontneed()Kent Overstreet1-0/+3
2023-10-23bcachefs: Fix an unhandled transaction restart errorKent Overstreet1-0/+5
2023-10-23bcachefs: New erasure coding shutdown pathKent Overstreet1-6/+0
2023-10-23bcachefs: bch2_fs_moving_ctxts_to_text()Kent Overstreet1-7/+96
2023-10-23bcachefs: evacuate_bucket() no longer moves cached ptrsKent Overstreet1-1/+6
2023-10-23bcachefs: evacuate_bucket() no longer calls verify_bucket_evacuated()Kent Overstreet1-8/+0
2023-10-23bcachefs: Improved copygc pipeliningKent Overstreet1-15/+30
2023-10-23bcachefs: moving_context->stats is allowed to be NULLKent Overstreet1-14/+23
2023-10-23bcachefs: Don't call bch2_trans_update() unlockedKent Overstreet1-1/+2
2023-10-23bcachefs: Fragmentation LRUKent Overstreet1-24/+27
2023-10-23bcachefs: Fix verify_bucket_evacuated()Kent Overstreet1-6/+5
2023-10-23bcachefs: Add max nr of IOs in flight to the move pathKent Overstreet1-6/+16
2023-10-23bcachefs: Fix deadlock on nocow locks in data move pathKent Overstreet1-15/+6
2023-10-23bcachefs: Nocow supportKent Overstreet1-0/+7
2023-10-23bcachefs: Data update support for unwritten extentsKent Overstreet1-1/+10
2023-10-23bcachefs: Don't use key cache during fsckKent Overstreet1-2/+4
2023-10-23bcachefs: Copygc now uses backpointersKent Overstreet1-17/+274
2023-10-23bcachefs: Debug mode for c->writes referencesKent Overstreet1-3/+3
2023-10-23bcachefs: bch2_inode_opts_get()Kent Overstreet1-1/+1
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: New btree helpersKent Overstreet1-3/+1
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