write barrier patches for 2.4.21

2003-08-25 Thread Gergely Tamas
Hi! Where can I get Jens Axboe's + Chris Mason's (reiserfs) ide write barrier patches for kernel 2.4.21 ? I'd like to test a 3ware based raid setup (8xide) with write cache enabled. Thanks in advance, Gergely

Re: [reiserfs-list] vs-13070: should I be nervous about ... ?

2002-01-28 Thread Gergely Tamas
Hi! On Mon, 28 Jan 2002, Hans Reiser wrote: > Oleg Drokin wrote: > > >Hello! > > > >On Mon, Jan 28, 2002 at 01:31:11PM +0100, Gergely Tamas wrote: > > > >> >You have HDD problems. Such problems/related questions are answered > >>

Re: [reiserfs-list] fix for "unlinking of opened files" problem isavailable

2001-07-19 Thread Gergely Tamas
Hi! > I would like to announce a fix for old reiserfs problem known as > "unlinking of opened files" > >(ftp.namesys.com/pub/reisrefs-for-2.4/2.4.6.pending/2.4.6-unlink-truncate-rename-rmdir.dif.bz2). I tried to apply this patch on top of 2.4.7-pre8, and got rejects in inode.c; So I tried t

Re: [reiserfs-list] Quota?

2001-07-01 Thread Gergely Tamas
Hi! > Hey I got a patch called bigpatch-2.4.5.diff. I was wondering how I use > it. It was supposed to be 3 patches in one. Thanks. cd /usr/src/linux cat /path/to/bigpatch-2.4.5.diff | patch -p1 make oldconfig / menuconfig / whatever make bzImage modules modules_install ... ... Gergely BTW,

Re: [reiserfs-list] Quotas?

2001-06-14 Thread Gergely Tamas
Hi! > At the moment, there are no user quotas left at all. You mean, no user has quotas? If yes, maybe you should do a quotaon on the target partition first. > There is a quota.user-file which I copied from ext2, in fstab is a > usrquota, and I have a patched reiserfs (that's what dmesg tell

Re: [reiserfs-list] Quotas?

2001-06-12 Thread Gergely Tamas
Hi! > BTW: Is there a way to move the quota settings from a ext2 to > reiserfs? I have 500 users and don't want to edit all the > quotas... I've done this without any problems. What problems do you had ? I've simply copied the quota.user file to the new destination and remounted it (to initi

Re: [reiserfs-list] knfsd patch 2.4.5 ?

2001-06-01 Thread Gergely Tamas
Hi! > Sorry - could not find the patch in the thread on LKML - > so could you give some pointers to your corrected nfs client > patch. These patches were not sent to the LKML, I think because Trond wanted to wait some time (during I test it)... But in the meantime, here they are ... They wor

Re: [reiserfs-list] knfsd patch 2.4.5 ?

2001-06-01 Thread Gergely Tamas
Hi! > > Could you explain a bit more about problems with 2.4.5 nfs clients ? > > I'm was about to upgrade quite a few boxes here. (right now 1 is done so > > i'll wait a bit and keep an eye on it) > > Probably Gergely is better person to ask about details. Ok, here I am. :) > First he

Re: [reiserfs-list] How to activate quota on 2.4?

2001-05-30 Thread Gergely Tamas
Hi! > BUT: You should mention this somewhere that you compile your own > quota package AND maybe rename it to something like > quota-1.70-reiser > or so. If you get your quota patches from my site (dice.mfa.kfki.hu) or from namesys, you can find the apropriate quota packages also there.

Re: [reiserfs-list] How to activate quota on 2.4?

2001-05-29 Thread Gergely Tamas
Hi! > [root: ~] quotaon -avug > quotaon: using /boot-backup/quota.group on /dev/hde3: Invalid argument > /dev/hde3: user quotas turned on This error message is because of 'g' option. As I wrote ... as far as I remember group quotas are not supported ... > [root: ~] quota -v norbert > Disk

Re: [reiserfs-list] segfault: journal_begin called without kernellock held

2001-05-27 Thread Gergely Tamas
Hi! > It seems, the next patch can fix umount reiserfs bug in linux-2.4.5 : This worked. Thanks. BTW, Alexander Viro posted a patch to the LKML which fixes this problem by inserting a lock & unlock into fs/super.c . Gergely -- Date: Sun, 27 May 2001 00:24:46 -0400 (EDT) From: Alexander Viro <

Re: [reiserfs-list] knfsd patch against 245pre1?

2001-05-14 Thread Gergely Tamas
Hi! Yes, I'm using this combination (and quotas). As I can remember, You can simply ignore this rejected line, because reiserfs' knfsd patch / bigpatch replaces this part of code. Gergely On Sun, 13 May 2001, Brian Grossman wrote: > > Has anyone made a knfsd patch against linux-2.4.5-pre1? Th