summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Add assertions for unexpected transaction restartsKent Overstreet1-0/+2
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-3/+2
2023-10-23bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesKent Overstreet1-4/+1
2023-10-23bcachefs: Don't set should_be_locked on paths that aren't lockedKent Overstreet1-1/+1
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-13/+12
2023-10-23bcachefs: lock time stats prep work.Daniel Hill1-2/+2
2023-10-23bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet1-1/+1
2023-10-23bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-3/+3
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-4/+2
2023-10-23bcachefs: Lock ordering fixKent Overstreet1-6/+5
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-5/+13
2023-10-23bcachefs: btree_update_interior.c prep for backpointersKent Overstreet1-26/+19
2023-10-23bcachefs: Plumb btree_id & level to trans_markKent Overstreet1-17/+33
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-2/+4
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-8/+12
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-7/+10
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-4/+5
2023-10-23bcachefs: bch2_btree_update_start() refactoringKent Overstreet1-39/+41
2023-10-23bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-6/+3
2023-10-23bcachefs: x-macroize alloc_reserve enumKent Overstreet1-2/+2
2023-10-23bcachefs: Use darray for extra_journal_entriesKent Overstreet1-9/+19
2023-10-23bcachefs: Add a missing btree_path_set_dirty() callsKent Overstreet1-0/+1
2023-10-23bcachefs: Fix usage of six lock's percpu modeKent Overstreet1-45/+54
2023-10-23bcachefs: Simplify parameters to bch2_btree_update_start()Kent Overstreet1-15/+27
2023-10-23bcachefs: Drop unneeded journal pin in bch2_btree_update_start()Kent Overstreet1-6/+0
2023-10-23bcachefs: Fix race leading to btree node write getting stuckKent Overstreet1-0/+7
2023-10-23bcachefs: Improve btree_node_write_if_need()Kent Overstreet1-6/+6
2023-10-23bcachefs: Use x-macros for btree node flagsKent Overstreet1-3/+3
2023-10-23bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESKent Overstreet1-2/+1
2023-10-23bcachefs: Fix btree path sortingKent Overstreet1-0/+2
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-14/+17
2023-10-23bcachefs: bch2_trans_mark_key() now takes a bkey_i *Kent Overstreet1-16/+4
2023-10-23bcachefs: Set BTREE_NODE_SEQ() correctly in merge pathKent Overstreet1-0/+4
2023-10-23bcachefs: Also show when blocked on write locksKent Overstreet1-3/+3
2023-10-23bcachefs: Don't keep nodes in btree_reserve lockedKent Overstreet1-3/+7
2023-10-23bcachefs: Use BTREE_INSERT_USE_RESERVE in btree_update_key()Kent Overstreet1-0/+1
2023-10-23bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet1-2/+2
2023-10-23bcachefs: Simplify journal replayKent Overstreet1-4/+1
2023-10-23bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet1-0/+4
2023-10-23bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flagKent Overstreet1-1/+1
2023-10-23bcachefs: Option improvementsKent Overstreet1-4/+4
2023-10-23bcachefs: BTREE_ITER_NOPRESERVEKent Overstreet1-2/+2
2023-10-23bcachefs: Add more time_statsKent Overstreet1-2/+23
2023-10-23bcachefs: bch2_btree_node_rewrite() now returns transaction restartsKent Overstreet1-24/+29
2023-10-23bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet1-0/+4
2023-10-23bcachefs: More btree iterator fixesKent Overstreet1-0/+9
2023-10-23bcachefs: Fix an assertionKent Overstreet1-1/+2
2023-10-23bcachefs: Kill retry loop in btree merge pathKent Overstreet1-29/+5
2023-10-23bcachefs: Tighten up btree locking invariantsKent Overstreet1-4/+4