Message ID | 166732024173.3186319.18204305072070871546.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-cifs-owner@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 3222AC4332F for <linux-cifs@archiver.kernel.org>; Tue, 1 Nov 2022 16:32:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229961AbiKAQcS (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Tue, 1 Nov 2022 12:32:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230303AbiKAQbu (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Tue, 1 Nov 2022 12:31:50 -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 4575A1CB28 for <linux-cifs@vger.kernel.org>; Tue, 1 Nov 2022 09:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667320249; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=11t7t2M5S9FVtreaeqc7IEi/JpUAAyL70GwctMIr/Uo=; b=QNeFOtjIKWlatRfVCo1VjmHWAJN9/uB36sp8Ffclx7qI55YshgfD9epp7I5Ua7QNM3eRJU o6lHAHVJSgAzRIl50n8Xhmi/52GuRhEhOqsTUMnKe3up4iPmEuPzPG+ur6ZwTyAUOVgh0f zJyMrWSpS39bURPxwm7GWEAs5Yrqg6w= 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-156-UXHRu4KIP5SSs1TCerXLMw-1; Tue, 01 Nov 2022 12:30:46 -0400 X-MC-Unique: UXHRu4KIP5SSs1TCerXLMw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E801E811E81; Tue, 1 Nov 2022 16:30:44 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.73]) by smtp.corp.redhat.com (Postfix) with ESMTP id AD9AC4EA49; Tue, 1 Nov 2022 16:30:42 +0000 (UTC) Subject: [RFC PATCH 00/12] smb3: Add iter helpers and use iov_iters down to the network transport From: David Howells <dhowells@redhat.com> To: Steve French <smfrench@gmail.com>, Al Viro <viro@zeniv.linux.org.uk> Cc: linux-cachefs@redhat.com, John Hubbard <jhubbard@nvidia.com>, linux-cifs@vger.kernel.org, linux-rdma@vger.kernel.org, Jeff Layton <jlayton@kernel.org>, linux-mm@vger.kernel.org, linux-fsdevel@vger.kernel.org, Matthew Wilcox <willy@infradead.org>, Steve French <sfrench@samba.org>, Shyam Prasad N <nspmangalore@gmail.com>, linux-crypto@vger.kernel.org, Rohith Surabattula <rohiths.msft@gmail.com>, Christoph Hellwig <hch@lst.de>, dhowells@redhat.com, Shyam Prasad N <nspmangalore@gmail.com>, Rohith Surabattula <rohiths.msft@gmail.com>, Tom Talpey <tom@talpey.com>, 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 Date: Tue, 01 Nov 2022 16:30:41 +0000 Message-ID: <166732024173.3186319.18204305072070871546.stgit@warthog.procyon.org.uk> User-Agent: StGit/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
smb3: Add iter helpers and use iov_iters down to the network transport
|
expand
|