aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/bcachefs/btree_update_interior.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-14bcachefs: bch2_btree_node_rewrite_pos()Kent Overstreet1-0/+4
2025-03-14bcachefs: btree_node_(rewrite|update_key) cleanupKent Overstreet1-0/+3
2025-02-11bcachefs: Fix want_new_bset() so we write until the end of the btree nodeKent Overstreet1-2/+2
2024-12-21bcachefs: bch2_async_btree_node_rewrites_flush()Kent Overstreet1-0/+1
2024-12-21bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet1-1/+1
2024-09-09bcachefs: Assert that we don't lock nodes when !trans->lockedKent Overstreet1-0/+2
2024-07-14bcachefs: bch2_btree_reserve_cache_to_text()Kent Overstreet1-0/+2
2024-05-08bcachefs: bch2_btree_root_alloc_fake_trans()Kent Overstreet1-0/+2
2024-05-08bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet1-1/+1
2024-05-08bcachefs: add btree_node_merging_disabled debug paramKent Overstreet1-0/+3
2024-04-04bcachefs: Further improve btree_update_to_text()Kent Overstreet1-1/+2
2024-04-03bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet1-1/+1
2024-04-02bcachefs: Improve bch2_btree_update_to_text()Kent Overstreet1-9/+15
2024-03-31bcachefs: Improved topology repair checksKent Overstreet1-0/+2
2024-03-17bcachefs: Improve sysfs internal/btree_updatesKent Overstreet1-0/+1
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet1-0/+2
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-25/+17
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet1-5/+6
2023-12-19bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet1-4/+0
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet1-1/+0
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsKent Overstreet1-1/+1
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet1-1/+1
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet1-1/+1
2023-10-22bcachefs: Move some declarations to the correct headerKent Overstreet1-0/+9
2023-10-22bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet1-0/+1
2023-10-22bcachefs: bch2_journal_entries_postprocess()Kent Overstreet1-1/+1
2023-10-22bcachefs: Handle btree node rewrites before going RWKent Overstreet1-0/+3
2023-10-22bcachefs: Improved btree write statisticsKent Overstreet1-0/+1
2023-10-22bcachefs: Btree splits now only take the locks they needKent Overstreet1-0/+1
2023-10-22bcachefs: New locking functionsKent Overstreet1-0/+1
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet1-1/+1
2023-10-22bcachefs: Fix usage of six lock's percpu modeKent Overstreet1-2/+4
2023-10-22bcachefs: Fix keylist size in btree_updateKent Overstreet1-2/+2
2023-10-22bcachefs: Option improvementsKent Overstreet1-1/+1
2023-10-22bcachefs: Add more time_statsKent Overstreet1-0/+1
2023-10-22bcachefs: Kill retry loop in btree merge pathKent Overstreet1-5/+1
2023-10-22bcachefs: btree_pathKent Overstreet1-10/+10
2023-10-22bcachefs: Further reduce iter->trans usageKent Overstreet1-1/+1
2023-10-22bcachefs: Reduce iter->trans usageKent Overstreet1-14/+0
2023-10-22bcachefs: Regularize argument passing of btree_transKent Overstreet1-14/+11
2023-10-22bcachefs: Fix a deadlockKent Overstreet1-0/+4
2023-10-22bcachefs: Improve bset compactionKent Overstreet1-1/+3
2023-10-22bcachefs: bch2_foreground_maybe_merge() now correctly reports lock restartsKent Overstreet1-12/+12
2023-10-22bcachefs: Improve bch2_btree_update_start()Kent Overstreet1-2/+2
2023-10-22bcachefs: Delete dead codeKent Overstreet1-1/+0
2023-10-22bcachefs: Hack around bch2_varint_decode invalid readsKent Overstreet1-0/+3
2023-10-22bcachefs: Convert various code to printbufKent Overstreet1-1/+1
2023-10-22bcachefs: Fix bch2_btree_node_insert_fits()Kent Overstreet1-1/+1
2023-10-22bcachefs: More open bucketsKent Overstreet1-2/+2
2023-10-22bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-36/+28