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