summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)Author
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet
2023-11-04bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet
2023-11-04bcachefs: Ensure srcu lock is not held too longKent Overstreet
2023-11-01bcachefs: Don't downgrade locks on transaction restartKent Overstreet
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King
2023-10-22bcachefs: Fix silent enum conversion errorKent Overstreet
2023-10-22bcachefs: Split out snapshot.cKent Overstreet
2023-10-22bcachefs: Zero btree_paths on allocationKent Overstreet
2023-10-22bcachefs: btree_journal_iter.cKent Overstreet
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-10-22bcachefs: Assorted fixes for clangKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet
2023-10-22bcachefs: seqmutex; fix a lockdep splatKent Overstreet
2023-10-22bcachefs: More drop_locks_do() conversionsKent Overstreet
2023-10-22bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks heldKent Overstreet
2023-10-22bcachefs: drop_locks_do()Kent Overstreet
2023-10-22bcachefs: trans_for_each_path_safe()Kent Overstreet
2023-10-22six locks: Seq now only incremented on unlockKent Overstreet
2023-10-22six locks: Kill six_lock_state unionKent Overstreet
2023-10-22bcachefs: Don't call local_clock() twice in trans_begin()Kent Overstreet
2023-10-22bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()Kent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet
2023-10-22bcachefs: Plumb btree_trans through btree cache codeKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_and_restart_outlined()Kent Overstreet
2023-10-22bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipKent Overstreet
2023-10-22bcachefs: Add an assertion for using multiple btree_transKent Overstreet
2023-10-22bcachefs: Btree write bufferKent Overstreet
2023-10-22bcachefs: trans->notrace_relock_failKent Overstreet
2023-10-22bcachefs: Switch a BUG_ON() to a panic()Kent Overstreet
2023-10-22bcachefs: Fix btree_path_alloc()Kent Overstreet
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-10-22bcachefs: Use six_lock_ip()Kent Overstreet
2023-10-22bcachefs: bch2_trans_in_restart_error()Kent Overstreet
2023-10-22bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet
2023-10-22bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet
2023-10-22bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-10-22bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_path_traverse_all()Kent Overstreet
2023-10-22bcachefs: Delete a faulty assertionKent Overstreet
2023-10-22bcachefs: bch2_btree_trans_to_text(): print blocked timeKent Overstreet
2023-10-22bcachefs: Fix for long running btree transactions & key cacheKent Overstreet
2023-10-22bcachefs: bch2_trans_revalidate_updates_in_node()Kent Overstreet
2023-10-22bcachefs: bkey_min(), bkey_max()Kent Overstreet
2023-10-22bcachefs: Add a missing bch2_btree_path_traverse() callKent Overstreet