summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/data_update.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix rebalance from durability=0 deviceKent Overstreet2024-04-051-4/+13
* bcachefs: fix nocow lock deadlockKent Overstreet2024-04-021-2/+1
* bcachefs: Add checks for invalid snapshot IDsKent Overstreet2024-03-311-0/+9
* bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-211-4/+2
* bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet2024-01-011-4/+0
* bcachefs: Make sure allocation failure errors are loggedKent Overstreet2024-01-011-0/+2
* bcachefs: remove redundant condition from data_update_index_updateDaniel Hill2024-01-011-1/+1
* bcachefs: count_event()Kent Overstreet2024-01-011-1/+1
* bcachefs: Add a rebalance, data_update tracepointsKent Overstreet2024-01-011-0/+14
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-3/+3
* bcachefs: Fix promotesKent Overstreet2023-12-261-1/+2
* bcachefs: Fix nocow locks deadlockKent Overstreet2023-12-111-1/+2
* bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet2023-12-041-2/+2
* bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-251-10/+82
* bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet2023-11-131-0/+28
* bcachefs: Don't downgrade locks on transaction restartKent Overstreet2023-11-011-11/+1
* bcachefs: rebalance_workKent Overstreet2023-11-011-5/+6
* bcachefs: move: move_stats refactoringKent Overstreet2023-10-311-1/+1
* bcachefs: move: convert to bbposKent Overstreet2023-10-311-3/+5
* bcachefs: moving_context now owns a btree_transKent Overstreet2023-10-311-1/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-1/+1
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-4/+0
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+1
* bcachefs: Don't open code closure_nr_remaining()Kent Overstreet2023-10-221-1/+1
* bcachefs: Compression levelsKent Overstreet2023-10-221-3/+1
* bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet2023-10-221-2/+1
* bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet2023-10-221-2/+2
* bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix corruption with writeable snapshotsKent Overstreet2023-10-221-88/+6
* bcachefs: Fix move_extent_fail counterKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_bkey_get_iter() helpersKent Overstreet2023-10-221-4/+3
* bcachefs: Improve move path tracepointsKent Overstreet2023-10-221-1/+12
* bcachefs: Improve trace_move_extent_fail()Kent Overstreet2023-10-221-4/+75
* bcachefs: Data update path no longer leaves cached replicasKent Overstreet2023-10-221-0/+11
* bcachefs: New erasure coding shutdown pathKent Overstreet2023-10-221-0/+1
* bcachefs: Rework __bch2_data_update_index_update()Kent Overstreet2023-10-221-52/+52
* bcachefs: Extent helper improvementsKent Overstreet2023-10-221-3/+3
* bcachefs: moving_context->stats is allowed to be NULLKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_data_update_init() considers ptr durabilityKent Overstreet2023-10-221-12/+12
* bcachefs: bch2_data_update_index_update() -> bch2_trans_run()Kent Overstreet2023-10-221-9/+1
* bcachefs: Add option for completely disabling nocowKent Overstreet2023-10-221-17/+21
* bcachefs: Cached pointers should not be erasure codedKent Overstreet2023-10-221-2/+4
* bcachefs: Fix insert_snapshot_whiteouts()Kent Overstreet2023-10-221-22/+44
* bcachefs: bch2_btree_insert_nonextent()Kent Overstreet2023-10-221-8/+2
* bcachefs: Nocow locking fixupKent Overstreet2023-10-221-3/+10
* bcachefs: don't block reads if we're promotingDaniel Hill2023-10-221-9/+17
* bcachefs: Fix deadlock on nocow locks in data move pathKent Overstreet2023-10-221-3/+19
* bcachefs: Improved nocow lockingKent Overstreet2023-10-221-0/+1
* bcachefs: handle failed data_update_init cleanupDaniel Hill2023-10-221-1/+9
* bcachefs: Nocow supportKent Overstreet2023-10-221-0/+10