Message ID | 1544067160-20564-1-git-send-email-jianchao.w.wang@oracle.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4D3E7109C for <patchwork-linux-block@patchwork.kernel.org>; Thu, 6 Dec 2018 03:33:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3C1A32E03F for <patchwork-linux-block@patchwork.kernel.org>; Thu, 6 Dec 2018 03:33:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 303982E044; Thu, 6 Dec 2018 03:33:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DE6012E03F for <patchwork-linux-block@patchwork.kernel.org>; Thu, 6 Dec 2018 03:33:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728842AbeLFDd0 (ORCPT <rfc822;patchwork-linux-block@patchwork.kernel.org>); Wed, 5 Dec 2018 22:33:26 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:37200 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728791AbeLFDdZ (ORCPT <rfc822;linux-block@vger.kernel.org>); Wed, 5 Dec 2018 22:33:25 -0500 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wB63Sat3121614; Thu, 6 Dec 2018 03:33:22 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id; s=corp-2018-07-02; bh=6pSTX+1ydBe5m+kCl5kqjBOCD9UV44kOkyFz6eqfKiY=; b=1mFXw3d41Q0nkVYWZM/UWtLTirI3H2gM14Wj5Ijak45sxxv/WZ8I5Su9ndiFaUtV5KLQ Okaf8JlDMvccd9RGcEasXRXnB5ybqyDxzEBcBe4j/F8VM10v/0I9OMhoBuJmNx8fjamb jeketJqDRhBjd/2kzlsPdSfnJkEb4/mRqhjfAFgufNwwPiydmruKVHExlps4qvRnhl87 KzBa/9hzlC1j+fujpQFawkAb/y93RGh9KTwLAVJerEZS22VJzr3/ARN8vdUf8lETFER7 EMfKY3csb01fhB8D3MbLi72tegKcK4qSNVfPMpuZX/Bf3F0xs0PnYEmmdtB1GL0UqogK Iw== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp2130.oracle.com with ESMTP id 2p3hqu5yyj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 06 Dec 2018 03:33:22 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id wB63XLBj003088 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 6 Dec 2018 03:33:21 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id wB63XLRe014429; Thu, 6 Dec 2018 03:33:21 GMT Received: from will-ThinkCentre-M93p.cn.oracle.com (/10.182.70.234) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 05 Dec 2018 19:33:20 -0800 From: Jianchao Wang <jianchao.w.wang@oracle.com> To: axboe@kernel.dk Cc: ming.lei@redhat.com, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH V10 0/4] blk-mq: refactor code of issue directly Date: Thu, 6 Dec 2018 11:32:36 +0800 Message-Id: <1544067160-20564-1-git-send-email-jianchao.w.wang@oracle.com> X-Mailer: git-send-email 2.7.4 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9098 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=900 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812060030 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
blk-mq: refactor code of issue directly
|
expand
|