inode.c-schedule.patch List: reiserfs Subject: [reiserfs-list] Re: [PATCH] 2.4.10 improved reiserfs a lot, but could still be better From: Dieter =?iso-8859-1?q?N=FCtzel?= Date: 2001-09-24 21:58:34 ******************************************************** kupdated-patch : List: reiserfs Subject: [reiserfs-list] Fwd: Re: [PATCH] 2.4.10 improved reiserfs a lot, but could still be better From: Beau Kuiper Date: 2001-09-24 14:54:10 ******************************************************** journal.c-1-patch : speedup.patch : List: reiserfs Subject: [reiserfs-list] [PATCH] reiserfs speedup for 2.4.9+ From: Chris Mason Date: 2001-09-22 21:39:37 [Download message RAW] Hello everyone, Beau pointed me towards a performance bug in reiserfs, where reiserfs_write_super would be called excessively. Turns out that 2.4.9 included some new super handling code that interacted poorly with how reiserfs uses kupdated calls to write_super to trigger writebacks of metadata. This is most obvious with benchmarks like bonnie++, where 2.4.9 and 2.4.10 reiserfs do very poorly. This patch makes things much better in my tests, I'd appreciate a few more testers. The only risk is reiserfs using slightly more memory, but only if I've screwed something up. -chris ************************************************************** .