summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet
2023-10-22bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet
2023-10-22bcachefs: Plumb btree_trans through btree cache codeKent Overstreet
2023-10-22bcachefs: Add tracepoint & counter for btree split raceKent Overstreet
2023-10-22bcachefs: bch2_journal_entries_postprocess()Kent Overstreet
2023-10-22bcachefs: Handle btree node rewrites before going RWKent Overstreet
2023-10-22bcachefs: Add some logging for btree node rewrites due to errorsKent Overstreet
2023-10-22bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-10-22bcachefs: Fix btree_node_write_blocked() not being clearedKent Overstreet
2023-10-22bcachefs: Improve btree_reserve_get_fail tracepointKent Overstreet
2023-10-22bcachefs: Convert EAGAIN errors to private error codesKent Overstreet
2023-10-22bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: Fix a race with b->write_typeKent Overstreet
2023-10-22bcachefs: Btree split improvementKent Overstreet
2023-10-22bcachefs: Improved btree write statisticsKent Overstreet
2023-10-22bcachefs: Make error messages more uniformKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Call bch2_btree_update_add_new_node() before dropping write lockKent Overstreet
2023-10-22bcachefs: Btree splits now only take the locks they needKent Overstreet
2023-10-22bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofailKent Overstreet
2023-10-22bcachefs: Add error path to btree_split()Kent Overstreet
2023-10-22bcachefs: Write new btree nodes after parent updateKent Overstreet
2023-10-22bcachefs: Fix a deadlock in btree_update_nodes_written()Kent Overstreet
2023-10-22bcachefs; Mark __bch2_trans_iter_init as inlineKent Overstreet
2023-10-22bcachefs: Fix blocking with locks heldKent Overstreet
2023-10-22bcachefs: btree_update_nodes_written() needs BTREE_INSERT_USE_RESERVEKent Overstreet
2023-10-22bcachefs: Fix error handling in bch2_btree_update_start()Kent Overstreet
2023-10-22bcachefs: All held locks must be in a btree pathKent Overstreet
2023-10-22bcachefs: bch2_btree_path_upgrade() now emits transaction restartKent Overstreet
2023-10-22bcachefs: Avoid using btree_node_lock_nopath()Kent Overstreet
2023-10-22bcachefs: Convert more locking code to btree_bkey_cached_commonKent Overstreet
2023-10-22bcachefs: bch2_btree_node_lock_write_nofail()Kent Overstreet
2023-10-22bcachefs: New locking functionsKent Overstreet
2023-10-22bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_update_start() to return -BCH_ERR_journal_reclaim_wo...Kent Overstreet
2023-10-22bcachefs: Improve trans_restart_journal_preres_get tracepointKent Overstreet
2023-10-22bcachefs: Add assertions for unexpected transaction restartsKent Overstreet
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet
2023-10-22bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesKent Overstreet
2023-10-22bcachefs: Don't set should_be_locked on paths that aren't lockedKent Overstreet
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-10-22bcachefs: lock time stats prep work.Daniel Hill
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-10-22bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet
2023-10-22bcachefs: Lock ordering fixKent Overstreet
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet