mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
When deleting an entry from a heap that was at entry h->used - 1, we'd end up calling heap_sift() on an entry outside the heap - the entry we just removed - which would end up re-adding it to the heap and deleting something we didn't want to delete. Oops... Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Update bcachefs sources to 367a8fad45 bcachefs: Reset journal flush delay to default value if zeroed
Update bcachefs sources to 367a8fad45 bcachefs: Reset journal flush delay to default value if zeroed
Userspace tools for bcachefs This builds the bcachefs tool, which has a number of subcommands for formatting and managing bcachefs filesystems: bcachefs format bcachefs unlock bcachefs assemble bcachefs incremental etc. Run bcachefs --help for full list of commands.
Description
Languages
C
95.6%
C++
2%
Rust
1.4%
Roff
0.4%
Nix
0.2%
Other
0.4%