summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet2024-01-015-16/+20
* bcachefs: minor bch2_btree_path_set_pos() optimizationKent Overstreet2024-01-012-6/+6
* bcachefs: Kill GFP_NOFAIL usage in readahead pathKent Overstreet2024-01-011-17/+14
* bcachefs: Convert split_devs() to darrayKent Overstreet2024-01-014-48/+58
* bcachefs: skip journal more often in key cache reclaimKent Overstreet2024-01-011-1/+3
* bcachefs: for_each_keylist_key() declares loop iterKent Overstreet2024-01-014-13/+4
* bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet2024-01-0110-38/+7
* bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet2024-01-012-35/+17
* bcachefs: fsck -> bch2_trans_run()Kent Overstreet2024-01-011-43/+34
* bcachefs: vstruct_for_each() now declares loop iterKent Overstreet2024-01-015-19/+9
* bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet2024-01-0110-81/+53
* bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-0114-242/+157
* bcachefs: for_each_btree_key() now declares loop iterKent Overstreet2024-01-0119-360/+161
* bcachefs: kill for_each_btree_key_norestart()Kent Overstreet2024-01-011-20/+8
* bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet2024-01-012-27/+12
* bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet2024-01-015-23/+23
* bcachefs: bch2_dirent_lookup() -> lockrestart_do()Kent Overstreet2024-01-011-10/+4
* bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet2024-01-012-2/+2
* bcachefs: use track_event_change() for allocator blocked statsKent Overstreet2024-01-011-17/+8
* bcachefs: fix warning about uninitialized time_statsKent Overstreet2024-01-011-3/+3
* bcachefs: add more verbose loggingKent Overstreet2024-01-011-4/+5
* bcachefs: better error message in btree_node_write_work()Kent Overstreet2024-01-012-1/+4
* bcachefs: simplify bch_devs_listKent Overstreet2024-01-015-23/+18
* bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-0113-43/+15
* bcachefs: trans_for_each_update() now declares loop iterKent Overstreet2024-01-014-25/+7
* bcachefs: Improve the nopromote tracepointKent Overstreet2024-01-012-13/+19
* bcachefs: Use GFP_KERNEL for promote allocationsKent Overstreet2024-01-011-3/+3
* bcachefs: mean and variance: fix kernel-doc for function paramsRandy Dunlap2024-01-011-2/+8
* bcachefs: check for failure to downgradeKent Overstreet2024-01-012-0/+13
* bcachefs: Fixes for rust bindgenKent Overstreet2024-01-012-1/+8
* bcachefs: Delete dio read alignment checkKent Overstreet2024-01-011-3/+0
* MAINTAINERS: Update my email addressKent Overstreet2024-01-011-1/+1
* bcachefs: clean up some dead fallocate codeBrian Foster2024-01-011-23/+12
* bcachefs: Make sure allocation failure errors are loggedKent Overstreet2024-01-015-2/+22
* bcachefs: drop extra semicolonKent Overstreet2024-01-011-1/+1
* bcachefs: Replace zero-length array with flex-array member and use __counted_byGustavo A. R. Silva2024-01-011-1/+1
* bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva2024-01-011-1/+2
* bcachefs: qstr_eq()Kent Overstreet2024-01-013-4/+9
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-0123-212/+133
* bcachefs: fix userspace build errorsKent Overstreet2024-01-013-3/+4
* bcachefs: Drop journal entry compactionKent Overstreet2024-01-011-24/+2
* bcachefs: kill btree_trans->wb_updatesKent Overstreet2024-01-017-103/+28
* bcachefs: check_root() can now be run onlineKent Overstreet2024-01-012-9/+3
* bcachefs: Inline btree write buffer sortKent Overstreet2024-01-012-13/+84
* bcachefs: btree write buffer now slurps keys from journalKent Overstreet2024-01-0116-230/+518
* bcachefs: journal->buf_lockKent Overstreet2024-01-013-0/+9