From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 0DF56C43219 for ; Fri, 3 May 2019 07:23:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D42E82075C for ; Fri, 3 May 2019 07:23:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726755AbfECHXp convert rfc822-to-8bit (ORCPT ); Fri, 3 May 2019 03:23:45 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:44038 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726457AbfECHXp (ORCPT ); Fri, 3 May 2019 03:23:45 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 52FAB6083136; Fri, 3 May 2019 09:23:43 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id BzZ_z2f9KMyc; Fri, 3 May 2019 09:23:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 083356083139; Fri, 3 May 2019 09:23:43 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id il7MALYYXiat; Fri, 3 May 2019 09:23:42 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id CEACA6083136; Fri, 3 May 2019 09:23:42 +0200 (CEST) Date: Fri, 3 May 2019 09:23:42 +0200 (CEST) From: Richard Weinberger To: Eugene Zemtsov Cc: linux-fsdevel , Al Viro , tytso@mit.edu, Amir Goldstein , Miklos Szeredi , Richard Weinberger Message-ID: <893598216.43321.1556868222776.JavaMail.zimbra@nod.at> In-Reply-To: References: <20190502040331.81196-1-ezemtsov@google.com> <20190502131034.GA25007@mit.edu> <20190502132623.GU23075@ZenIV.linux.org.uk> Subject: Re: Initial patches for Incremental FS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.8_GA_3025 (ZimbraWebClient - FF60 (Linux)/8.8.8_GA_1703) Thread-Topic: Initial patches for Incremental FS Thread-Index: pKGNKPQ4PIl5hVZFuWPWS0wPcPovwg== Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Eugene, ----- Ursprüngliche Mail ----- > userfaultfd > As far as I can see this would only work for mmap-ed files. > All read() and readdir() calls would never return right results. Yep. For lazy loading a program that should be okay. But now with more details on your use-case I agree with Amir, a cached network filesystem makes more sense. Thanks, //richard