summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)Author
2023-09-13bcachefs: Heap allocate btree_transKent Overstreet
2023-09-13bcachefs: Fix W=12 build errorsKent Overstreet
2023-09-12bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King
2023-09-09bcachefs: Fix silent enum conversion errorKent Overstreet
2023-09-08bcachefs: Split out snapshot.cKent Overstreet
2023-09-08bcachefs: Zero btree_paths on allocationKent Overstreet
2023-08-28bcachefs: Check for btree locks held on transaction initKent Overstreet
2023-08-28bcachefs: btree_journal_iter.cKent Overstreet
2023-08-28bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-08-28bcachefs: Assorted fixes for clangKent Overstreet
2023-08-28bcachefs: Assorted sparse fixesKent Overstreet
2023-08-28bcachefs: Allow for unknown btree IDsKent Overstreet
2023-08-28bcachefs: seqmutex; fix a lockdep splatKent Overstreet
2023-08-28bcachefs: More drop_locks_do() conversionsKent Overstreet
2023-08-28bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks heldKent Overstreet
2023-08-28bcachefs: drop_locks_do()Kent Overstreet
2023-08-28bcachefs: trans_for_each_path_safe()Kent Overstreet
2023-08-28six locks: Seq now only incremented on unlockKent Overstreet
2023-08-28six locks: Kill six_lock_state unionKent Overstreet
2023-08-28bcachefs: Don't call local_clock() twice in trans_begin()Kent Overstreet
2023-08-28bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()Kent Overstreet
2023-08-28bcachefs: Private error codes: ENOMEMKent Overstreet
2023-08-28bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet
2023-08-28bcachefs: Plumb btree_trans through btree cache codeKent Overstreet
2023-08-28bcachefs: bch2_btree_iter_peek_and_restart_outlined()Kent Overstreet
2023-08-28bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipKent Overstreet
2023-08-28bcachefs: Add an assertion for using multiple btree_transKent Overstreet
2023-08-28bcachefs: Btree write bufferKent Overstreet
2023-08-28bcachefs: trans->notrace_relock_failKent Overstreet
2023-08-28bcachefs: Switch a BUG_ON() to a panic()Kent Overstreet
2023-08-28bcachefs: Fix btree_path_alloc()Kent Overstreet
2023-08-28bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-08-28bcachefs: Use six_lock_ip()Kent Overstreet
2023-08-28bcachefs: bch2_trans_in_restart_error()Kent Overstreet
2023-08-28bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet
2023-08-28bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet
2023-08-28bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-08-28bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMKent Overstreet
2023-08-28bcachefs: Fix bch2_btree_path_traverse_all()Kent Overstreet
2023-08-28bcachefs: Delete a faulty assertionKent Overstreet
2023-08-28bcachefs: bch2_btree_trans_to_text(): print blocked timeKent Overstreet
2023-08-28bcachefs: Fix for long running btree transactions & key cacheKent Overstreet
2023-08-28bcachefs: bch2_trans_revalidate_updates_in_node()Kent Overstreet
2023-08-28bcachefs: bkey_min(), bkey_max()Kent Overstreet
2023-08-28bcachefs: Add a missing bch2_btree_path_traverse() callKent Overstreet
2023-08-28bcachefs: Fix a btree iter assertion popKent Overstreet
2023-08-28bcachefs: Key cache now works for snapshots btreesKent Overstreet
2023-08-28bcachefs: Bring back BTREE_ITER_CACHED_NOFILLKent Overstreet
2023-08-28bcachefs: Kill __btree_trans_peek_key_cache()Kent Overstreet
2023-08-28bcachefs: Fix __btree_trans_peek_key_cache()Kent Overstreet