Message ID | 20230203205929.2126634-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-cifs-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 ECCF9C61DA4 for <linux-cifs@archiver.kernel.org>; Fri, 3 Feb 2023 21:00:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232580AbjBCVA3 (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Fri, 3 Feb 2023 16:00:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbjBCVA2 (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Fri, 3 Feb 2023 16:00:28 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DD176E83 for <linux-cifs@vger.kernel.org>; Fri, 3 Feb 2023 12:59:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675457980; 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=gAlAHsA3P0qPt5gWgjfHuWetMLip5BuwDlAVaF1lqyo=; b=RYowq5JG02D0GY/PFlZfNljg2KQjbnjqmS0VFlxXi/IPsGQmmbAav5myPLLA/7i0XkvkEv Q1VF5N2KWyPqvBAU6S5mCJc07BmKyoU/51HbR4J98m4CwuXpWdXMfRJmKF6jadBP3V8wEq H2UnS9CuSo9pEe5MNtWef9CNa8XGwdk= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-451-OKxzGEI3OiONdRm6GfnPuQ-1; Fri, 03 Feb 2023 15:59:35 -0500 X-MC-Unique: OKxzGEI3OiONdRm6GfnPuQ-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 5A16F280BCA5; Fri, 3 Feb 2023 20:59:34 +0000 (UTC) Received: from warthog.procyon.org.uk.com (unknown [10.33.36.97]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9D1F1404CD80; Fri, 3 Feb 2023 20:59:32 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: Steve French <smfrench@gmail.com> Cc: David Howells <dhowells@redhat.com>, Al Viro <viro@zeniv.linux.org.uk>, Shyam Prasad N <nspmangalore@gmail.com>, Rohith Surabattula <rohiths.msft@gmail.com>, Tom Talpey <tom@talpey.com>, Stefan Metzmacher <metze@samba.org>, Christoph Hellwig <hch@infradead.org>, Matthew Wilcox <willy@infradead.org>, Jeff Layton <jlayton@kernel.org>, linux-cifs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 00/11] smb3: Use iov_iters down to the network transport and fix DIO page pinning Date: Fri, 3 Feb 2023 20:59:18 +0000 Message-Id: <20230203205929.2126634-1-dhowells@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-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
smb3: Use iov_iters down to the network transport and fix DIO page pinning
|
expand
|