On Fri, Jun 07, 2019 at 10:10:18PM +0900, Naohiro Aota wrote: > It is possible to have bios stalled in the submit buffer due to some bug or > device problem. In such situation, btrfs stops working waiting for buffered > bios completions. To avoid such hang, add a worker that will cancel the > stalled bios after a timeout. > The block layer does this with it's request timeouts right? So it'll timeout and we'll get an EIO? If that's not working then we need to fix the block layer. Thanks, Josef