summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-01bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_tKent Overstreet4-19/+19
2024-01-01bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet3-30/+33
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet5-33/+31
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet5-16/+20
2024-01-01bcachefs: minor bch2_btree_path_set_pos() optimizationKent Overstreet2-6/+6
2024-01-01bcachefs: Kill GFP_NOFAIL usage in readahead pathKent Overstreet1-17/+14
2024-01-01bcachefs: Convert split_devs() to darrayKent Overstreet4-48/+58
2024-01-01bcachefs: skip journal more often in key cache reclaimKent Overstreet1-1/+3
2024-01-01bcachefs: for_each_keylist_key() declares loop iterKent Overstreet4-13/+4
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet10-38/+7
2024-01-01bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet2-35/+17
2024-01-01bcachefs: fsck -> bch2_trans_run()Kent Overstreet1-43/+34
2024-01-01bcachefs: vstruct_for_each() now declares loop iterKent Overstreet5-19/+9
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet10-81/+53
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet14-242/+157
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet19-360/+161
2024-01-01bcachefs: kill for_each_btree_key_norestart()Kent Overstreet1-20/+8
2024-01-01bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet2-27/+12
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet5-23/+23
2024-01-01bcachefs: bch2_dirent_lookup() -> lockrestart_do()Kent Overstreet1-10/+4
2024-01-01bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet2-2/+2
2024-01-01bcachefs: use track_event_change() for allocator blocked statsKent Overstreet1-17/+8
2024-01-01bcachefs: fix warning about uninitialized time_statsKent Overstreet1-3/+3
2024-01-01bcachefs: add more verbose loggingKent Overstreet1-4/+5
2024-01-01bcachefs: better error message in btree_node_write_work()Kent Overstreet2-1/+4
2024-01-01bcachefs: simplify bch_devs_listKent Overstreet5-23/+18
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet13-43/+15
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet4-25/+7
2024-01-01bcachefs: Improve the nopromote tracepointKent Overstreet2-13/+19
2024-01-01bcachefs: Use GFP_KERNEL for promote allocationsKent Overstreet1-3/+3
2024-01-01bcachefs: mean and variance: fix kernel-doc for function paramsRandy Dunlap1-2/+8
2024-01-01bcachefs: check for failure to downgradeKent Overstreet2-0/+13
2024-01-01bcachefs: Fixes for rust bindgenKent Overstreet2-1/+8
2024-01-01bcachefs: Delete dio read alignment checkKent Overstreet1-3/+0
2024-01-01MAINTAINERS: Update my email addressKent Overstreet1-1/+1
2024-01-01bcachefs: clean up some dead fallocate codeBrian Foster1-23/+12
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet5-2/+22