:: Re: [DNG] Continued reiserfs suppor…
Top Page
Delete this message
Reply to this message
Author: David Niklas
Date:  
To: dng
Subject: Re: [DNG] Continued reiserfs support?
On Thu, 19 Jun 2025 11:50:32 +0200
Martin Steigerwald <martin@???> wrote:
> Tomasz Torcz - 18.06.25, 19:40:06 CEST:
> > > xfs looks like it suffers from the 2038 bug.
> >
> > More like year 2486 bug. Big timestamps were added 5 years ago
> > ( https://www.phoronix.com/news/XFS-Linux-5.10 ).
> > Big timestamps are enabled by default for new filesystems as of
> > xfsprogs 5.15.
>
> Thanks for digging that out. That is more like it. Would have been very
> surprised by a 2038 limit in XFS still.


My Devuan ascii xfsprogs is still at 5.10.X . Daedalus has 6.1.X .

> And actually… I would not use Reiserfs 3 anymore. And does Reiserfs 3
> support big timestamps or it is for some other reason not affected by
> year 2038? As to my knowledge Reiserfs 3 has been mostly in maintenance
> mode for way over 10 years now.


Reiserfs is, or was, the default FS for knoppix. I used it for years and
found it to be very stable.

Reiserfs 4 development is finished, but it suffers from a bug where if you
write to lots of little files then the FS has a tendency to corrupt. This
bug is very difficult to reproduce, so the devs haven't managed to track
it down to fix it yet.

The main (technical) reason reiserfs 4 was rejected from the linux
kernel, even for staging, was because it was using a plug-in system to do
everything instead of referring such work to the VFS block system.

Reiserfs 5 is in development, but the progress seems to be quite slow and
it's not open to public contributions or download at this time.

Sincerely,
David