From mboxrd@z Thu Jan 1 00:00:00 1970 From: hooanon05@yahoo.co.jp Subject: Re: delta filesystem prototype Date: Tue, 03 Mar 2009 17:31:57 +0900 Message-ID: <9884.1236069117@jrobl> References: Cc: linux-fsdevel@vger.kernel.org, fuse-devel@lists.sourceforge.net To: Miklos Szeredi Return-path: Received: from vsmtp01.dti.ne.jp ([202.216.231.136]:34304 "EHLO vsmtp01.dti.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752031AbZCCIcW (ORCPT ); Tue, 3 Mar 2009 03:32:22 -0500 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Miklos Szeredi: > Here is my first try at a "delta" filesystem. It takes two ::: > Comments, bug reports are welcome. As I wrote before, it is unclear how do you implment mmap. I am afrid you need to copyup the entire file to support MAP_SHARED. Since you don't care the inum, the hardlink will not work correctly. For instance, $ cd /base $ echo a > a $ ln a b $ cd /deltafs $ echo a >> a $ cat b By the way, are you going to review the aufs2-tmp-ro branch which I made it responding you. J. R. Okajima