Message ID | 20220916165352.885955-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 81643ECAAA1 for <linux-nfs@archiver.kernel.org>; Fri, 16 Sep 2022 16:54:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229479AbiIPQyI (ORCPT <rfc822;linux-nfs@archiver.kernel.org>); Fri, 16 Sep 2022 12:54:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229731AbiIPQyE (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Fri, 16 Sep 2022 12:54:04 -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 5846EAA4F0 for <linux-nfs@vger.kernel.org>; Fri, 16 Sep 2022 09:54:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1663347241; 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=rbdEGuRFArYy2lDWyG142hWWSwXdkKzdFyM+/vYHYJM=; b=CsdwJqFhnOO4YoBk0Mks7lHzOLXvs6K0PKKK0cd0nuEAsusmoU+Jxqnak1x0tTCzFp2c2Y ywsNo7OyIP3uE7czJnccm5J061W2MrO/UTPzBtqUQ8dGzS6/NwK2ejub1lOrbiT0SZwin5 HGPzZ0m0YCQlIa+jWmjiBgzojdHcX3o= 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-10-VwS1pf_GNHWR5xMuZ6q8cQ-1; Fri, 16 Sep 2022 12:53:56 -0400 X-MC-Unique: VwS1pf_GNHWR5xMuZ6q8cQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 654F41C05145; Fri, 16 Sep 2022 16:53:56 +0000 (UTC) Received: from dwysocha.rdu.csb (unknown [10.22.8.215]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BD91B40C6EC2; Fri, 16 Sep 2022 16:53:53 +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 v7 0/3] Convert NFS with fscache to the netfs API Date: Fri, 16 Sep 2022 12:53:49 -0400 Message-Id: <20220916165352.885955-1-dwysocha@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 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 |