Message ID | 20230131182855.4027499-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 C2652C38142 for <linux-cifs@archiver.kernel.org>; Tue, 31 Jan 2023 18:29:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231305AbjAaS3x (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Tue, 31 Jan 2023 13:29:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231431AbjAaS3v (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Tue, 31 Jan 2023 13:29:51 -0500 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 A4CBE589A6 for <linux-cifs@vger.kernel.org>; Tue, 31 Jan 2023 10:29:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1675189744; 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=1skKAMSOcYitXlHWUQzUa5QecINDy3eBArvxadBodVs=; b=hvKSoI9sGQHS1cCQxo3LVrycTMd4ppbHsnHl1ZXvQWHIlbtgFRTHCusVoz5I+Fwh6DZE5V 7Bc7rAGg9E4fKqNFJsyyPQRVIp1gfVBn+goA7jJA1oBTkU5Wj9rTkq4a/bHbdWnG2NvaCX zha0aCHG3qphoXL91DZWcaE1h2Zqfks= 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-606-clOmH5KrPXC5C5_W2nDGGg-1; Tue, 31 Jan 2023 13:29:00 -0500 X-MC-Unique: clOmH5KrPXC5C5_W2nDGGg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 31BE3811E9C; Tue, 31 Jan 2023 18:29:00 +0000 (UTC) Received: from warthog.procyon.org.uk.com (unknown [10.33.36.97]) by smtp.corp.redhat.com (Postfix) with ESMTP id 86343C15BAD; Tue, 31 Jan 2023 18:28:58 +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/12] smb3: Use iov_iters down to the network transport and fix DIO page pinning Date: Tue, 31 Jan 2023 18:28:43 +0000 Message-Id: <20230131182855.4027499-1-dhowells@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 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
|