summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: unify alloc triggerKent Overstreet2024-01-062-165/+137
* bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet2024-01-064-128/+132
* bcachefs: unify reservation triggerKent Overstreet2024-01-063-63/+40
* bcachefs: unify reflink_p triggerKent Overstreet2024-01-062-82/+58
* bcachefs: unify inode triggerKent Overstreet2024-01-062-50/+33
* bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet2024-01-063-7/+4
* bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet2024-01-061-4/+22
* bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2024-01-062-6/+1
* bcachefs: mark now takes bkey_sKent Overstreet2024-01-0611-29/+43
* bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-0612-62/+62
* bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet2024-01-061-8/+6
* bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-069-245/+459
* bcachefs: Fix printing of device durabilityKent Overstreet2024-01-061-1/+1
* bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet2024-01-062-3/+3
* bcachefs: __journal_keys_sort() refactoringKent Overstreet2024-01-061-3/+1
* bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet2024-01-061-6/+6
* bcachefs: track transaction durationsKent Overstreet2024-01-063-12/+27
* bcachefs: btree_trans always has statsKent Overstreet2024-01-063-19/+8
* bcachefs: Split brain detectionKent Overstreet2024-01-062-11/+65
* bcachefs: bch_member->seqKent Overstreet2024-01-063-2/+22
* bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-064-15/+18
* bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet2024-01-062-0/+52
* bcachefs: check_directory_structure() can now be run onlineKent Overstreet2024-01-012-67/+41
* bcachefs: Fix reattach_inode() for snapshotsKent Overstreet2024-01-013-46/+92
* bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet2024-01-011-31/+15
* bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet2024-01-011-1/+20
* bcachefs: bch2_btree_trans_peek_updatesKent Overstreet2024-01-011-9/+20
* bcachefs: growable btree_pathsKent Overstreet2024-01-014-22/+72
* bcachefs: Fix interior update path btree_path usesKent Overstreet2024-01-013-43/+51
* bcachefs: trans->nr_pathsKent Overstreet2024-01-014-8/+26
* bcachefs: trans->updates will also be resizableKent Overstreet2024-01-013-4/+5
* bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet2024-01-015-106/+100
* bcachefs: rcu protect trans->pathsKent Overstreet2024-01-014-11/+68
* bcachefs: Clean up btree_transKent Overstreet2024-01-016-39/+40
* bcachefs: kill btree_path.idxKent Overstreet2024-01-015-31/+8
* bcachefs: get_unlocked_mut_path() -> btree_path_idx_tKent Overstreet2024-01-011-43/+42
* bcachefs: bch2_btree_iter_peek_prev() no longer uses path->idxKent Overstreet2024-01-011-6/+6
* bcachefs: bch2_path_get() no longer uses path->idxKent Overstreet2024-01-011-5/+6
* bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet2024-01-014-14/+18
* bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet2024-01-016-49/+64
* bcachefs: kill trans_for_each_path_from()Kent Overstreet2024-01-011-5/+2
* bcachefs: bch2_btree_path_to_text() -> btree_path_idx_tKent Overstreet2024-01-012-7/+12
* bcachefs: struct trans_for_each_path_inorder_iterKent Overstreet2024-01-012-15/+23
* bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet2024-01-016-48/+56
* bcachefs: btree_iter -> btree_path_idx_tKent Overstreet2024-01-0111-155/+195
* bcachefs: btree_path_alloc() -> btree_path_idx_tKent Overstreet2024-01-011-25/+24
* bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet2024-01-014-27/+31
* bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_tKent Overstreet2024-01-014-19/+19
* bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet2024-01-013-30/+33
* bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet2024-01-015-33/+31