summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet1-1/+1
2023-11-05bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet1-1/+11
2023-11-04bcachefs: Ensure srcu lock is not held too longKent Overstreet1-13/+29
2023-11-02bcachefs: Don't downgrade locks on transaction restartKent Overstreet1-1/+2
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-7/+7
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-39/+43
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-10/+27
2023-10-23bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King1-1/+1
2023-10-23bcachefs: Fix silent enum conversion errorKent Overstreet1-3/+5
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-1/+1
2023-10-23bcachefs: Zero btree_paths on allocationKent Overstreet1-5/+7
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet1-1/+1
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-4/+4
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-22/+0
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-5/+5
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-2/+2
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