linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Request for review: NandFS
@ 2009-02-03 12:27 Corentin Chary
  2009-02-06  7:50 ` Artem Bityutskiy
  0 siblings, 1 reply; 4+ messages in thread
From: Corentin Chary @ 2009-02-03 12:27 UTC (permalink / raw)
  To: linux-mtd; +Cc: linux-fsdevel, Gregory CLEMENT, HIBLOT Jean-Jacques

Hi,
Here is NandFS, a NAND Flash Filesystem.
NandFS is similar to YAFFS2 (in some ways), but the codebase is much more
cleaner and simpler. And we'll try to go mainline.

Development started at Adeneo (http://www.adeneo-embedded.com/srt/en/home) in 
2007. After a long pause, I re-started to clean the code in october 2008.

With the new UBIFS, we might think than there is no room for another flash 
filesystem. But another GPLed filesystem can't hurt anyone. Some of us may 
have heard some words about UFFS, but this project is in no way related to 
NandFS.

*IMPORTANT*: NandFS is under active development, and can't be considered safe 
or stable !

NandFS aims to be:
- Simple
- Clean
- Ram-Efficient
- Power-Failure-Resistant
- Write-Optimized (write-back + internal caches)
- Wear-Leveling

NandFS work-in-progress:
- writeback and "budgeting"
- kernel-doc

NandFS short term todo:
- (A lot of) Test
- Better locking (no more "Big NandFS Lock")
- checkpoint/summary support
- ram usage optimizations
- xattr support
- acl support

The code can be found at http://git.iksaif.net/

I'm currently working on kernel-doc, but the more important is done.
There is no whitepaper to explain how it works right now, but nandfs.h and 
scan.c explains a lot and they are well commented.

It's all Licenced under GPLv2.

Please post your question/comments/bugs/patches.

-- 
Corentin Chary
http://xf.iksaif.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-07 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-03 12:27 Request for review: NandFS Corentin Chary
2009-02-06  7:50 ` Artem Bityutskiy
2009-02-06 13:52   ` Bill Gatliff
2009-02-07 11:27     ` Corentin Chary

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).