Message ID | cover.1553677194.git.kirr@nexedi.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-fsdevel-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7F7E317E0 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Wed, 27 Mar 2019 09:44:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 671B0283A8 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Wed, 27 Mar 2019 09:44:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5A6CF28B15; Wed, 27 Mar 2019 09:44:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,URIBL_GREY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D3D33283A8 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Wed, 27 Mar 2019 09:44:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731664AbfC0JoO (ORCPT <rfc822;patchwork-linux-fsdevel@patchwork.kernel.org>); Wed, 27 Mar 2019 05:44:14 -0400 Received: from mail128-16.atl41.mandrillapp.com ([198.2.128.16]:18894 "EHLO mail128-16.atl41.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbfC0JoO (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Wed, 27 Mar 2019 05:44:14 -0400 X-Greylist: delayed 902 seconds by postgrey-1.27 at vger.kernel.org; Wed, 27 Mar 2019 05:44:13 EDT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=mandrill; d=nexedi.com; h=From:Subject:To:Cc:Message-Id:Date:MIME-Version:Content-Type:Content-Transfer-Encoding; i=kirr@nexedi.com; bh=QRZD9IeRzD6ncGuICtHLI2c6ggBPdMBAZtFU/phEuLc=; b=IBgMkTOvOwl2c+DKI3zX/RlYpJEKSZPA5IRmKU1u0cVleXaglEiNJo1OPYnulVQUEmMZyVDYGtQn u0j1P0B/XEJmvScraMYk4NNaUeMcYHQCeT/j/PLWAToRxamuM+gWGW7gYUtz8hJ034HeWHS6vU6O pQRjIgdmbJlUapTzIX8= Received: from pmta01.mandrill.prod.atl01.rsglab.com (127.0.0.1) by mail128-16.atl41.mandrillapp.com id hjd2uq1mquke for <linux-fsdevel@vger.kernel.org>; Wed, 27 Mar 2019 09:15:06 +0000 (envelope-from <bounce-md_31050260.5c9b3f1a.v1-7a7ee203f8b64f1cb19af871c854d4aa@mandrillapp.com>) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mandrillapp.com; i=@mandrillapp.com; q=dns/txt; s=mandrill; t=1553678106; h=From : Subject : To : Cc : Message-Id : Date : MIME-Version : Content-Type : Content-Transfer-Encoding : From : Subject : Date : X-Mandrill-User : List-Unsubscribe; bh=QRZD9IeRzD6ncGuICtHLI2c6ggBPdMBAZtFU/phEuLc=; b=ZY8ztMXQudhMb8/qx0ut+0eVuiIsHxh2uSBlB3I3NQN42z+2Vk96ewIikukIJcg4pJVbiy ZMMSHP3CpeZIVGqD68jnhLchuiAwHNXLguIENzcquPMOQFT+yrK+i9fkp/PPrlsBEtGBdYDH 3IVjWwhnr+e79FowhQ5DWusjXc6FU= From: Kirill Smelkov <kirr@nexedi.com> Subject: [RESEND1, PATCH 0/2] fuse: allow filesystems to have precise control over data cache Received: from [87.98.221.171] by mandrillapp.com id 7a7ee203f8b64f1cb19af871c854d4aa; Wed, 27 Mar 2019 09:15:06 +0000 X-Mailer: git-send-email 2.21.0.392.gf8f6787159 To: Miklos Szeredi <miklos@szeredi.hu>, Miklos Szeredi <mszeredi@redhat.com> Cc: Brian Foster <bfoster@redhat.com>, Maxim Patlasov <mpatlasov@parallels.com>, Anatol Pomozov <anatol.pomozov@gmail.com>, Pavel Emelyanov <xemul@openvz.org>, Andrew Gallagher <andrewjcg@fb.com>, "Anand V . Avati" <avati@redhat.com>, Alexey Kuznetsov <kuznet@virtuozzo.com>, Andrey Ryabinin <aryabinin@virtuozzo.com>, Kirill Tkhai <ktkhai@virtuozzo.com>, Constantine Shulyupin <const@MakeLinux.com>, Chad Austin <chadaustin@fb.com>, Dan Schatzberg <dschatzberg@fb.com>, <linux-fsdevel@vger.kernel.org>, <fuse-devel@lists.sourceforge.net>, <linux-kernel@vger.kernel.org>, Han-Wen Nienhuys <hanwen@google.com>, Andrew Morton <akpm@linux-foundation.org>, Kirill Smelkov <kirr@nexedi.com> Message-Id: <cover.1553677194.git.kirr@nexedi.com> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=31050260.7a7ee203f8b64f1cb19af871c854d4aa X-Mandrill-User: md_31050260 Date: Wed, 27 Mar 2019 09:15:06 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
fuse: allow filesystems to have precise control over data cache
|
expand
|