Message ID | 166126392703.708021.14465850073772688008.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 3E94BC32772 for <linux-cifs@archiver.kernel.org>; Tue, 23 Aug 2022 17:01:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244673AbiHWRBj (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Tue, 23 Aug 2022 13:01:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343891AbiHWRAd (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Tue, 23 Aug 2022 13:00:33 -0400 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 8899E9E685 for <linux-cifs@vger.kernel.org>; Tue, 23 Aug 2022 07:12:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1661263933; 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=kYvU0b08zm/V0xwR5oEjOP2aPgvABHjHuDzOrfSOpNM=; b=W2nl2DCx8AZO9DepOOW2xzLTTK4eNjMaJjE4nX8SHMFFf7AXpZ6YB0hkEKl7jQf8admegt Tsghc+vP2LD9CnqHwfiugQVlFE6dR9TOqYDGT/5zCtBZcnA3lHuwQgVPaNyIp+iYZ1BCZc km9POfH6zvB4u7LAkLN5LcIIkXhFLOI= 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-453-IILv1f45PVWyhyOEee0mzQ-1; Tue, 23 Aug 2022 10:12:10 -0400 X-MC-Unique: IILv1f45PVWyhyOEee0mzQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E47CC3C0D85A; Tue, 23 Aug 2022 14:12:08 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.72]) by smtp.corp.redhat.com (Postfix) with ESMTP id C00AC40CF8E7; Tue, 23 Aug 2022 14:12:07 +0000 (UTC) Subject: [PATCH 0/7] 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-cifs@vger.kernel.org, Steve French <sfrench@samba.org>, Rohith Surabattula <rohiths.msft@gmail.com>, Shyam Prasad N <nspmangalore@gmail.com>, dhowells@redhat.com, Shyam Prasad N <nspmangalore@gmail.com>, Rohith Surabattula <rohiths.msft@gmail.com>, Jeff Layton <jlayton@kernel.org>, linux-cifs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 23 Aug 2022 15:12:07 +0100 Message-ID: <166126392703.708021.14465850073772688008.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 2.84 on 10.11.54.1 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
|