summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-10bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet1-6/+1
2024-05-20bcachefs: Improve bch2_assert_pos_locked()Kent Overstreet1-0/+2
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet1-1/+1
2024-05-08bcachefs: uninline set_btree_iter_dontneed()Kent Overstreet1-0/+13
2024-05-08bcachefs: fix btree_path_clone() ip_allocatedKent Overstreet1-3/+7
2024-05-08bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet1-0/+16
2024-05-08bcachefs: bch2_btree_path_can_relock()Kent Overstreet1-4/+29
2024-05-08bcachefs: trans->lockedKent Overstreet1-2/+7
2024-05-08bcachefs: maintain lock invariants in btree_iter_next_node()Kent Overstreet1-0/+3
2024-05-08bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mutKent Overstreet1-0/+16
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-83/+83
2024-05-08bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet1-2/+2
2024-05-08bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet1-0/+11
2024-05-08bcachefs: bch2_btree_path_to_text()Kent Overstreet1-5/+47
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-12/+6
2024-03-31bcachefs: Improved topology repair checksKent Overstreet1-3/+16
2024-03-31bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li1-3/+30
2024-03-13bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet1-2/+2
2024-03-13bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet1-0/+3
2024-03-13bcachefs: Save key_cache_path in peek_slot()Kent Overstreet1-0/+1
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet1-1/+1
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet1-1/+1
2024-03-10bcachefs: Set path->uptodate when no node at levelKent Overstreet1-2/+2
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet1-1/+3
2024-02-24bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet1-1/+3
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet1-1/+1
2024-01-05bcachefs: Add an option to control btree node prefetchingKent Overstreet1-2/+4
2024-01-05bcachefs: track transaction durationsKent Overstreet1-1/+8
2024-01-05bcachefs: btree_trans always has statsKent Overstreet1-10/+4
2024-01-01bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet1-31/+15
2024-01-01bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet1-1/+20
2024-01-01bcachefs: bch2_btree_trans_peek_updatesKent Overstreet1-9/+20
2024-01-01bcachefs: growable btree_pathsKent Overstreet1-14/+63