Reiser4 Reiser4

Reiser4 - Definition and Overview

Reiser4 is a computer file system, a new "from scratch" version of the ReiserFS file system, developed by Namesys.

It has the following advanced features:

  • efficient support of small files, in terms of disk space and speed
  • fast handling of large and very large directories with hundreds of millions of files,
  • flexible plugin infrastructure,
  • atomic file system modification,
  • efficient journaling through wandering logs,
  • dynamically optimized disk-layout (through allocate-on-flush, and online repacker)
  • Integration of metadata into the file system name-space.

Additionally, Reiser4 introduces dancing trees, a version of B*-trees with the key difference being that underpopulated nodes won't get merged until a flush to disk is forced by low memory or a completed transaction. Such a system also allows Reiser4 to create files and directories without having to waste time and space through fixed blocks. Compare this to Microsoft's FAT filesystem.

Benchmarks performed by Namesys show that Reiser4 is 10 to 15 times faster than Ext3 working on files smaller than 1Kb. As of 2004, it is not supported on many Linux distributions, although its predecessor is.

See also

External link


Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.