LWN.net Logo

Next-generation Linux file systems: NiLFS(2) and exofs (developerWorks)

Next-generation Linux file systems: NiLFS(2) and exofs (developerWorks)
[Kernel] Posted Nov 5, 2009 15:06 UTC (Thu) by corbet

IBM developerWorks has posted an introduction to the NilFS2 and exofs filesystems. "An interesting aspect of NiLFS(2) is its technique of continuous snap-shotting. As NILFS is log structured, new data is written to the head of the log while old data still exists (until it's necessary to garbage-collect it). Because the old data is there, you can step back in time to inspect epochs of the file system. These epochs are called checkpoints in NiLFS(2) and are an integral part of the file system. NiLFS(2) creates these checkpoints as changes are made, but you can also force a checkpoint to occur."

Comments (8 posted)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds