summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Improve trans_restart_split_race tracepointKent Overstreet1-2/+2
2023-10-23bcachefs: Fix bch2_extent_fallocate() in nocow modeKent Overstreet1-0/+2
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-3/+6
2023-10-23bcachefs: Drop some anonymous structs, unionsKent Overstreet1-2/+2
2023-10-23bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet1-1/+1
2023-10-23bcachefs: Plumb btree_trans through btree cache codeKent Overstreet1-4/+11
2023-10-23bcachefs: Add tracepoint & counter for btree split raceKent Overstreet1-1/+3
2023-10-23bcachefs: bch2_journal_entries_postprocess()Kent Overstreet1-10/+5
2023-10-23bcachefs: Handle btree node rewrites before going RWKent Overstreet1-7/+58
2023-10-23bcachefs: Add some logging for btree node rewrites due to errorsKent Overstreet1-3/+20
2023-10-23bcachefs: Debug mode for c->writes referencesKent Overstreet1-3/+3
2023-10-23bcachefs: Fix btree_node_write_blocked() not being clearedKent Overstreet1-0/+3
2023-10-23bcachefs: Improve btree_reserve_get_fail tracepointKent Overstreet1-1/+2
2023-10-23bcachefs: Convert EAGAIN errors to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: btree_iter->ip_allocatedKent Overstreet1-4/+6
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-9/+8
2023-10-23bcachefs: Fix a race with b->write_typeKent Overstreet1-2/+10
2023-10-23bcachefs: Btree split improvementKent Overstreet1-144/+106
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-0/+1
2023-10-23bcachefs: Make error messages more uniformKent Overstreet1-3/+3
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Call bch2_btree_update_add_new_node() before dropping write lockKent Overstreet1-11/+9
2023-10-23bcachefs: Btree splits now only take the locks they needKent Overstreet1-17/+25
2023-10-23bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofailKent Overstreet1-1/+6
2023-10-23bcachefs: Add error path to btree_split()Kent Overstreet1-18/+87