aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Call bch2_btree_update_add_new_node() before dropping write lockKent Overstreet1-11/+9
2023-10-22bcachefs: Btree splits now only take the locks they needKent Overstreet1-17/+25
2023-10-22bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofailKent Overstreet1-1/+6
2023-10-22bcachefs: Add error path to btree_split()Kent Overstreet1-18/+87
2023-10-22bcachefs: Write new btree nodes after parent updateKent Overstreet1-22/+24
2023-10-22bcachefs: Fix a deadlock in btree_update_nodes_written()Kent Overstreet1-0/+11
2023-10-22bcachefs; Mark __bch2_trans_iter_init as inlineKent Overstreet1-2/+1
2023-10-22bcachefs: Fix blocking with locks heldKent Overstreet1-2/+2
2023-10-22bcachefs: btree_update_nodes_written() needs BTREE_INSERT_USE_RESERVEKent Overstreet1-0/+1
2023-10-22bcachefs: Fix error handling in bch2_btree_update_start()Kent Overstreet1-2/+2
2023-10-22bcachefs: All held locks must be in a btree pathKent Overstreet1-3/+75
2023-10-22bcachefs: bch2_btree_path_upgrade() now emits transaction restartKent Overstreet1-7/+5
2023-10-22bcachefs: Avoid using btree_node_lock_nopath()Kent Overstreet1-26/+21
2023-10-22bcachefs: Convert more locking code to btree_bkey_cached_commonKent Overstreet1-2/+2
2023-10-22bcachefs: bch2_btree_node_lock_write_nofail()Kent Overstreet1-2/+2
2023-10-22bcachefs: New locking functionsKent Overstreet1-43/+52
2023-10-22bcachefs: Add persistent counters for all tracepointsKent Overstreet1-11/+10
2023-10-22bcachefs: Fix bch2_btree_update_start() to return -BCH_ERR_journal_reclaim_wo...Kent Overstreet1-0/+5
2023-10-22bcachefs: Improve trans_restart_journal_preres_get tracepointKent Overstreet1-1/+1
2023-10-22bcachefs: Add assertions for unexpected transaction restartsKent Overstreet1-0/+2
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet1-3/+2
2023-10-22bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesKent Overstreet1-4/+1
2023-10-22bcachefs: Don't set should_be_locked on paths that aren't lockedKent Overstreet1-1/+1
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-13/+12
2023-10-22bcachefs: lock time stats prep work.Daniel Hill1-2/+2
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet1-1/+1
2023-10-22bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-3/+3
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet1-4/+2
2023-10-22bcachefs: Lock ordering fixKent Overstreet1-6/+5
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet1-5/+13
2023-10-22bcachefs: btree_update_interior.c prep for backpointersKent Overstreet1-26/+19
2023-10-22bcachefs: Plumb btree_id & level to trans_markKent Overstreet1-17/+33
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet1-2/+4
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-8/+12
2023-10-22bcachefs: Kill allocator threads & freelistsKent Overstreet1-7/+10
2023-10-22bcachefs: Run btree updates after write out of write_pointKent Overstreet1-4/+5
2023-10-22bcachefs: bch2_btree_update_start() refactoringKent Overstreet1-39/+41
2023-10-22bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-6/+3
2023-10-22bcachefs: x-macroize alloc_reserve enumKent Overstreet1-2/+2
2023-10-22bcachefs: Use darray for extra_journal_entriesKent Overstreet1-9/+19
2023-10-22bcachefs: Add a missing btree_path_set_dirty() callsKent Overstreet1-0/+1
2023-10-22bcachefs: Fix usage of six lock's percpu modeKent Overstreet1-45/+54
2023-10-22bcachefs: Simplify parameters to bch2_btree_update_start()Kent Overstreet1-15/+27
2023-10-22bcachefs: Drop unneeded journal pin in bch2_btree_update_start()Kent Overstreet1-6/+0
2023-10-22bcachefs: Fix race leading to btree node write getting stuckKent Overstreet1-0/+7
2023-10-22bcachefs: Improve btree_node_write_if_need()Kent Overstreet1-6/+6
2023-10-22bcachefs: Use x-macros for btree node flagsKent Overstreet1-3/+3
2023-10-22bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESKent Overstreet1-2/+1
2023-10-22bcachefs: Fix btree path sortingKent Overstreet1-0/+2