summaryrefslogtreecommitdiff
path: root/fs/bcachefs/data_update.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-4/+2
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-4/+0
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet1-0/+2
2024-01-01bcachefs: remove redundant condition from data_update_index_updateDaniel Hill1-1/+1
2024-01-01bcachefs: count_event()Kent Overstreet1-1/+1
2024-01-01bcachefs: Add a rebalance, data_update tracepointsKent Overstreet1-0/+14
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-3/+3
2023-12-27bcachefs: Fix promotesKent Overstreet1-1/+2
2023-12-12bcachefs: Fix nocow locks deadlockKent Overstreet1-1/+2
2023-12-05bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet1-2/+2
2023-11-26bcachefs: Data update path won't accidentaly grow replicasKent Overstreet1-10/+82
2023-11-14bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet1-0/+28
2023-11-02bcachefs: Don't downgrade locks on transaction restartKent Overstreet1-11/+1
2023-11-02bcachefs: rebalance_workKent Overstreet1-5/+6
2023-10-31bcachefs: move: move_stats refactoringKent Overstreet1-1/+1
2023-10-31bcachefs: move: convert to bbposKent Overstreet1-3/+5
2023-10-31bcachefs: moving_context now owns a btree_transKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-1/+1
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-4/+0
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+1
2023-10-23bcachefs: Don't open code closure_nr_remaining()Kent Overstreet1-1/+1
2023-10-23bcachefs: Compression levelsKent Overstreet1-3/+1
2023-10-23bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-2/+1
2023-10-23bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix corruption with writeable snapshotsKent Overstreet1-88/+6
2023-10-23bcachefs: Fix move_extent_fail counterKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-4/+3
2023-10-23bcachefs: Improve move path tracepointsKent Overstreet1-1/+12
2023-10-23bcachefs: Improve trace_move_extent_fail()Kent Overstreet1-4/+75
2023-10-23bcachefs: Data update path no longer leaves cached replicasKent Overstreet1-0/+11
2023-10-23bcachefs: New erasure coding shutdown pathKent Overstreet1-0/+1
2023-10-23bcachefs: Rework __bch2_data_update_index_update()Kent Overstreet1-52/+52
2023-10-23bcachefs: Extent helper improvementsKent Overstreet1-3/+3
2023-10-23bcachefs: moving_context->stats is allowed to be NULLKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_data_update_init() considers ptr durabilityKent Overstreet1-12/+12
2023-10-23bcachefs: bch2_data_update_index_update() -> bch2_trans_run()Kent Overstreet1-9/+1
2023-10-23bcachefs: Add option for completely disabling nocowKent Overstreet1-17/+21
2023-10-23bcachefs: Cached pointers should not be erasure codedKent Overstreet1-2/+4
2023-10-23bcachefs: Fix insert_snapshot_whiteouts()Kent Overstreet1-22/+44
2023-10-23bcachefs: bch2_btree_insert_nonextent()Kent Overstreet1-8/+2
2023-10-23bcachefs: Nocow locking fixupKent Overstreet1-3/+10
2023-10-23bcachefs: don't block reads if we're promotingDaniel Hill1-9/+17
2023-10-23bcachefs: Fix deadlock on nocow locks in data move pathKent Overstreet1-3/+19
2023-10-23bcachefs: Improved nocow lockingKent Overstreet1-0/+1
2023-10-23bcachefs: handle failed data_update_init cleanupDaniel Hill1-1/+9
2023-10-23bcachefs: Nocow supportKent Overstreet1-0/+10
2023-10-23bcachefs: Data update support for unwritten extentsKent Overstreet1-12/+106
2023-10-23bcachefs: Drop old maybe_extending optimizationKent Overstreet1-2/+1
2023-10-23bcachefs: Delete in memory ec backpointersKent Overstreet1-4/+0