All of lore.kernel.org
 help / color / mirror / Atom feed
From: PFC <lists@peufeu.com>
To: Clay Barnes <clay.barnes@gmail.com>,
	"Vladimir V. Saveliev" <vs@namesys.com>
Cc: reiserfs-list@namesys.com
Subject: Re: reiser4: first impression (vs xfs and jfs)
Date: Tue, 06 Jun 2006 19:47:56 +0200	[thread overview]
Message-ID: <op.taqjp6bvcigqcu@apollo13> (raw)
In-Reply-To: <20060606153035.GF10672@HAL_5000D>


> This may have been mentioned before, but perhaps there could be a
> "trickle-out" option along the lines of "if the hard drive is idle (and
> optionally only if it's spun up), slowly write out the changes to the
> disk structure."  This could also be paired with keeping as much of the
> data in memory as necessary to mantain the speed boost that r4 gets from
> temporal locality of reference, possibly just giving it to the system
> cache.

	Hm actually, this looks a lot like read-ahead algorithms, but instead  
it's "write-ahead" :

	For instance :
	- Sequential writes on large files should stream through the cache.
	- Random writes or small file writes should be kept as long as possible  
in dirty pages so they can be coalesced into larger writes with a better  
disk layout on flush, or not written at all if it was temp files from a  
make, for instance.

	Do the file copying programs open their output files with O_SEQUENTIAL ?  
If so, there is information to exploit...

  reply	other threads:[~2006-06-06 17:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-23 15:51 reiser4: first impression (vs xfs and jfs) Tom Vier
2006-05-23 19:08 ` Gregory Maxwell
2006-05-23 19:13 ` Alexey Polyakov
     [not found]   ` <20060523201712.GD25889@zero>
2006-05-23 21:00     ` Alexey Polyakov
2006-06-06 13:44 ` Tom Vier
2006-06-06 14:38   ` Vladimir V. Saveliev
2006-06-06 15:30     ` Clay Barnes
2006-06-06 17:47       ` PFC [this message]
2006-06-06 19:26         ` Hans Reiser
2006-06-07 17:21           ` PFC
2006-06-06 19:25       ` Hans Reiser
2006-06-07  0:13         ` Clay Barnes
2006-06-07  0:42           ` Hans Reiser
2006-06-08  0:55           ` Nate Diller
2006-06-08 14:18             ` Tom Vier
2006-06-08 14:06         ` Tom Vier
2006-06-09  8:05           ` Hans Reiser
2006-06-07 17:58     ` Tom Vier
2006-06-08  0:41       ` Nate Diller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.taqjp6bvcigqcu@apollo13 \
    --to=lists@peufeu.com \
    --cc=clay.barnes@gmail.com \
    --cc=reiserfs-list@namesys.com \
    --cc=vs@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.