• Kent Overstreet's avatar
    bcachefs: BTREE_ID_logged_ops · aaad530a
    Kent Overstreet authored
    Add a new btree for long running logged operations - i.e. for logging
    operations that we can't do within a single btree transaction, so that
    they can be resumed if we crash.
    
    Keys in the logged operations btree will represent operations in
    progress, with the state of the operation stored in the value.
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
    aaad530a
Makefile 1.43 KB