summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-17bcachefs: Fix bch2_btree_path_traverse_cached() when paths reallocedKent Overstreet1-1/+1
2025-05-14bcachefs: Fix set_should_be_locked() call in peek_slot()Kent Overstreet1-8/+8
2025-05-14bcachefs: Fix broken btree_path lock invariants in next_node()Kent Overstreet1-0/+6
2025-04-24bcachefs: Fix btree_iter_peek_prev() at end of inodeKent Overstreet1-1/+4
2025-04-24bcachefs: Make btree_iter_peek_prev() assert more preciseKent Overstreet1-1/+1
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-96/+92
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet1-10/+0
2025-03-28bcachefs: add missing newline in bch2_trans_updates_to_text()Kent Overstreet1-1/+3
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet1-14/+0
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet1-1/+32
2025-01-21bcachefs: Fix btree_trans_peek_key_cache()Kent Overstreet1-2/+1
2025-01-09bcachefs: bch2_btree_iter_peek_slot() handles navigating to nonexistent depthKent Overstreet1-0/+4
2025-01-09bcachefs: bch2_trans_node_drop()Kent Overstreet1-0/+13
2025-01-09bcachefs: kill __bch2_btree_iter_flags()Kent Overstreet1-2/+5
2024-12-29bcachefs: bch2_btree_path_peek_slot() doesn't return errorsKent Overstreet1-7/+8
2024-12-21bcachefs: Fix key cache + BTREE_ITER_all_snapshotsKent Overstreet1-2/+8
2024-12-21bcachefs: Fix btree_trans_peek_key_cache() BTREE_ITER_all_snapshotsKent Overstreet1-0/+4
2024-12-21bcachefs: tidy btree_trans_peek_journal()Kent Overstreet1-17/+12
2024-12-21bcachefs: tidy up __bch2_btree_iter_peek()Kent Overstreet1-8/+6
2024-12-21bcachefs: bch2_trans_relock() is trylock for lockdepKent Overstreet1-4/+4
2024-12-21bcachefs: Fix null ptr deref in btree_path_lock_root()Kent Overstreet1-3/+8
2024-12-21bcachefs: btree_and_journal_iter: don't iterate over too many whiteouts when ...Kent Overstreet1-0/+2
2024-12-21bcachefs: peek_prev_min(): Search forwards for extents, snapshotsKent Overstreet1-3/+20
2024-12-21bcachefs: Implement bch2_btree_iter_prev_min()Kent Overstreet1-80/+176
2024-12-21bcachefs: Simplify btree_iter_peek() filter_snapshotsKent Overstreet1-67/+62
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet1-5/+5
2024-12-21bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet1-16/+20
2024-12-21bcachefs: Better in_restart errorKent Overstreet1-0/+12
2024-12-21bcachefs: Assert we're not in a restart in bch2_trans_put()Kent Overstreet1-0/+3
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet1-15/+17
2024-12-21bcachefs: Delete dead codeAlan Huang1-2/+0
2024-10-29bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski1-0/+13
2024-10-06bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshotsKent Overstreet1-3/+3
2024-09-09bcachefs: kill bch2_btree_iter_peek_and_restart()Kent Overstreet1-0/+1
2024-09-09bcachefs: Btree path tracepointsKent Overstreet1-12/+26
2024-09-09bcachefs: Add check for btree_path ref overflowKent Overstreet1-12/+12
2024-08-13bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet1-0/+1
2024-08-07bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet1-0/+5
2024-07-18bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet1-1/+2
2024-07-14bcachefs: Add lockdep support for btree node locksKent Overstreet1-3/+21
2024-07-14bcachefs: Simplify btree key cache fill pathKent Overstreet1-5/+4
2024-07-14bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet1-14/+13
2024-07-14bcachefs: Plumb more logging through stdio redirectKent Overstreet1-2/+2
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-0/+14
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet1-9/+0
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet1-3/+4
2024-06-23bcachefs: Fix btree_trans list orderingKent Overstreet1-7/+2
2024-06-23bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet1-6/+4
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet1-3/+8
2024-06-10bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet1-1/+3