summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.h
AgeCommit message (Expand)Author
2025-06-17bcachefs: Fix restart handling in btree_node_scrub_work()Kent Overstreet
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet
2025-06-11bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet
2025-05-21bcachefs: Plumb target parameter through btree_node_rewrite_pos()Kent Overstreet
2025-03-14bcachefs: bch2_btree_node_rewrite_pos()Kent Overstreet
2025-03-14bcachefs: btree_node_(rewrite|update_key) cleanupKent Overstreet
2025-02-11bcachefs: Fix want_new_bset() so we write until the end of the btree nodeKent Overstreet
2024-12-21bcachefs: bch2_async_btree_node_rewrites_flush()Kent Overstreet
2024-12-21bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet
2024-09-09bcachefs: Assert that we don't lock nodes when !trans->lockedKent Overstreet
2024-07-14bcachefs: bch2_btree_reserve_cache_to_text()Kent Overstreet
2024-05-08bcachefs: bch2_btree_root_alloc_fake_trans()Kent Overstreet
2024-05-08bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet
2024-05-08bcachefs: add btree_node_merging_disabled debug paramKent Overstreet
2024-04-04bcachefs: Further improve btree_update_to_text()Kent Overstreet
2024-04-03bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet
2024-04-02bcachefs: Improve bch2_btree_update_to_text()Kent Overstreet
2024-03-31bcachefs: Improved topology repair checksKent Overstreet
2024-03-17bcachefs: Improve sysfs internal/btree_updatesKent Overstreet
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet
2023-12-19bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsKent Overstreet
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet
2023-10-22bcachefs: Move some declarations to the correct headerKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet
2023-10-22bcachefs: bch2_journal_entries_postprocess()Kent Overstreet
2023-10-22bcachefs: Handle btree node rewrites before going RWKent Overstreet
2023-10-22bcachefs: Improved btree write statisticsKent Overstreet
2023-10-22bcachefs: Btree splits now only take the locks they needKent Overstreet
2023-10-22bcachefs: New locking functionsKent Overstreet
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet
2023-10-22bcachefs: Fix usage of six lock's percpu modeKent Overstreet
2023-10-22bcachefs: Fix keylist size in btree_updateKent Overstreet
2023-10-22bcachefs: Option improvementsKent Overstreet
2023-10-22bcachefs: Add more time_statsKent Overstreet
2023-10-22bcachefs: Kill retry loop in btree merge pathKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Further reduce iter->trans usageKent Overstreet
2023-10-22bcachefs: Reduce iter->trans usageKent Overstreet
2023-10-22bcachefs: Regularize argument passing of btree_transKent Overstreet
2023-10-22bcachefs: Fix a deadlockKent Overstreet
2023-10-22bcachefs: Improve bset compactionKent Overstreet
2023-10-22bcachefs: bch2_foreground_maybe_merge() now correctly reports lock restartsKent Overstreet
2023-10-22bcachefs: Improve bch2_btree_update_start()Kent Overstreet
2023-10-22bcachefs: Delete dead codeKent Overstreet