summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_journal_iter.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: bch2_journal_keys_dump()Kent Overstreet1-0/+17
2024-04-11bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet1-5/+7
2024-04-07bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet1-10/+45
2024-04-03bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet1-0/+19
2024-04-01bcachefs: Be careful about btree node splits during journal replayKent Overstreet1-0/+16
2024-04-01bcachefs: btree_and_journal_iter now respects trans->journal_replay_not_finishedKent Overstreet1-5/+8
2024-03-14bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet1-1/+1
2024-03-14bcachefs: improve move_gap()Kent Overstreet1-4/+2
2024-03-14bcachefs: journal_keys now uses darray helpersKent Overstreet1-55/+23
2024-03-14bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet1-34/+34
2024-03-14bcachefs: jset_entry for loops declare loop iterKent Overstreet1-2/+0
2024-03-14bcachefs: kill kvpmalloc()Kent Overstreet1-3/+1
2024-03-10bcachefs: btree node prefetching in check_topologyKent Overstreet1-0/+31
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet1-7/+8
2024-01-06bcachefs: __journal_keys_sort() refactoringKent Overstreet1-3/+1
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2024-01-01bcachefs: Kill btree_iter->journal_posKent Overstreet1-2/+17
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet1-3/+15
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet1-0/+531