aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Gravatar Kent Overstreet 1-5/+8
2023-10-31bcachefs: move: move_stats refactoringGravatar Kent Overstreet 1-45/+53
2023-10-31bcachefs: move: convert to bbposGravatar Kent Overstreet 1-11/+8
2023-10-31bcachefs: moving_context now owns a btree_transGravatar Kent Overstreet 1-51/+42
2023-10-31bcachefs: move.c exports, refactoringGravatar Kent Overstreet 1-55/+64
2023-10-31bcachefs: Improve io option handling in data move pathGravatar Kent Overstreet 1-50/+81
2023-10-31bcachefs: bch2_btree_id_str()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: More minor smatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-21/+18
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Improve bch2_moving_ctxt_to_text()Gravatar Kent Overstreet 1-25/+19
2023-10-22bcachefs: Allow for unknown btree IDsGravatar Kent Overstreet 1-2/+8
2023-10-22bcachefs: New error message helpersGravatar Kent Overstreet 1-3/+5
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Delete an incorrect bch2_trans_unlock()Gravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill bch2_verify_bucket_evacuated()Gravatar Kent Overstreet 1-79/+0
2023-10-22bcachefs: Improve move path tracepointsGravatar Kent Overstreet 1-3/+40
2023-10-22bcachefs: Rip out code for storing backpointers in alloc keysGravatar Kent Overstreet 1-14/+12
2023-10-22bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix bch2_verify_bucket_evacuated()Gravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: verify_bucket_evacuated() -> set_btree_iter_dontneed()Gravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Fix an unhandled transaction restart errorGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: New erasure coding shutdown pathGravatar Kent Overstreet 1-6/+0
2023-10-22bcachefs: bch2_fs_moving_ctxts_to_text()Gravatar Kent Overstreet 1-7/+96
2023-10-22bcachefs: evacuate_bucket() no longer moves cached ptrsGravatar Kent Overstreet 1-1/+6
2023-10-22bcachefs: evacuate_bucket() no longer calls verify_bucket_evacuated()Gravatar Kent Overstreet 1-8/+0
2023-10-22bcachefs: Improved copygc pipeliningGravatar Kent Overstreet 1-15/+30
2023-10-22bcachefs: moving_context->stats is allowed to be NULLGravatar Kent Overstreet 1-14/+23
2023-10-22bcachefs: Don't call bch2_trans_update() unlockedGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Fragmentation LRUGravatar Kent Overstreet 1-24/+27
2023-10-22bcachefs: Fix verify_bucket_evacuated()Gravatar Kent Overstreet 1-6/+5
2023-10-22bcachefs: Add max nr of IOs in flight to the move pathGravatar Kent Overstreet 1-6/+16
2023-10-22bcachefs: Fix deadlock on nocow locks in data move pathGravatar Kent Overstreet 1-15/+6
2023-10-22bcachefs: Nocow supportGravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: Data update support for unwritten extentsGravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: Don't use key cache during fsckGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: Copygc now uses backpointersGravatar Kent Overstreet 1-17/+274
2023-10-22bcachefs: Debug mode for c->writes referencesGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: bch2_inode_opts_get()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert EROFS errors to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New btree helpersGravatar Kent Overstreet 1-3/+1
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fixes for building in userspaceGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Handle dropping pointers in data_update pathGravatar Kent Overstreet 1-1/+55
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Use bch2_err_str() in error messagesGravatar Kent Overstreet 1-1/+2