summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: seqmutex; fix a lockdep splatKent Overstreet1-9/+9
2023-10-23bcachefs: More drop_locks_do() conversionsKent Overstreet1-3/+1
2023-10-23bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks heldKent Overstreet1-8/+21
2023-10-23bcachefs: drop_locks_do()Kent Overstreet1-6/+3
2023-10-23bcachefs: trans_for_each_path_safe()Kent Overstreet1-2/+6
2023-10-23six locks: Seq now only incremented on unlockKent Overstreet1-1/+0
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-2/+2
2023-10-23bcachefs: Don't call local_clock() twice in trans_begin()Kent Overstreet1-2/+5
2023-10-23bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()Kent Overstreet1-3/+3
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet1-0/+11
2023-10-23bcachefs: Plumb btree_trans through btree cache codeKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_btree_iter_peek_and_restart_outlined()Kent Overstreet1-0/+12
2023-10-23bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipKent Overstreet1-2/+3
2023-10-23bcachefs: Add an assertion for using multiple btree_transKent Overstreet1-0/+9
2023-10-23bcachefs: Btree write bufferKent Overstreet1-1/+16
2023-10-23bcachefs: trans->notrace_relock_failKent Overstreet1-1/+3
2023-10-23bcachefs: Switch a BUG_ON() to a panic()Kent Overstreet1-1/+4
2023-10-23bcachefs: Fix btree_path_alloc()Kent Overstreet1-3/+8
2023-10-23bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-11/+17
2023-10-23bcachefs: Use six_lock_ip()Kent Overstreet1-3/+3
2023-10-23bcachefs: bch2_trans_in_restart_error()Kent Overstreet1-11/+17
2023-10-23bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet1-8/+0
2023-10-23bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet1-27/+5
2023-10-23bcachefs: btree_iter->ip_allocatedKent Overstreet1-22/+47
2023-10-23bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMKent Overstreet1-1/+1
2023-10-23bcachefs: Fix bch2_btree_path_traverse_all()Kent Overstreet1-0/+3
2023-10-23bcachefs: Delete a faulty assertionKent Overstreet1-5/+4
2023-10-23bcachefs: bch2_btree_trans_to_text(): print blocked timeKent Overstreet1-1/+3
2023-10-23bcachefs: Fix for long running btree transactions & key cacheKent Overstreet1-0/+18
2023-10-23bcachefs: bch2_trans_revalidate_updates_in_node()Kent Overstreet1-0/+30
2023-10-23bcachefs: bkey_min(), bkey_max()Kent Overstreet1-3/+1
2023-10-23bcachefs: Add a missing bch2_btree_path_traverse() callKent Overstreet1-0/+5
2023-10-23bcachefs: Fix a btree iter assertion popKent Overstreet1-7/+16
2023-10-23bcachefs: Key cache now works for snapshots btreesKent Overstreet1-0/+4
2023-10-23bcachefs: Bring back BTREE_ITER_CACHED_NOFILLKent Overstreet1-2/+4
2023-10-23bcachefs: Kill __btree_trans_peek_key_cache()Kent Overstreet1-12/+5
2023-10-23bcachefs: Fix __btree_trans_peek_key_cache()Kent Overstreet1-1/+7
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-43/+43
2023-10-23bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet1-62/+20
2023-10-23bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUGKent Overstreet1-1/+1
2023-10-23bcachefs: Fix return code from btree_path_traverse_one()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-4/+4
2023-10-23bcachefs: Improve __bch2_btree_path_make_mut()Kent Overstreet1-6/+0
2023-10-23bcachefs: Inlining improvementsKent Overstreet1-1/+2
2023-10-23bcachefs: More style fixesKent Overstreet1-0/+2
2023-10-23bcachefs: Journal keys overlay fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Fix an out-of-bounds shiftKent Overstreet1-3/+3
2023-10-23bcachefs: Don't touch c->flags in bch2_trans_iter_init()Kent Overstreet1-5/+7
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-2/+2