I'm using btrfs for a distribution specialized to be used with USB pen drives. btrfs ist the first file system (besides nilfs) that is fast enough to be used with media (flash memory) that has a severe restriction on the number of writes per second (to be more precise: the number of page deletes per second). Until now I had to use a layered approached using some kind of union file system and a ramdisk as the top level layer. I first testet btrfs last June when it entered the official kernel. At that time is was much to slow to be used in the described scenario. But the speedups during the last months made its use possible! :-) So lots of thanks to Chris Mason and all others who brought us such a groundbreaking file system. They have done a great piece of work. Yet there's still a lot to be done, but I'm optimistic that we will end up with a very well designed file system useable for lots of different application scenarios. Greetings, Michael -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
