summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
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-01bcachefs: clean up some dead fallocate codeBrian Foster1-23/+12
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet5-2/+22
2024-01-01bcachefs: drop extra semicolonKent Overstreet1-1/+1
2024-01-01bcachefs: Replace zero-length array with flex-array member and use __counted_byGustavo A. R. Silva1-1/+1
2024-01-01bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva1-1/+2
2024-01-01bcachefs: qstr_eq()Kent Overstreet3-4/+9
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet23-212/+133
2024-01-01bcachefs: fix userspace build errorsKent Overstreet3-3/+4
2024-01-01bcachefs: Drop journal entry compactionKent Overstreet1-24/+2
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet7-103/+28
2024-01-01bcachefs: check_root() can now be run onlineKent Overstreet2-9/+3
2024-01-01bcachefs: Inline btree write buffer sortKent Overstreet2-13/+84
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet16-230/+518
2024-01-01bcachefs: journal->buf_lockKent Overstreet3-0/+9
2024-01-01bcachefs: Unwritten journal buffers are always dirtyKent Overstreet1-0/+1
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet3-12/+20
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet7-63/+98
2024-01-01bcachefs; kill bch2_btree_key_cache_flush()Kent Overstreet2-18/+0
2024-01-01bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet4-12/+2