summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)Author
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet
2023-11-25bcachefs: Data update path won't accidentaly grow replicasKent Overstreet
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet
2023-10-31bcachefs: move: convert to bbposKent Overstreet
2023-10-31bcachefs: moving_context now owns a btree_transKent Overstreet
2023-10-31bcachefs: move.c exports, refactoringKent Overstreet
2023-10-31bcachefs: Improve io option handling in data move pathKent Overstreet
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-22bcachefs: More minor smatch fixesKent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet
2023-10-22bcachefs: New error message helpersKent Overstreet
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: Delete an incorrect bch2_trans_unlock()Kent Overstreet
2023-10-22bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Kill bch2_verify_bucket_evacuated()Kent Overstreet
2023-10-22bcachefs: Improve move path tracepointsKent Overstreet
2023-10-22bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet
2023-10-22bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet
2023-10-22bcachefs: Fix bch2_verify_bucket_evacuated()Kent Overstreet
2023-10-22bcachefs: verify_bucket_evacuated() -> set_btree_iter_dontneed()Kent Overstreet
2023-10-22bcachefs: Fix an unhandled transaction restart errorKent Overstreet
2023-10-22bcachefs: New erasure coding shutdown pathKent Overstreet
2023-10-22bcachefs: bch2_fs_moving_ctxts_to_text()Kent Overstreet
2023-10-22bcachefs: evacuate_bucket() no longer moves cached ptrsKent Overstreet
2023-10-22bcachefs: evacuate_bucket() no longer calls verify_bucket_evacuated()Kent Overstreet
2023-10-22bcachefs: Improved copygc pipeliningKent Overstreet
2023-10-22bcachefs: moving_context->stats is allowed to be NULLKent Overstreet
2023-10-22bcachefs: Don't call bch2_trans_update() unlockedKent Overstreet
2023-10-22bcachefs: Fragmentation LRUKent Overstreet
2023-10-22bcachefs: Fix verify_bucket_evacuated()Kent Overstreet
2023-10-22bcachefs: Add max nr of IOs in flight to the move pathKent Overstreet
2023-10-22bcachefs: Fix deadlock on nocow locks in data move pathKent Overstreet
2023-10-22bcachefs: Nocow supportKent Overstreet
2023-10-22bcachefs: Data update support for unwritten extentsKent Overstreet
2023-10-22bcachefs: Don't use key cache during fsckKent Overstreet
2023-10-22bcachefs: Copygc now uses backpointersKent Overstreet
2023-10-22bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-10-22bcachefs: bch2_inode_opts_get()Kent Overstreet
2023-10-22bcachefs: Convert EROFS errors to private error codesKent Overstreet
2023-10-22bcachefs: New btree helpersKent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet