Message ID | 164311902471.2806745.10187041199819525677.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 C62F3C433EF for <linux-cifs@archiver.kernel.org>; Tue, 25 Jan 2022 14:00:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239289AbiAYOAh (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Tue, 25 Jan 2022 09:00:37 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:35174 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1386718AbiAYN6F (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Tue, 25 Jan 2022 08:58:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643119062; 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=ow5nEIIpxxsm8kbS7mSXJOPAG/qpnBjx5RaUIpFZ4VQ=; b=W08yXKz/bBoYWnLIjsI3qfUmg8hWoLQeAG5Cd4/XhLshSrIwURbJ5cCbSQV7cV7h9lVOfi qGItRyvYz02EkoteqHOe+jKus6hj90YX+7k/OGOntRDt12LqJ7ZHw+ccnBUz9xCu2ZXv3l r5dPEwzD7dWPMTx/G0VzwfQji23pxUs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-157-Q64prpWINnyJ0BEZ04TElA-1; Tue, 25 Jan 2022 08:57:40 -0500 X-MC-Unique: Q64prpWINnyJ0BEZ04TElA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7834A1018722; Tue, 25 Jan 2022 13:57:39 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.5]) by smtp.corp.redhat.com (Postfix) with ESMTP id C4EA27D3D6; Tue, 25 Jan 2022 13:57:05 +0000 (UTC) Subject: [RFC][RFC PATCH 0/7] cifs: In-progress conversion to use iov_iters and netfslib From: David Howells <dhowells@redhat.com> To: smfrench@gmail.com, nspmangalore@gmail.com Cc: Matthew Wilcox <willy@infradead.org>, linux-cachefs@redhat.com, Jeff Layton <jlayton@kernel.org>, linux-cifs@vger.kernel.org, dhowells@redhat.com, jlayton@kernel.org, linux-cifs@vger.kernel.org, linux-cachefs@redhat.com, linux-fsdevel@vger.kernel.org Date: Tue, 25 Jan 2022 13:57:04 +0000 Message-ID: <164311902471.2806745.10187041199819525677.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.23 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
cifs: In-progress conversion to use iov_iters and netfslib
|
expand
|