Anton, if you are doing SMP-intensive dbench runs, then check out the SMP pagecache-scalability patch (against 2.4.2-ac20): http://people.redhat.com/~mingo/smp-pagecache-patches/pagecache-2.4.2-H1 this patch splits up the main scalability offender in non-RAM-limited dbench runs, which is pagecache_lock. The patch was designed and written by David Miller, and is being forward ported / maintained by me. (The new pagecache lock design is similar to TCP's hashed spinlocks, which proved to scale excellently.) (about lstat(): IMO lstat() should not call into the lowlevel FS code.) Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- spinlock usage - ext2_get_block, lru_list_lock Anton Blanchard
- Re: spinlock usage - ext2_get_block, lru_list_lock Andreas Dilger
- Re: spinlock usage - ext2_get_block, lru_list_l... Mitchell Blank Jr
- Re: spinlock usage - ext2_get_block, lru_li... Andreas Dilger
- Re: [patch] pagecache SMP-scalability patch [was: s... Ingo Molnar
- Re: [patch] pagecache SMP-scalability patch [wa... Anton Blanchard
- Re: [patch] pagecache SMP-scalability patch [wa... Alexander Viro
- Re: [patch] pagecache SMP-scalability patch... Ingo Molnar
- Re: [patch] pagecache SMP-scalability p... Alexander Viro
- Re: [patch] pagecache SMP-scalabil... Ingo Molnar
- Re: spinlock usage - ext2_get_block, lru_list_lock Linus Torvalds
- Re: spinlock usage - ext2_get_block, lru_list_l... Alexander Viro
- Re: spinlock usage - ext2_get_block, lru_li... James Lewis Nance
- Re: spinlock usage - ext2_get_block, lr... Alexander Viro