Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fixes a bug with allocating the quota btree root on existing filesystems
|
|
also cleanup journal locking
|
|
this means we aren't calling bch2_journal_pin_drop() from interrupt
context anymore, which will greatly help with making the journal code
locking saner
this also makes bch_write_bio a bit smaller
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Error reporting is still a mess and really needs to be revamped
|
|
|
|
|
|
fix a few minor bugs, hopefully make the flow control easier to follow
|
|
|
|
|
|
This fixes the "ptr with missing gen in alloc btree" bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
was failing to update gc replicas when c->replicas didn't need to be
updated - also, was leaking memory
|
|
|