aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/move.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-1/+1
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-4/+2
2025-05-31bcachefs: Don't unlock trans before data_update_init()Kent Overstreet1-7/+7
2025-05-30bcachefs: Catch data_update_done events in trace_io_move_start_failKent Overstreet1-3/+3
2025-05-30bcachefs: io_move_evacuate_bucket tracepoint, counterKent Overstreet1-0/+18
2025-05-30bcachefs: trace_io_move_predKent Overstreet1-26/+60
2025-05-21bcachefs: async objs now support bch_write_opsKent Overstreet1-1/+0
2025-05-21bcachefs: bch2_check_bucket_backpointer_mismatch()Kent Overstreet1-3/+18
2025-05-21bcachefs: do_rebalance_scan() now only updates bch_extent_rebalanceKent Overstreet1-1/+1
2025-05-21bcachefs: kill move_bucket_in_flightKent Overstreet1-6/+6
2025-05-21bcachefs: kill dead code in move_data_phys()Kent Overstreet1-4/+0
2025-05-21bcachefs: bch2_move_data_btree() can now walk rootsKent Overstreet1-1/+46
2025-05-21bcachefs: bch2_move_data_btree() can move btree nodesKent Overstreet1-13/+24
2025-05-21bcachefs: plumb btree_id through move_pred_fdKent Overstreet1-9/+11
2025-05-21bcachefs: Plumb target parameter through btree_node_rewrite_pos()Kent Overstreet1-2/+3
2025-05-21bcachefs: export bch2_move_data_phys()Kent Overstreet1-10/+10
2025-05-21bcachefs: move_data_phys: stats are not requiredKent Overstreet1-2/+4
2025-05-21bcachefs: Data move can read from poisoned extentsKent Overstreet1-6/+20
2025-05-07bcachefs: Filter out harmless EROFS error messagesKent Overstreet1-1/+2
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-7/+7
2025-03-26bcachefs: Fix btree iter flags in data move (2)Kent Overstreet1-4/+33
2025-03-24bcachefs: Fix btree iter flags in data moveKent Overstreet1-0/+1
2025-03-24bcachefs: Fix offset_into_extent in data move pathKent Overstreet1-1/+2
2025-03-24bcachefs: trace_io_move_write_failKent Overstreet1-3/+15
2025-03-24bcachefs: BCH_READ_data_update -> bch_read_bio.data_updateKent Overstreet1-1/+0
2025-03-16bcachefs: BCH_ERR_data_read_buffer_too_smallKent Overstreet1-2/+2
2025-03-16bcachefs: rebalance, copygc status also print stacktraceKent Overstreet1-6/+8
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet1-2/+0
2025-03-14bcachefs: bcachefs_metadata_version_stripe_backpointersKent Overstreet1-0/+3
2025-03-14bcachefs: Convert migrate to move_data_phys()Kent Overstreet1-16/+9
2025-03-14bcachefs: Read/move path counter workKent Overstreet1-15/+14
2025-03-14bcachefs: ScrubKent Overstreet1-20/+131
2025-03-14bcachefs: __bch2_move_data_phys() now uses bch2_btree_node_rewrite_pos()Kent Overstreet1-70/+37
2025-03-14bcachefs: bch2_move_data_phys()Kent Overstreet1-37/+75
2025-03-14bcachefs: cleanup redundant code around data_update_op initializationKent Overstreet1-38/+7
2025-03-14bcachefs: bch2_update_unwritten_extent() no longer depends on wbioKent Overstreet1-1/+1
2025-03-14bcachefs: data_update now embeds bch_read_bioKent Overstreet1-16/+12
2025-03-14bcachefs: rbio_init() cleanupKent Overstreet1-3/+5
2025-03-14bcachefs: x-macroize BCH_READ flagsKent Overstreet1-2/+2
2025-03-14bcachefs: bch2_data_update_inflight_to_text()Kent Overstreet1-3/+2
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2024-12-29bcachefs: Option changes now get propagated to reflinked dataKent Overstreet1-7/+44
2024-12-29bcachefs: Add write buffer flush param to backpointer_get_key()Kent Overstreet1-2/+6
2024-12-23block: Delete bio_set_prio()John Garry1-3/+3
2024-12-21bcachefs: Don't BUG_ON() inode unpack errorKent Overstreet1-1/+3
2024-12-21bcachefs: Advance to next bp on BCH_ERR_backpointer_to_overwritten_btree_nodeKent Overstreet1-1/+1
2024-12-21bcachefs: bucket_pos_to_bp_end()Kent Overstreet1-3/+2
2024-12-21bcachefs: Fix evacuate_bucket tracepointKent Overstreet1-8/+13
2024-12-21bcachefs: Kill bch2_get_next_backpointer()Kent Overstreet1-23/+18
2024-12-21bcachefs: Fix unhandled transaction restart in evacuate_bucket()Kent Overstreet1-0/+7