summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: btree_pathKent Overstreet1-107/+110
2023-10-23bcachefs: Add an assertion for removing btree nodes from cacheKent Overstreet1-2/+3
2023-10-23bcachefs: More renamingKent Overstreet1-4/+4
2023-10-23bcachefs: Clean up/rename bch2_trans_node_* fnsKent Overstreet1-18/+17
2023-10-23bcachefs: Further reduce iter->trans usageKent Overstreet1-1/+1
2023-10-23bcachefs: Reduce iter->trans usageKent Overstreet1-73/+73
2023-10-23bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet1-2/+1
2023-10-23bcachefs: trans->restartedKent Overstreet1-0/+1
2023-10-23bcachefs: Clean up interior update pathsKent Overstreet1-26/+3
2023-10-23bcachefs: Update btree ptrs after every writeKent Overstreet1-69/+125
2023-10-23bcachefs: Fix an allocator shutdown deadlockKent Overstreet1-11/+16
2023-10-23bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet1-1/+1
2023-10-23bcachefs: Regularize argument passing of btree_transKent Overstreet1-23/+37
2023-10-23bcachefs: Split out SPOS_MAXKent Overstreet1-4/+4
2023-10-23bcachefs: Extensive triggers cleanupsKent Overstreet1-2/+2
2023-10-23bcachefs: Improve iter->should_be_lockedKent Overstreet1-0/+2