open encyclopedia * Article Search: * *
*
*

ReiserFS

From open-encyclopedia.com - the free encyclopedia.

The ReiserFS is a general-purpose computer file system designed and implemented by a team at Namesys led by Hans Reiser, the project's BDFL. It is currently supported by Linux and may be included in other operating systems in the future. Introduced with version 2.4.1 of the Linux kernel, it was the first journaling file system to be included in the standard kernel.

The most-publicised advantage over what was the stock Linux file system at the time, ext2, is that it uses a transaction journal to record changes to filesystem structures. The journal allows the filesystem to quickly return to a consistent state after an unscheduled system shutdown caused by a power outage or a system crash. This feature greatly reduces the risk of filesystem corruption (and the need for lengthy file system checks). ReiserFS also handles directories containing huge numbers of small files very efficiently. Compared to ext2 and ext3 when dealing with files under 4k, ReiserFS is often faster by a factor of 10–15. This is important, for example, when handling Usenet news spools.

Unfortunately, converting a system to ReiserFS requires users of ext2 to completely reformat their disks, which is a disadvantage not shared by its main competitor ext3.

Due to its advantages, many Linux distributions have made it the default file system.

With the introduction of the Reiser4 filesystem, ReiserFS is occasionally referred to as Reiser3.

External link


da:ReiserFS de:ReiserFS es:ReiserFS pl:ReiserFS it:ReiserFS

Contribute Found an omission? You can freely contribute to this Wikipedia article. Edit Article
Copyright © 2003-2004 Zeeshan Muhammad. All rights reserved. Legal notices. Part of the New Frontier Information Network.