Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-22 | bcachefs: btree_journal_iter.c | Kent Overstreet | |
Split out a new file from recovery.c for managing the list of keys we read from the journal: before journal replay finishes the btree iterator code needs to be able to iterate over and return keys from the journal as well, so there's a fair bit of code here. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-10-22 | bcachefs: Split up btree_update_leaf.c | Kent Overstreet | |
We now have btree_trans_commit.c btree_update.c Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> |