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 , linux-block@vger.kernel.org, linux-scsi@vger.kernel.org Subject: drop abort sequence, kill BLK_EH_HANDLED v2 Date: Tue, 29 May 2018 15:52:25 +0200 Message-Id: <20180529135239.27005-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. Some of the grunt work here is from Keith and Bart, just repackaged up Changes since v1: - reordered the series - added back submission-time hctx lock - use cmpxchg to protect against concurrent blk_abort_request calls.