|
|
Log in / Subscribe / Register

Nowait feature for stacked block devices

From:  Goldwyn Rodrigues <rgoldwyn-AT-suse.de>
To:  linux-block-AT-vger.kernel.org
Subject:  [PATCH 0/9] Nowait feature for stacked block devices
Date:  Wed, 26 Jul 2017 18:57:57 -0500
Message-ID:  <20170726235806.12148-1-rgoldwyn@suse.de>
Cc:  hch-AT-infradead.org, jack-AT-suse.cz, linux-raid-AT-vger.kernel.org, dm-devel-AT-redhat.com

This is a continuation of the nowait support which was incorporated
a while back. We introduced REQ_NOWAIT which would return immediately
if the call would block at the block layer. Request based-devices
do not wait. However, bio based devices (the ones which exclusively
call make_request_fn) need to be trained to handle REQ_NOWAIT.

This effort covers the devices under MD and DM which would block
for any reason. If there should be more devices or situations
which need to be covered, please let me know.

-- 
Goldwyn

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



Copyright © 2017, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds