* [RFC] Log-structured File System for Linux that Supports Snapshots
@ 2005-08-27 0:03 Pradeep Padala
2005-08-30 6:55 ` amagai
0 siblings, 1 reply; 4+ messages in thread
From: Pradeep Padala @ 2005-08-27 0:03 UTC (permalink / raw)
To: linux-fsdevel; +Cc: logfs-devel
Hello,
For past two months, I have been working on developing a
log-structured file system (LFS) that supports snapshots as a part of
the Google Summer of Code (SoC) [1] program. The motivation and goals
for the project are described in my SoC proposal [2].
In the current state, LFS is quite usable (all the basic fs
operations are working), and a working cleaner is also available.
However, it's not yet ready for the heavy iron and I need to sort out a
few issues. I hope to include it in the mainline, and I will release a
set of patches later for reviewing.
Instructions on compiling and using the stable and development
versions from CVS are available at [3]. The bleeding edge version
includes basic snapshotting framework.
The project website is http://logfs.sourceforge.net, and a mailing
list [4] is available for discussion.
Comments are welcome.
Thanks,
--
Pradeep Padala
http://ppadala.blogspot.com
[1] http://code.google.com/summerofcode.html
[2] http://logfs.sourceforge.net/lfs.pdf
[3] http://logfs.sourceforge.net/compiling.html
[4] http://lists.sourceforge.net/lists/listinfo/logfs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [RFC] Log-structured File System for Linux that Supports Snapshots
2005-08-27 0:03 [RFC] Log-structured File System for Linux that Supports Snapshots Pradeep Padala
@ 2005-08-30 6:55 ` amagai
2005-08-30 16:15 ` Pradeep Padala
0 siblings, 1 reply; 4+ messages in thread
From: amagai @ 2005-08-30 6:55 UTC (permalink / raw)
To: ppadala; +Cc: linux-fsdevel, nilfs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] Log-structured File System for Linux that Supports Snapshots
2005-08-30 6:55 ` amagai
@ 2005-08-30 16:15 ` Pradeep Padala
2005-08-31 0:56 ` amagai
0 siblings, 1 reply; 4+ messages in thread
From: Pradeep Padala @ 2005-08-30 16:15 UTC (permalink / raw)
To: amagai; +Cc: linux-fsdevel, nilfs
>>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!
Sure, do you have any web site for the project? A simple google search
didn't yield anything.
--
Pradeep Padala
http://ppadala.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] Log-structured File System for Linux that Supports Snapshots
2005-08-30 16:15 ` Pradeep Padala
@ 2005-08-31 0:56 ` amagai
0 siblings, 0 replies; 4+ messages in thread
From: amagai @ 2005-08-31 0:56 UTC (permalink / raw)
To: ppadala; +Cc: linux-fsdevel, nilfs
Hello,
> Sure, do you have any web site for the project? A simple google search
> didn't yield anything.
Web site (www.osrg.net) will be opened soon, following the procedure
of our company...
AMAGAI Yoshiji
Nippon Telegraph and Telephone Corporation
NTT Cyber Space Laboratories
Open Source Software Computing Project
Kernel Team
nilfs@osrg.net
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-08-31 0:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-27 0:03 [RFC] Log-structured File System for Linux that Supports Snapshots Pradeep Padala
2005-08-30 6:55 ` amagai
2005-08-30 16:15 ` Pradeep Padala
2005-08-31 0:56 ` amagai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).