Most of the documentation is a snapshot of the old Namesys site (archive.org, 2007-09-29).

There was also a Reiser4 Wiki (archive.org, 2007-07-06) once on pub.namesys.com.

Reiser4 development appears to have stalled and ReiserFS is deprecated and scheduled to be removed from mainline Linux in 2025.

Reiser4 patchsets

From Reiser4 FS Wiki
(Difference between revisions)
Jump to: navigation, search
(Fedora no longer carries reiser4 packages :-\)
(-version number)
Line 3: Line 3:
 
= Stable patchsets =
 
= Stable patchsets =
  
As <tt>reiser4</tt> is still not in [https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git mainline], Edward Shishkin is kind enough to provide [http://sourceforge.net/projects/reiser4/files/reiser4-for-linux-3.x/ patches] for the stable version of the Linux kernel.
+
As <tt>reiser4</tt> is still not in [https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git mainline], Edward Shishkin is kind enough to provide [https://sourceforge.net/projects/reiser4/files/ patches] for the stable version of the Linux kernel.
  
 
= Standalone <tt>reiser4</tt> tree =
 
= Standalone <tt>reiser4</tt> tree =

Revision as of 20:57, 15 April 2019

Please help with testing Reiser4 and report any issues to the mailinglist!

Contents

Stable patchsets

As reiser4 is still not in mainline, Edward Shishkin is kind enough to provide patches for the stable version of the Linux kernel.

Standalone reiser4 tree

According to Reiser4 Upstream Git Repositories on GitHub, this is how the the standalone tree can be used.

Download the latest Reiser4 kernel patch and patch the kernel:

wget https://sourceforge.net/projects/reiser4/files/reiser4-for-linux-4.x/reiser4-for-4.7.0.patch.gz

cd /usr/local/src/linux-git
git checkout -b local-4.7 v4.7
gzip -dc ~/reiser4-for-4.7.0.patch.gz | patch -p1

Replace fs/reiser4 with the standalone version:

rm -r fs/reiser4
cd ../

git clone https://github.com/edward6/reiser4 reiser4-git
cd reiser4-git/
git archive --format=tar --prefix=reiser4/ HEAD | tar -C ../linux-git/fs/ -xvf -

Be sure to adjust the directories as necessary on your system!

With that, we should be able to build the kernel now:

cd ../linux-git/
> enable CONFIG_BLOCK
> enable CONFIG_REISER4_FS

Distribution packages

openSUSE

openSUSE is building reiser4 packages too:

Please see drivers:filesystems for more external file system modules.

Personal tools