summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: get_unlocked_mut_path() -> btree_path_idx_tKent Overstreet1-43/+42
2024-01-01bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet1-1/+2
2024-01-01bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet1-4/+4
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet1-17/+18
2024-01-01bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet1-4/+6
2024-01-01bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_tKent Overstreet1-5/+5
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet1-6/+6
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet1-2/+2
2024-01-01bcachefs: for_each_keylist_key() declares loop iterKent Overstreet1-2/+0
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet1-0/+3
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-3/+2
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet1-5/+5
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet1-9/+6
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet1-17/+18
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-2/+2
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-8/+8
2024-01-01bcachefs: Kill dead BTREE_INSERT flagsKent Overstreet1-10/+4
2024-01-01bcachefs: Journal pins must always have a flush_fnKent Overstreet1-3/+18
2023-12-20bcachefs; guard against overflow in btree node splitKent Overstreet1-0/+12
2023-12-20bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet1-13/+14
2023-12-05bcachefs: Fix a journal deadlock in replayKent Overstreet1-0/+11
2023-11-29bcachefs: Fix race between btree writes and metadata dropKent Overstreet1-0/+4
2023-11-29bcachefs: Fix split_race livelockKent Overstreet1-1/+5
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-2/+2
2023-11-15bcachefs: Kill journal pre-reservationsKent Overstreet1-30/+0
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsKent Overstreet1-9/+3
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet1-1/+1
2023-11-02bcachefs: Don't downgrade locks on transaction restartKent Overstreet1-1/+1
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-2/+2
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-18/+17
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-32/+26
2023-10-23bcachefs: remove redundant initialization of pointer dColin Ian King1-1/+1
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-3/+2
2023-10-23bcachefs: Fix silent enum conversion errorKent Overstreet1-7/+7
2023-10-23bcachefs: Don't open code closure_nr_remaining()Kent Overstreet1-1/+1
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet1-1/+1
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-2/+2
2023-10-23bcachefs: Fix a write buffer flush deadlockKent Overstreet1-0/+11
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-9/+9
2023-10-23bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-29/+27
2023-10-23bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet1-1/+4
2023-10-23bcachefs: Kill JOURNAL_WATERMARKKent Overstreet1-3/+3
2023-10-23bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet1-3/+3
2023-10-23bcachefs: Fix bch2_btree_update_start()Kent Overstreet1-1/+1
2023-10-23bcachefs: Delete weird hacky transaction restart injectionKent Overstreet1-3/+0
2023-10-23bcachefs: More drop_locks_do() conversionsKent Overstreet1-8/+4
2023-10-23bcachefs: drop_locks_do()Kent Overstreet1-6/+2
2023-10-23bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet1-1/+1
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-1/+1