summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: remove redundant initialization of pointer dColin Ian King
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-10-22bcachefs: Fix silent enum conversion errorKent Overstreet
2023-10-22bcachefs: Don't open code closure_nr_remaining()Kent Overstreet
2023-10-22bcachefs: btree_journal_iter.cKent Overstreet
2023-10-22bcachefs: Assorted fixes for clangKent Overstreet
2023-10-22bcachefs: Fix a write buffer flush deadlockKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet
2023-10-22bcachefs: Kill JOURNAL_WATERMARKKent Overstreet
2023-10-22bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_update_start()Kent Overstreet
2023-10-22bcachefs: Delete weird hacky transaction restart injectionKent Overstreet
2023-10-22bcachefs: More drop_locks_do() conversionsKent Overstreet
2023-10-22bcachefs: drop_locks_do()Kent Overstreet
2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet
2023-10-22six locks: Kill six_lock_state unionKent Overstreet
2023-10-22bcachefs: Improve trans_restart_split_race tracepointKent Overstreet
2023-10-22bcachefs: Fix bch2_extent_fallocate() in nocow modeKent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet
2023-10-22bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet
2023-10-22bcachefs: Plumb btree_trans through btree cache codeKent Overstreet
2023-10-22bcachefs: Add tracepoint & counter for btree split raceKent Overstreet
2023-10-22bcachefs: bch2_journal_entries_postprocess()Kent Overstreet
2023-10-22bcachefs: Handle btree node rewrites before going RWKent Overstreet
2023-10-22bcachefs: Add some logging for btree node rewrites due to errorsKent Overstreet
2023-10-22bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-10-22bcachefs: Fix btree_node_write_blocked() not being clearedKent Overstreet
2023-10-22bcachefs: Improve btree_reserve_get_fail tracepointKent Overstreet
2023-10-22bcachefs: Convert EAGAIN errors to private error codesKent Overstreet
2023-10-22bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: Fix a race with b->write_typeKent Overstreet
2023-10-22bcachefs: Btree split improvementKent Overstreet
2023-10-22bcachefs: Improved btree write statisticsKent Overstreet
2023-10-22bcachefs: Make error messages more uniformKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Call bch2_btree_update_add_new_node() before dropping write lockKent Overstreet
2023-10-22bcachefs: Btree splits now only take the locks they needKent Overstreet
2023-10-22bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofailKent Overstreet
2023-10-22bcachefs: Add error path to btree_split()Kent Overstreet
2023-10-22bcachefs: Write new btree nodes after parent updateKent Overstreet
2023-10-22bcachefs: Fix a deadlock in btree_update_nodes_written()Kent Overstreet
2023-10-22bcachefs; Mark __bch2_trans_iter_init as inlineKent Overstreet
2023-10-22bcachefs: Fix blocking with locks heldKent Overstreet
2023-10-22bcachefs: btree_update_nodes_written() needs BTREE_INSERT_USE_RESERVEKent Overstreet
2023-10-22bcachefs: Fix error handling in bch2_btree_update_start()Kent Overstreet