summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_interior.c
AgeCommit message (Expand)Author
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet
2024-03-31bcachefs: Fix bch2_btree_increase_depth()Kent Overstreet
2024-03-31bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet
2024-03-31bcachefs: Improved topology repair checksKent Overstreet
2024-03-31bcachefs: Be careful about btree node splits during journal replayKent Overstreet
2024-03-18bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet
2024-03-18bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet
2024-03-17bcachefs: Improve sysfs internal/btree_updatesKent Overstreet
2024-03-17bcachefs: Split out btree_node_rewrite_workerKent Overstreet
2024-03-13bcachefs: Kill unused flags argument to btree_split()Kent Overstreet
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-03-10bcachefs: bump max_active on btree_interior_update_workerKent Overstreet
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet
2024-02-13bcachefs: Clamp replicas_required to replicasKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet
2024-01-05bcachefs: trans_mark now takes bkey_sKent Overstreet
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet
2024-01-01bcachefs: get_unlocked_mut_path() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet
2024-01-01bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: for_each_keylist_key() declares loop iterKent Overstreet
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2024-01-01bcachefs: Kill dead BTREE_INSERT flagsKent Overstreet
2024-01-01bcachefs: Journal pins must always have a flush_fnKent Overstreet
2023-12-19bcachefs; guard against overflow in btree node splitKent Overstreet
2023-12-19bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet
2023-12-04bcachefs: Fix a journal deadlock in replayKent Overstreet
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet
2023-11-28bcachefs: Fix split_race livelockKent Overstreet
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent 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-04bcachefs: Fix build errors with gcc 10Kent Overstreet
2023-11-01bcachefs: Don't downgrade locks on transaction restartKent Overstreet
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet