summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-01-06bcachefs: bch2_trigger_pointer()Kent Overstreet1-234/+209
2024-01-06bcachefs: unify stripe triggerKent Overstreet2-97/+76
2024-01-06bcachefs: move stripe triggers to ec.cKent Overstreet4-340/+352
2024-01-06bcachefs: unify alloc triggerKent Overstreet2-165/+137
2024-01-06bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet4-128/+132
2024-01-06bcachefs: unify reservation triggerKent Overstreet3-63/+40
2024-01-06bcachefs: unify reflink_p triggerKent Overstreet2-82/+58
2024-01-06bcachefs: unify inode triggerKent Overstreet2-50/+33
2024-01-06bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet3-7/+4
2024-01-06bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet1-4/+22
2024-01-06bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2-6/+1
2024-01-06bcachefs: mark now takes bkey_sKent Overstreet11-29/+43
2024-01-06bcachefs: trans_mark now takes bkey_sKent Overstreet12-62/+62
2024-01-06bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet1-8/+6
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet9-245/+459
2024-01-06bcachefs: Fix printing of device durabilityKent Overstreet1-1/+1
2024-01-06bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet2-3/+3
2024-01-06bcachefs: __journal_keys_sort() refactoringKent Overstreet1-3/+1
2024-01-06bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet1-6/+6
2024-01-06bcachefs: track transaction durationsKent Overstreet3-12/+27
2024-01-06bcachefs: btree_trans always has statsKent Overstreet3-19/+8
2024-01-06bcachefs: Split brain detectionKent Overstreet2-11/+65
2024-01-06bcachefs: bch_member->seqKent Overstreet3-2/+22
2024-01-06bcachefs: Fix nochanges/read_only interactionKent Overstreet4-15/+18
2024-01-06bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet2-0/+52
2024-01-01bcachefs: check_directory_structure() can now be run onlineKent Overstreet2-67/+41
2024-01-01bcachefs: Fix reattach_inode() for snapshotsKent Overstreet3-46/+92
2024-01-01bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet1-31/+15
2024-01-01bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet1-1/+20
2024-01-01bcachefs: bch2_btree_trans_peek_updatesKent Overstreet1-9/+20
2024-01-01bcachefs: growable btree_pathsKent Overstreet4-22/+72
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet3-43/+51
2024-01-01bcachefs: trans->nr_pathsKent Overstreet4-8/+26
2024-01-01bcachefs: trans->updates will also be resizableKent Overstreet3-4/+5
2024-01-01bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet5-106/+100
2024-01-01bcachefs: rcu protect trans->pathsKent Overstreet4-11/+68
2024-01-01bcachefs: Clean up btree_transKent Overstreet6-39/+40
2024-01-01bcachefs: kill btree_path.idxKent Overstreet5-31/+8
2024-01-01bcachefs: get_unlocked_mut_path() -> btree_path_idx_tKent Overstreet1-43/+42
2024-01-01bcachefs: bch2_btree_iter_peek_prev() no longer uses path->idxKent Overstreet1-6/+6
2024-01-01bcachefs: bch2_path_get() no longer uses path->idxKent Overstreet1-5/+6
2024-01-01bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet4-14/+18
2024-01-01bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet6-49/+64
2024-01-01bcachefs: kill trans_for_each_path_from()Kent Overstreet1-5/+2
2024-01-01bcachefs: bch2_btree_path_to_text() -> btree_path_idx_tKent Overstreet2-7/+12
2024-01-01bcachefs: struct trans_for_each_path_inorder_iterKent Overstreet2-15/+23
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet6-48/+56
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet11-155/+195
2024-01-01bcachefs: btree_path_alloc() -> btree_path_idx_tKent Overstreet1-25/+24
2024-01-01bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet4-27/+31