summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet1-5/+8
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet1-45/+53
2023-10-31bcachefs: move: convert to bbposKent Overstreet1-11/+8
2023-10-31bcachefs: moving_context now owns a btree_transKent Overstreet1-51/+42
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet1-55/+64
2023-10-31bcachefs: Improve io option handling in data move pathKent Overstreet1-50/+81
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-1/+1
2023-10-23bcachefs: More minor smatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-21/+18
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-1/+0
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+2
2023-10-23bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet1-25/+19
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-2/+8
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