summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)Author
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
2024-05-08bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mutKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet
2024-05-08bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet
2024-05-08bcachefs: bch2_btree_path_to_text()Kent Overstreet
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-03-31bcachefs: Improved topology repair checksKent Overstreet
2024-03-31bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li
2024-03-13bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet
2024-03-13bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet
2024-03-13bcachefs: Save key_cache_path in peek_slot()Kent Overstreet
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet
2024-03-10bcachefs: Set path->uptodate when no node at levelKent Overstreet
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet
2024-02-24bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet
2024-01-05bcachefs: Add an option to control btree node prefetchingKent Overstreet
2024-01-05bcachefs: track transaction durationsKent Overstreet
2024-01-05bcachefs: btree_trans always has statsKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet