summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-05bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet
2024-01-05bcachefs: Fix printing of device durabilityKent Overstreet
2024-01-05bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet
2024-01-05bcachefs: __journal_keys_sort() refactoringKent Overstreet
2024-01-05bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet
2024-01-05bcachefs: track transaction durationsKent Overstreet
2024-01-05bcachefs: btree_trans always has statsKent Overstreet
2024-01-05bcachefs: Split brain detectionKent Overstreet
2024-01-05bcachefs: bch_member->seqKent Overstreet
2024-01-05bcachefs: Fix nochanges/read_only interactionKent Overstreet
2024-01-05bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet
2024-01-01bcachefs: check_directory_structure() can now be run onlineKent Overstreet
2024-01-01bcachefs: Fix reattach_inode() for snapshotsKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_updatesKent Overstreet
2024-01-01bcachefs: growable btree_pathsKent Overstreet
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet
2024-01-01bcachefs: trans->nr_pathsKent Overstreet
2024-01-01bcachefs: trans->updates will also be resizableKent Overstreet
2024-01-01bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet
2024-01-01bcachefs: rcu protect trans->pathsKent Overstreet
2024-01-01bcachefs: Clean up btree_transKent Overstreet
2024-01-01bcachefs: kill btree_path.idxKent Overstreet
2024-01-01bcachefs: get_unlocked_mut_path() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: bch2_btree_iter_peek_prev() no longer uses path->idxKent Overstreet
2024-01-01bcachefs: bch2_path_get() no longer uses path->idxKent 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: kill trans_for_each_path_from()Kent Overstreet
2024-01-01bcachefs: bch2_btree_path_to_text() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: struct trans_for_each_path_inorder_iterKent Overstreet
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: btree_path_alloc() -> 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_btree_path_set_pos() -> 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: minor bch2_btree_path_set_pos() optimizationKent Overstreet
2024-01-01bcachefs: Kill GFP_NOFAIL usage in readahead pathKent Overstreet
2024-01-01bcachefs: Convert split_devs() to darrayKent Overstreet
2024-01-01bcachefs: skip journal more often in key cache reclaimKent Overstreet
2024-01-01bcachefs: for_each_keylist_key() declares loop iterKent Overstreet
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2024-01-01bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet
2024-01-01bcachefs: fsck -> bch2_trans_run()Kent Overstreet
2024-01-01bcachefs: vstruct_for_each() now declares loop iterKent Overstreet