Message ID | 161653784755.2770958.11820491619308713741.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 X-Spam-Level: X-Spam-Status: No, score=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E499AC433C1 for <linux-cifs@archiver.kernel.org>; Tue, 23 Mar 2021 22:18:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A796D601FC for <linux-cifs@archiver.kernel.org>; Tue, 23 Mar 2021 22:18:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233848AbhCWWSK (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Tue, 23 Mar 2021 18:18:10 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:25252 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233738AbhCWWRm (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Tue, 23 Mar 2021 18:17:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616537861; 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=sTQ4e/xAuzcUxTZmFIaQwY/w13lRQrA/qVwc/tZwtw4=; b=RCR6Cp5ZxYOWRXlyDrH97Uzn/7AzvFXeKj3L+66/1dvpmMU9o75QQJwN2M35s82wVqsVm6 UcifOiT8KIPnZadddZMPDn4StyAuX+FbVm7KSGt369dLFpj+Gv0hus+iKsHGNkg3ofNHBJ D71qzksw3bCE1UyEvioxUbUD7p3xa9E= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-403-yiMl_McaPYCpOJfY7FAqxQ-1; Tue, 23 Mar 2021 18:17:37 -0400 X-MC-Unique: yiMl_McaPYCpOJfY7FAqxQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 218461853022; Tue, 23 Mar 2021 22:17:35 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-112-58.rdu2.redhat.com [10.10.112.58]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7E0285DEAD; Tue, 23 Mar 2021 22:17:28 +0000 (UTC) Subject: [PATCH v5 00/28] Network fs helper library & fscache kiocb API From: David Howells <dhowells@redhat.com> To: Trond Myklebust <trondmy@hammerspace.com>, Anna Schumaker <anna.schumaker@netapp.com>, Steve French <sfrench@samba.org>, Dominique Martinet <asmadeus@codewreck.org> Cc: Alexander Viro <viro@zeniv.linux.org.uk>, Jeff Layton <jlayton@redhat.com>, linux-fsdevel@vger.kernel.org, Linus Torvalds <torvalds@linux-foundation.org>, linux-afs@lists.infradead.org, "Matthew Wilcox (Oracle)" <willy@infradead.org>, Christoph Hellwig <hch@lst.de>, ceph-devel@vger.kernel.org, linux-mm@kvack.org, Matthew Wilcox <willy@infradead.org>, v9fs-developer@lists.sourceforge.net, linux-cifs@vger.kernel.org, linux-cachefs@redhat.com, linux-nfs@vger.kernel.org, dhowells@redhat.com, Jeff Layton <jlayton@redhat.com>, David Wysochanski <dwysocha@redhat.com>, "Matthew Wilcox (Oracle)" <willy@infradead.org>, Alexander Viro <viro@zeniv.linux.org.uk>, linux-cachefs@redhat.com, linux-afs@lists.infradead.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs-developer@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 23 Mar 2021 22:17:27 +0000 Message-ID: <161653784755.2770958.11820491619308713741.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.14 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
Network fs helper library & fscache kiocb API
|
expand
|