summaryrefslogtreecommitdiff
path: root/fs/bcachefs/data_update.c
AgeCommit message (Expand)Author
2023-06-24bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet
2023-06-20bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet
2023-06-20bcachefs: Fix corruption with writeable snapshotsKent Overstreet
2023-06-20bcachefs: Fix move_extent_fail counterKent Overstreet
2023-06-20bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-06-20bcachefs: Improve move path tracepointsKent Overstreet
2023-06-20bcachefs: Improve trace_move_extent_fail()Kent Overstreet
2023-06-20bcachefs: Data update path no longer leaves cached replicasKent Overstreet
2023-06-20bcachefs: New erasure coding shutdown pathKent Overstreet
2023-06-20bcachefs: Rework __bch2_data_update_index_update()Kent Overstreet
2023-06-20bcachefs: Extent helper improvementsKent Overstreet
2023-06-20bcachefs: moving_context->stats is allowed to be NULLKent Overstreet
2023-06-20bcachefs: bch2_data_update_init() considers ptr durabilityKent Overstreet
2023-06-20bcachefs: bch2_data_update_index_update() -> bch2_trans_run()Kent Overstreet
2023-06-20bcachefs: Add option for completely disabling nocowKent Overstreet
2023-06-20bcachefs: Cached pointers should not be erasure codedKent Overstreet
2023-06-20bcachefs: Fix insert_snapshot_whiteouts()Kent Overstreet
2023-06-20bcachefs: bch2_btree_insert_nonextent()Kent Overstreet
2023-06-20bcachefs: Nocow locking fixupKent Overstreet
2023-06-20bcachefs: don't block reads if we're promotingDaniel Hill
2023-06-20bcachefs: Fix deadlock on nocow locks in data move pathKent Overstreet
2023-06-20bcachefs: Improved nocow lockingKent Overstreet
2023-06-20bcachefs: handle failed data_update_init cleanupDaniel Hill
2023-06-20bcachefs: Nocow supportKent Overstreet
2023-06-20bcachefs: Data update support for unwritten extentsKent Overstreet
2023-06-20bcachefs: Drop old maybe_extending optimizationKent Overstreet
2023-06-20bcachefs: Delete in memory ec backpointersKent Overstreet
2023-06-20bcachefs: Fix rereplicate when we already have a cached pointerKent Overstreet
2023-06-20bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-06-20bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet
2023-06-20bcachefs: Kill BCH_WRITE_JOURNAL_SEQ_PTRKent Overstreet
2023-06-20bcachefs: Assorted checkpatch fixesKent Overstreet
2023-06-20bcachefs: Handle dropping pointers in data_update pathKent Overstreet
2023-06-20bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-06-20bcachefs: fsck: Another transaction restart handling fixKent Overstreet
2023-06-20bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-06-20bcachefs: Switch data_update path to snapshot_id_listKent Overstreet
2023-06-20bcachefs: Redo data_update interfaceKent Overstreet
2023-06-20bcachefs: Pull out data_update.cKent Overstreet