From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Christoph Hellwig To: Jens Axboe , Keith Busch Cc: Bart Van Assche , Ming Lei , Josef Bacik , Tejun Heo , Lee Duncan , Chris Leech , Rafael David Tinoco , linux-block@vger.kernel.org, linux-scsi@vger.kernel.org Subject: BLK_EH_HANDLED Date: Wed, 23 May 2018 14:19:27 +0200 Message-Id: <20180523121941.8632-1-hch@lst.de> List-ID: Hi all, this series removes the BLK_EH_HANDLED return value, and instead places responsibility of timed out commands entirely on the drivers. Except for some odd layering vilations in libiscsi this actually is surprisingly simple. The last two pathes contain a respin of Keith' series to refcount struct request in the eye of timeouts. Once the BLK_EH_HANDLED special case is gone this actually seems the EH fixing approach that seems the most sensible to me.