summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)Author
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet
2025-01-21bcachefs: Fix btree_trans_peek_key_cache()Kent Overstreet
2025-01-09bcachefs: bch2_btree_iter_peek_slot() handles navigating to nonexistent depthKent Overstreet
2025-01-09bcachefs: bch2_trans_node_drop()Kent Overstreet
2025-01-09bcachefs: kill __bch2_btree_iter_flags()Kent Overstreet
2024-12-29bcachefs: bch2_btree_path_peek_slot() doesn't return errorsKent Overstreet
2024-12-21bcachefs: Fix key cache + BTREE_ITER_all_snapshotsKent Overstreet
2024-12-21bcachefs: Fix btree_trans_peek_key_cache() BTREE_ITER_all_snapshotsKent Overstreet
2024-12-21bcachefs: tidy btree_trans_peek_journal()Kent Overstreet
2024-12-21bcachefs: tidy up __bch2_btree_iter_peek()Kent Overstreet
2024-12-21bcachefs: bch2_trans_relock() is trylock for lockdepKent Overstreet
2024-12-21bcachefs: Fix null ptr deref in btree_path_lock_root()Kent Overstreet
2024-12-21bcachefs: btree_and_journal_iter: don't iterate over too many whiteouts when ...Kent Overstreet
2024-12-21bcachefs: peek_prev_min(): Search forwards for extents, snapshotsKent Overstreet
2024-12-21bcachefs: Implement bch2_btree_iter_prev_min()Kent Overstreet
2024-12-21bcachefs: Simplify btree_iter_peek() filter_snapshotsKent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-12-21bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet
2024-12-21bcachefs: Better in_restart errorKent Overstreet
2024-12-21bcachefs: Assert we're not in a restart in bch2_trans_put()Kent Overstreet
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet
2024-12-21bcachefs: Delete dead codeAlan Huang
2024-10-29bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski
2024-10-06bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshotsKent Overstreet
2024-09-09bcachefs: kill bch2_btree_iter_peek_and_restart()Kent Overstreet
2024-09-09bcachefs: Btree path tracepointsKent Overstreet
2024-09-09bcachefs: Add check for btree_path ref overflowKent Overstreet
2024-08-13bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet
2024-08-07bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet
2024-07-18bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet
2024-07-14bcachefs: Add lockdep support for btree node locksKent Overstreet
2024-07-14bcachefs: Simplify btree key cache fill pathKent Overstreet
2024-07-14bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet
2024-07-14bcachefs: Plumb more logging through stdio redirectKent Overstreet
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet
2024-06-23bcachefs: Fix btree_trans list orderingKent Overstreet
2024-06-23bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet
2024-06-10bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet
2024-06-10bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet
2024-05-20bcachefs: Improve bch2_assert_pos_locked()Kent Overstreet
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet
2024-05-08bcachefs: uninline set_btree_iter_dontneed()Kent Overstreet
2024-05-08bcachefs: fix btree_path_clone() ip_allocatedKent Overstreet
2024-05-08bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet
2024-05-08bcachefs: bch2_btree_path_can_relock()Kent Overstreet
2024-05-08bcachefs: trans->lockedKent Overstreet
2024-05-08bcachefs: maintain lock invariants in btree_iter_next_node()Kent Overstreet