Re: BUG() in radix-tree.c, 2.6.11, reiserfs ?

2005-05-24 Thread Arjan van de Ven
On Wed, 2005-05-25 at 00:48 +0200, Stephane Jourdois wrote: > Hello all, > > I was burning a DVD-R at 16x speed on IDE, the .iso was on /dev/sda1, > which is a reiserfs part on a SATA disk. I was at the same time > building another .iso on /dev/sda1, with files from an lvm spawned on > /dev/sd{b,

Re: Unexpected reset corrupted Reiser4 filesystem

2005-05-24 Thread David Masover
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew James Wade wrote: > Hello, > > One of my Reiser4 filesystems was corrupted by a power glitch. No filesystem can prepare for a power glitch, AFAIK. > fsck fixed the corruption, but my understanding is that an > unexpected reset should not have

Unexpected reset corrupted Reiser4 filesystem

2005-05-24 Thread Andrew James Wade
Hello, One of my Reiser4 filesystems was corrupted by a power glitch. fsck fixed the corruption, but my understanding is that an unexpected reset should not have corrupted the filesystem. I have an image of the corrupted filesystem, is it of any use to anyone? Details: kernel: 2.6.12-rc4-mm2 fsck

Re: online fsck

2005-05-24 Thread btinsley
What i'm looking for is a check on a reiserfs filesystem that is mounted read-write. Many modern filesystems, especially those on NAS devices, can run periodic background consistency checks on filesystems with almost zero impact on performance. Some devices are reportedly running these checks const

Re: Reiser4 O_DIRECT

2005-05-24 Thread David Masover
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > On Tue, 24 May 2005 16:35:51 CDT, David Masover said: > > >>My feeling is that you create the standard as you create the test, not >>the other way around. If the test works, then there are by definition >>few bugs if any i

Re: online fsck

2005-05-24 Thread marco
E.Gryaznova wrote: Hello. reiserfsck can check reiserfs filesystem mounted read-only. Running 'fsck.reiserfs --check -y ' will do the trick. The equivalent for ext3 and other filesystems is 'fsck -n ', the ext3 version detects that it is mounted rw, and does a readonly check. What I won

BUG() in radix-tree.c, 2.6.11, reiserfs ?

2005-05-24 Thread Stephane Jourdois
Hello all, I was burning a DVD-R at 16x speed on IDE, the .iso was on /dev/sda1, which is a reiserfs part on a SATA disk. I was at the same time building another .iso on /dev/sda1, with files from an lvm spawned on /dev/sd{b,c,d}. dvdrecord and mkisofs both finished, and the system froze hard 2

Re: Reiser4 O_DIRECT

2005-05-24 Thread Valdis . Kletnieks
On Tue, 24 May 2005 16:35:51 CDT, David Masover said: > My feeling is that you create the standard as you create the test, not > the other way around. If the test works, then there are by definition > few bugs if any in the system itself -- any other bugs are actually in > the application, not th

Re: Reiser4 O_DIRECT

2005-05-24 Thread David Masover
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans Reiser wrote: > [EMAIL PROTECTED] wrote: > > >>On Mon, 23 May 2005 12:52:12 +0300, Markus =?UNKNOWN?Q?T=F6rnqvist?= said: >> >> >> >>>On Sun, May 22, 2005 at 07:22:51PM -0500, David Masover wrote: >>> >>> >>> Of course, I've worked on su

reiser4 formatted initrd

2005-05-24 Thread ms419
I built into my kernel support for only the reiser4 filesystem, so when I needed an initrd for booting a raid root partition, I formated it using reiser4 Unfortuantely, I got this error booting my reiser4 formated initrd - [...] RAMDISK: Compressed image found at block 0 Kernel panic - not synci

[PATCH] Improve quota credit estimates for reiserfs

2005-05-24 Thread Jan Kara
Hello, attached patch makes reiserfs use improved quota credits estimates. It also teaches reiserfs to reserve a space in a transaction only if some quota mount options were specified. Please apply. Honza -- Jan Kara <[EMAIL PR

[PATCH] Improve credits estimates for quota

2005-05-24 Thread Jan Kara
Hello, attached patch is the first of the three patches improving the estimates on the number of credits needed to perform a quota operation. We now distinguish whether block needs to be allocated or just rewritten. This change also fixes a problem with reiserfs and 1KB blocksize where we exce

[PATCH] Add checking of journal_begin() return value

2005-05-24 Thread Jan Kara
Hello, attached patch adds proper checking of the return values of journal_begin() and journal_end() to the quota code in reiserfs. I already sent a similar patch but it got rejected due to the dependency on another rejected patch ;) Now the patch is rediffed to be independent. Please apply.

Re: online fsck

2005-05-24 Thread E.Gryaznova
Hello. reiserfsck can check reiserfs filesystem mounted read-only. Thanks, Lena btinsley wrote: Is there or was there a plan to support running reiserfsck on a mounted v3 filesystem (just a check, not a fix or rebuild)? I seem to remember this being mentioned here at some point in time, but I