[reiserfs-list] [toad: Reiserfs in 2.4.9-ac12 doesn't recognize -o rw]

2001-09-21 Thread toad
ReiserFS in 2.4.9-ac12 does not recognize the options ro or rw, and refuses to mount partitions in fstab with those flags.

[reiserfs-list] SCSI error, kernel panic ...

2001-09-21 Thread Eoin Verling
Hi, I'm running linux kernel 2.4.6, reiserfs version 3.6.25 I've just recently seen the kernel panic, that sends the machine into an unusable state, my only option is to reboot. It seems like the reiserfs partition is corrupt. I can mount the drive and list all the files, I can even copy

[reiserfs-list] [PATCH]: A-reiserfs-i_flags.patch

2001-09-21 Thread Nikita Danilov
Hello, Alan, in reiserfs-specific part of inode there are several fields that are actually used as single-bit flags. This patch, replaces them with single bit-field. Please, apply. Nikita. diff -rup linux/fs/reiserfs/file.c linux.patched/fs/reiserfs/file.c --- linux/fs/reiserfs/file.cThu

Re: [reiserfs-list] Problems with reiserfs

2001-09-21 Thread Dirk Mueller
On Fre, 21 Sep 2001, Leandro Lucarella wrote: the root partition), I get some errors about bitmaps (I couldn't get the errors to post it here because I lost the log. What I do is start the system with a rescue disk, I backup all my root partition data (I can copy the data without lost! this

Re: [reiserfs-list] Re: [PATCH] Significant performace improvements on reiserfs systems

2001-09-21 Thread Alan Cox
In Solaris, before spinning on a busy spin-lock, thread checks whether spin-lock holder runs on the same processor. If so, thread goes to sleep and holder wakes it up on spin-lock release. The same, I guess is going for interrupts that are served as separate threads. This way, one can

[reiserfs-list] Re: [PATCH] Preemption Latency Measurement Tool

2001-09-21 Thread Dieter Nützel
Am Freitag, 21. September 2001 18:18 schrieb Stefan Westerfeld: Hi! On Fri, Sep 21, 2001 at 02:42:56AM +0200, Roger Larsson wrote: You might try stracing artsd to see if it hangs at a particular syscall. Use -tt or -r for timestamps and pipe the output through tee (to a file on

[reiserfs-list] [PATCH] 2.4.9-ac13 - parse_options() in reiserfs still broken

2001-09-21 Thread Pavel Roskin
Hello! I'm a bit disappointed that the bug with option parsing in reiserfs wasn't fixed in 2.4.9-ac13. It's a serious issue that prevents mounting reiserfs partitions on system startup (except root partition). Anyway, I'm using this opportunity to send a better patch. The only difference is

[reiserfs-list] Re: [PATCH] 2.4.9-ac13 - parse_options() in reiserfs still broken

2001-09-21 Thread Alan Cox
I'm a bit disappointed that the bug with option parsing in reiserfs wasn't fixed in 2.4.9-ac13. It's a serious issue that prevents mounting reiserfs partitions on system startup (except root partition). Please wait for -ac14. That has the next batch of fixes in from Hans Namesys guys