From mboxrd@z Thu Jan 1 00:00:00 1970 From: amagai@osrg.net Subject: Re: [RFC] Log-structured File System for Linux that Supports Snapshots Date: Tue, 30 Aug 2005 15:55:07 +0900 (JST) Message-ID: <20050830065507.C5C845D09A@fs.osrg.net> References: <430FADDF.7080307@eecs.umich.edu> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, nilfs@osrg.net Return-path: Received: from sh.osrg.net ([192.16.179.4]:62135 "EHLO sh.osrg.net") by vger.kernel.org with ESMTP id S1751047AbVH3GzX (ORCPT ); Tue, 30 Aug 2005 02:55:23 -0400 To: ppadala@eecs.umich.edu In-Reply-To: <430FADDF.7080307@eecs.umich.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hello Pradeep, > For past two months, I have been working on developing a > log-structured file system (LFS) that supports snapshots as a part o We are also developing an LFS for Linux 2.6, named Nilfs (a new implementation of a log-structured file system). We implemented Nilfs using modern technology, for example, file and inode blocks are managed by B-trees, internal data is processed in 64 bit wide word size. The Nilfs also supports snapshots. The snapshots are automatically hold without any explicit requests, the can be mounted as a read-only file system. However, cleaner functions are under development. The Nilfs will be available soon as open source software under GPL. Could you cooperate with us on Linux LFSes! Thank you! AMAGAI Yoshiji Nippon Telegraph and Telephone Corporation NTT Cyber Space Laboratories Open Source Software Computing Project Kernel Team nilfs@osrg.net