Message ID | 165364823513.3334034.11209090728654641458.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 9E265C433EF for <linux-cifs@archiver.kernel.org>; Fri, 27 May 2022 10:44:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351010AbiE0KoE (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Fri, 27 May 2022 06:44:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350625AbiE0KoD (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Fri, 27 May 2022 06:44:03 -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 ESMTP id 2B29B40922 for <linux-cifs@vger.kernel.org>; Fri, 27 May 2022 03:44:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1653648240; 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=NHkSj7X5NKgJK27qI3S4gtnz+ks1f17QdsvgCRP5aYk=; b=YpFlwA3rdcMW7SjOE2UlVl1edVdIfC1u6+l+ktDWEZH0Z2I0OdPH9mCdpWAi31VzQ0Hp07 5w1Es6Ftb4BUiopYojm+KWVtOS7scEFyeqwADCSVfCZfgGkEs8gMXeXY+2SrdjdBLkWKWf kX5y1hQM0qpjAtSyshlF+O2YB8hgrAU= 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-96-qgV3NnC9Nl-1jS02mYygBA-1; Fri, 27 May 2022 06:43:58 -0400 X-MC-Unique: qgV3NnC9Nl-1jS02mYygBA-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 67CD4101AA46; Fri, 27 May 2022 10:43:57 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.8]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0A789C27E8F; Fri, 27 May 2022 10:43:55 +0000 (UTC) Subject: [PATCH v3 0/9] cifs: Use iov_iters down to the network transport From: David Howells <dhowells@redhat.com> To: Steve French <smfrench@gmail.com> Cc: linux-cifs@vger.kernel.org, Shyam Prasad N <nspmangalore@gmail.com>, Rohith Surabattula <rohiths.msft@gmail.com>, Steve French <sfrench@samba.org>, dhowells@redhat.com, Shyam Prasad N <nspmangalore@gmail.com>, Rohith Surabattula <rohiths.msft@gmail.com>, Jeff Layton <jlayton@kernel.org>, Al Viro <viro@zeniv.linux.org.uk>, linux-cifs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 27 May 2022 11:43:55 +0100 Message-ID: <165364823513.3334034.11209090728654641458.stgit@warthog.procyon.org.uk> User-Agent: StGit/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
cifs: Use iov_iters down to the network transport
|
expand
|