summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-22lockdep_debuglockdep_debugKent Overstreet
2023-12-22bcachefs: Add lockdep support for btree node locksKent Overstreet
2023-12-22bcachefs: Split brain detectionKent Overstreet
2023-12-22bcachefs: bch_member->seqKent Overstreet
2023-12-22MAINTAINERS: Update my email addressKent Overstreet
2023-12-21bcachefs: for_each_keylist_key() declares loop iterKent Overstreet
2023-12-21bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2023-12-21bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet
2023-12-21bcachefs: Fixes for rust bindgenKent Overstreet
2023-12-21bcachefs: check_directory_structure() can now be run onlineKent Overstreet
2023-12-21bcachefs: Fix reattach_inode() for snapshotsKent Overstreet
2023-12-21bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet
2023-12-21bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet
2023-12-21bcachefs: bch2_btree_trans_peek_updatesKent Overstreet
2023-12-21bcachefs: Kill GFP_NOFAIL usage in readahead pathKent Overstreet
2023-12-21bcachefs: Improve the nopromote tracepointKent Overstreet
2023-12-21bcachefs: mean and variance: fix kernel-doc for function paramsRandy Dunlap
2023-12-21bcachefs: Use GFP_KERNEL for promote allocationsKent Overstreet
2023-12-21bcachefs: Delete dio read alignment checkKent Overstreet
2023-12-21bcachefs: skip journal more often in key cache reclaimKent Overstreet
2023-12-21bcachefs: clean up some dead fallocate codeBrian Foster
2023-12-21bcachefs: Make sure allocation failure errors are loggedKent Overstreet
2023-12-21bcachefs: drop extra semicolonKent Overstreet
2023-12-21bcachefs: Replace zero-length array with flex-array member and use __counted_byGustavo A. R. Silva
2023-12-21bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva
2023-12-21bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet
2023-12-21bcachefs: fsck -> bch2_trans_run()Kent Overstreet
2023-12-21bcachefs: bch2_dirent_lookup() -> lockrestart_do()Kent Overstreet
2023-12-21bcachefs: vstruct_for_each() now declares loop iterKent Overstreet
2023-12-21bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet
2023-12-21bcachefs: for_each_member_device() now declares loop iterKent Overstreet
2023-12-21bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2023-12-21bcachefs: kill for_each_btree_key_norestart()Kent Overstreet
2023-12-21bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet
2023-12-21bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet
2023-12-21bcachefs: darray_for_each() now declares loop iterKent Overstreet
2023-12-21bcachefs: trans_for_each_update() now declares loop iterKent Overstreet
2023-12-21bcachefs: qstr_eq()Kent Overstreet
2023-12-21bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2023-12-21bcachefs: fix userspace build errorsKent Overstreet
2023-12-21bcachefs: growable btree_pathsKent Overstreet
2023-12-21bcachefs: Fix interior update path btree_path usesKent Overstreet
2023-12-21bcachefs: trans->nr_pathsKent Overstreet
2023-12-21bcachefs: trans->updates will also be resizableKent Overstreet
2023-12-21bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet
2023-12-21bcachefs: rcu protect trans->pathsKent Overstreet
2023-12-21bcachefs: btree write bounce overrun debugKent Overstreet
2023-12-21bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet
2023-12-21bcachefs: Clean up btree_transKent Overstreet
2023-12-21bcachefs: use track_event_change() for allocator blocked statsKent Overstreet