commit | 00b8ccf7074fddb5607a26673f331ceac2ecd319 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@gmail.com> | Mon May 25 14:57:06 2020 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:08:40 2023 -0400 |
tree | 2d8468865754bd7075b2370706423c4fcf70b450 | |
parent | c823c3390bd2f325f78bab493f84ea8a84f5ddc2 [diff] |
bcachefs: Interior btree updates are now fully transactional We now update the alloc info (bucket sector counts) atomically with journalling the update to the interior btree nodes, and we also set new btree roots atomically with the journalled part of the btree update. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>