Message ID | 20230328150958.1253547-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3EAA6C77B6D for <linux-block@archiver.kernel.org>; Tue, 28 Mar 2023 15:14:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231820AbjC1PO3 (ORCPT <rfc822;linux-block@archiver.kernel.org>); Tue, 28 Mar 2023 11:14:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232156AbjC1POK (ORCPT <rfc822;linux-block@vger.kernel.org>); Tue, 28 Mar 2023 11:14:10 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C717E10A90 for <linux-block@vger.kernel.org>; Tue, 28 Mar 2023 08:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680016305; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pLTOFnnc1VmpWj6ZA8kv034hcnFXFgv2qtrDVUrrsM0=; b=TOLzd4Ky4ZjpQ5eIq53/shd/EAD02GkzyfCEHwHTgp8VDODGUaMieB+QYBDjqt7Mr5g4Y6 zbB+yp+2yFiDAm0Agd3VkXtK0MG1m/EEDsC9Ni09G1qZm48i/NRZ4OmntmByTZq4NFTtdo 0JH8CKFlwCOCSo6BwlxTOizdkiENPb4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-62-ycV7bpnvMMST_p2X3cu_lw-1; Tue, 28 Mar 2023 11:11:25 -0400 X-MC-Unique: ycV7bpnvMMST_p2X3cu_lw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EEDB8887401; Tue, 28 Mar 2023 15:10:46 +0000 (UTC) Received: from localhost (ovpn-8-20.pek2.redhat.com [10.72.8.20]) by smtp.corp.redhat.com (Postfix) with ESMTP id E8E024020C82; Tue, 28 Mar 2023 15:10:45 +0000 (UTC) From: Ming Lei <ming.lei@redhat.com> To: Jens Axboe <axboe@kernel.dk>, io-uring@vger.kernel.org, linux-block@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Miklos Szeredi <mszeredi@redhat.com>, ZiyangZhang <ZiyangZhang@linux.alibaba.com>, Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com>, Bernd Schubert <bschubert@ddn.com>, Pavel Begunkov <asml.silence@gmail.com>, Stefan Hajnoczi <stefanha@redhat.com>, Dan Williams <dan.j.williams@intel.com>, Ming Lei <ming.lei@redhat.com> Subject: [PATCH V5 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD Date: Tue, 28 Mar 2023 23:09:42 +0800 Message-Id: <20230328150958.1253547-1-ming.lei@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series |
io_uring/ublk: add IORING_OP_FUSED_CMD
|
expand
|