aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet2024-08-131-0/+1
* bcachefs: Add missing path_traverse() to btree_iter_next_node()Kent Overstreet2024-08-071-0/+5
* bcachefs: Fix fsck warning about btree_trans not passed to fsck errorKent Overstreet2024-07-181-1/+2
* bcachefs: Add lockdep support for btree node locksKent Overstreet2024-07-141-3/+21
* bcachefs: Simplify btree key cache fill pathKent Overstreet2024-07-141-5/+4
* bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet2024-07-141-14/+13
* bcachefs: Plumb more logging through stdio redirectKent Overstreet2024-07-141-2/+2
* bcachefs: fsck_err() may now take a btree_transKent Overstreet2024-07-141-0/+14
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-141-9/+0
* bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet2024-07-111-3/+4
* bcachefs: Fix btree_trans list orderingKent Overstreet2024-06-231-7/+2
* bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet2024-06-231-6/+4
* bcachefs: Fix bch2_trans_put()Kent Overstreet2024-06-191-3/+8
* bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet2024-06-101-1/+3
* bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet2024-06-101-6/+1
* bcachefs: Improve bch2_assert_pos_locked()Kent Overstreet2024-05-201-0/+2
* bcachefs: x-macroize journal flags enumsKent Overstreet2024-05-081-1/+1
* bcachefs: uninline set_btree_iter_dontneed()Kent Overstreet2024-05-081-0/+13
* bcachefs: fix btree_path_clone() ip_allocatedKent Overstreet2024-05-081-3/+7
* bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet2024-05-081-0/+16
* bcachefs: bch2_btree_path_can_relock()Kent Overstreet2024-05-081-4/+29
* bcachefs: trans->lockedKent Overstreet2024-05-081-2/+7
* bcachefs: maintain lock invariants in btree_iter_next_node()Kent Overstreet2024-05-081-0/+3
* bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mutKent Overstreet2024-05-081-0/+16
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-83/+83
* bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet2024-05-081-2/+2
* bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet2024-05-081-0/+11
* bcachefs: bch2_btree_path_to_text()Kent Overstreet2024-05-081-5/+47
* bcachefs: prt_printf() now respects \r\n\tKent Overstreet2024-05-081-12/+6
* bcachefs: Improved topology repair checksKent Overstreet2024-03-311-3/+16
* bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li2024-03-311-3/+30
* bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet2024-03-131-2/+2
* bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet2024-03-131-0/+3
* bcachefs: Save key_cache_path in peek_slot()Kent Overstreet2024-03-131-0/+1
* bcachefs: Kill more -EIO error codesKent Overstreet2024-03-131-1/+1
* bcachefs: btree_and_journal_iter.transKent Overstreet2024-03-101-1/+1
* bcachefs: Set path->uptodate when no node at levelKent Overstreet2024-03-101-2/+2
* bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet2024-03-101-1/+3
* bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet2024-02-241-1/+3
* bcachefs: Improve trace_trans_restart_relockKent Overstreet2024-01-211-1/+1
* bcachefs: Add an option to control btree node prefetchingKent Overstreet2024-01-051-2/+4
* bcachefs: track transaction durationsKent Overstreet2024-01-051-1/+8
* bcachefs: btree_trans always has statsKent Overstreet2024-01-051-10/+4
* bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet2024-01-011-31/+15
* bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet2024-01-011-1/+20
* bcachefs: bch2_btree_trans_peek_updatesKent Overstreet2024-01-011-9/+20
* bcachefs: growable btree_pathsKent Overstreet2024-01-011-14/+63
* bcachefs: trans->nr_pathsKent Overstreet2024-01-011-4/+5
* bcachefs: trans->updates will also be resizableKent Overstreet2024-01-011-1/+2
* bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet2024-01-011-84/+82