Message ID | 20220902125346.1619659-1-dwysocha@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-nfs-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 2227EECAAD5 for <linux-nfs@archiver.kernel.org>; Fri, 2 Sep 2022 14:04:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238089AbiIBOER (ORCPT <rfc822;linux-nfs@archiver.kernel.org>); Fri, 2 Sep 2022 10:04:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239034AbiIBODx (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Fri, 2 Sep 2022 10:03:53 -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 1E8A81306CE for <linux-nfs@vger.kernel.org>; Fri, 2 Sep 2022 06:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1662125547; 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=//oTww4IL10gAZlRaKa6BxR+9lgtxLhYYaSzRmGcp9k=; b=Odf7ELZNcMcfZOeb76rsRU3JmZs/KrT5GxvdPXyy+BBRujOvEIELAYHFbA2KjZxPHc6LBb ERnojjZBjK2epRwAuEtfhmxCbLBKFUQVH9zYnUqKsKzOtBt1S3bhAvJrt9TU/vONJSw2XZ TabMyfzob/9P4a5ylusPvzu/bJVfpW8= 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-461-6RagR_8hPkGMAlUs1vMoIA-1; Fri, 02 Sep 2022 08:53:48 -0400 X-MC-Unique: 6RagR_8hPkGMAlUs1vMoIA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0E0DB2919EB8; Fri, 2 Sep 2022 12:53:48 +0000 (UTC) Received: from dwysocha.rdu.csb (unknown [10.22.8.98]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AA45F492C3B; Fri, 2 Sep 2022 12:53:47 +0000 (UTC) From: Dave Wysochanski <dwysocha@redhat.com> To: Anna Schumaker <anna.schumaker@netapp.com>, Trond Myklebust <trond.myklebust@hammerspace.com>, David Howells <dhowells@redhat.com> Cc: linux-nfs@vger.kernel.org, linux-cachefs@redhat.com, Benjamin Maynard <benmaynard@google.com>, Daire Byrne <daire.byrne@gmail.com> Subject: [PATCH v5 0/3] Convert NFS with fscache to the netfs API Date: Fri, 2 Sep 2022 08:53:43 -0400 Message-Id: <20220902125346.1619659-1-dwysocha@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: <linux-nfs.vger.kernel.org> X-Mailing-List: linux-nfs@vger.kernel.org |
Series | Convert NFS with fscache to the netfs API | expand |