Linked by Amjith Ramanujam on Fri 25th Jul 2008 16:08 UTC, submitted by diegocg
Linux Daniel Phillips has announced the prototype design of a new linux filesystem (implementation has only begun). The most interesting thing seems to be a different way of implementing versioning: "Unlike the currently fashionable recursive copy on write designs with one tree root per version, Tux3 stores all its versioning information in the leaves of btrees using the versioned pointer algorithm. This method promises a significant shrinkage of metadata for heavily versioned filesystems as compared to ZFS and Btrfs".
Permalink for comment 324584
To read all comments associated with this story, please click here.
Porting HAMMER fs from DragonFlyBSD to Linux
by usr0 on Fri 25th Jul 2008 17:02 UTC
usr0
Member since:
2006-10-27

As ZFS cannot be ported (CDL is not compatible with GPL: http://kerneltrap.org/Linux/Proposing_Read-Only_ZFS) to Linux without using the additional abstraction layer FUSE and Tux3 have a long development way to go, until it will become suitable for a production environment, I would like to know, whether it is possible to port the HAMMER fs to Linux.

HAMMER: http://kerneltrap.org/DragonFlyBSD/HAMMER_Filesystem_Design