summaryrefslogtreecommitdiff
path: root/fs/bcachefs/data_update.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Fix rereplicate when we already have a cached pointerKent Overstreet1-2/+13
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-3/+3
2023-10-23bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet1-2/+1
2023-10-23bcachefs: Kill BCH_WRITE_JOURNAL_SEQ_PTRKent Overstreet1-1/+1
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Handle dropping pointers in data_update pathKent Overstreet1-2/+21
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-5/+8
2023-10-23bcachefs: fsck: Another transaction restart handling fixKent Overstreet1-0/+2
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-2/+2
2023-10-23bcachefs: Switch data_update path to snapshot_id_listKent Overstreet1-9/+6
2023-10-23bcachefs: Redo data_update interfaceKent Overstreet1-111/+98
2023-10-23bcachefs: Pull out data_update.cKent Overstreet1-0/+383