Message ID | 163005740700.2472992.12365214290752300378.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.5 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=ham 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 0E8D3C4320E for <linux-cifs@archiver.kernel.org>; Fri, 27 Aug 2021 09:44:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9BE360FD8 for <linux-cifs@archiver.kernel.org>; Fri, 27 Aug 2021 09:44:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244997AbhH0Jov (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Fri, 27 Aug 2021 05:44:51 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:56190 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244898AbhH0Jos (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Fri, 27 Aug 2021 05:44:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630057439; 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=Db4J9qqzVtQ4nd+3HQst+edgAm4oaZrD+OaQmGzLIq8=; b=duN+2oGVL9Q9rQewV8OfwzxIo1mIywSpVp5AEiVGabq/9Ey0OAHrSQ/RFy91K5GGRCj9JZ nojxXQ0noZPn93HLQbjuIv7cVFWww/zhgdehKENhGMBSGSMFpjZb1uUL2up3498v06IbJ7 JBdn/4Okgt/Xh5FeiNfjmMKccEFHOJs= 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-301-9Sg_JrpyPwC_i1p3yT2gAQ-1; Fri, 27 Aug 2021 05:43:57 -0400 X-MC-Unique: 9Sg_JrpyPwC_i1p3yT2gAQ-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 6D8191015193; Fri, 27 Aug 2021 09:43:31 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.36]) by smtp.corp.redhat.com (Postfix) with ESMTP id 07ED9752A0; Fri, 27 Aug 2021 09:43:27 +0000 (UTC) Subject: [PATCH v2 0/6] netfs, afs, ceph: Support folios, at least partially From: David Howells <dhowells@redhat.com> To: "Matthew Wilcox (Oracle)" <willy@infradead.org> Cc: linux-afs@lists.infradead.org, linux-cachefs@redhat.com, Marc Dionne <marc.dionne@auristor.com>, Jeffrey Altman <jaltman@auristor.com>, ceph-devel@vger.kernel.org, Jeff Layton <jlayton@kernel.org>, Jeff Layton <jlayton@redhat.com>, Ilya Dryomov <idryomov@gmail.com>, dhowells@redhat.com, Jeff Layton <jlayton@kernel.org>, Ilya Dryomov <idryomov@gmail.com>, linux-fsdevel@vger.kernel.org, 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, devel@lists.orangefs.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Date: Fri, 27 Aug 2021 10:43:27 +0100 Message-ID: <163005740700.2472992.12365214290752300378.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 |
netfs, afs, ceph: Support folios, at least partially
|
expand
|