From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Reiser Subject: Re: [PATCH] updated reiser4 - reduced cpu usage for writes by writing more than 4k at a time (has implications for generic write code and eventually for the IO layer) Date: Wed, 24 May 2006 10:55:48 -0700 Message-ID: <44749E24.40203@namesys.com> References: <44736D3E.8090808@namesys.com> <20060524175312.GA3579@zero> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060524175312.GA3579@zero> Sender: linux-kernel-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Tom Vier Cc: Linux-Kernel@Vger.Kernel.ORG, Reiserfs developers mail-list , Reiserfs mail-list Tom Vier wrote: >On Tue, May 23, 2006 at 01:14:54PM -0700, Hans Reiser wrote: > > >>underlying FS can be improved. Performance results show that the new >>code consumes 40% less CPU when doing "dd bs=1MB ....." (your hardware, >>and whether the data is in cache, may vary this result). Note that this >>has only a small effect on elapsed time for most hardware. >> >> > >Write requests in linux are restricted to one page? > > > It may go to the kernel as a 64MB write, but VFS sends it to the FS as 64MB/4k separate 4k writes.