Re: [PATCH] btrfs: fix incorrect updating of log root tree

2019-10-01 Thread David Sterba
On Mon, Sep 30, 2019 at 04:27:25PM -0400, Josef Bacik wrote: > We've historically had reports of being unable to mount file systems > because the tree log root couldn't be read. Usually this is the "parent > transid failure", but could be any of the related errors, including > "fsid mismatch" or "

Re: [PATCH] btrfs: fix incorrect updating of log root tree

2019-10-01 Thread Filipe Manana
On Mon, Sep 30, 2019 at 11:25 PM Josef Bacik wrote: > > We've historically had reports of being unable to mount file systems > because the tree log root couldn't be read. Usually this is the "parent > transid failure", but could be any of the related errors, including > "fsid mismatch" or "bad tr

[PATCH] btrfs: fix incorrect updating of log root tree

2019-09-30 Thread Josef Bacik
We've historically had reports of being unable to mount file systems because the tree log root couldn't be read. Usually this is the "parent transid failure", but could be any of the related errors, including "fsid mismatch" or "bad tree block", depending on which block got allocated. The modific