All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: Tom Vier <tmv@comcast.net>
Cc: reiserfs-list@namesys.com
Subject: Re: v4 questions, crc's
Date: Tue, 06 Jun 2006 12:24:30 -0700	[thread overview]
Message-ID: <4485D66E.3090903@namesys.com> (raw)
In-Reply-To: <20040722215409.GA12240@zero>

Tom Vier wrote:

>(resending)
>
>are wandering logs like rcu? unless i'm reading it wrong, it sounds like you 
>create a copy of the node, but with the updated pointer. you go up the tree, 
>creating updated parents, and the whole new path is finally committed when 
>the highest node's pointer is updated, right? how big are nodes in v4? 512 
>bytes? when updating a tree path, it causes a lot of single sector writes to 
>different areas (far apart?) but the only dependence is that all the new 
>updated versions of the nodes must be written before the top node is, right? 
>does v4 use extents? if not, how are the data blocks finally pointed to?
>
>sun has (or is writing) a new fs i read about recently that has data crc's 
>with error correction (i guess that's what the new "self healing" buzzword 
>means - i've heard ibm using it in commercials). i've thought about writing a 
>v4 plugin. i'm not sure how fine grained to make it. one crc for the whole 
>file isn't feasable. are blocks variably sized in reiserfs? perhaps each 
>extent or whatever could be crc'ed, with the crc's stored as metadata (using 
>whatever method v4 provides for saving variable length metadata).
>  
>
Putting a crc in every node would be easy to code and useful to users.

>also, what should i do if a crc is bad? just write to syslog? refuse to 
>return the data since it might be bad (return an error from read())?
>
>  
>


  reply	other threads:[~2006-06-06 19:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-22 21:54 v4 questions, crc's Tom Vier
2006-06-06 19:24 ` Hans Reiser [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-07-22 22:30 David Dabbs
2004-07-23  1:43 ` Tom Vier
2004-07-23 14:26   ` Nikita Danilov
2004-07-24 17:26   ` Tom Vier

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=4485D66E.3090903@namesys.com \
    --to=reiser@namesys.com \
    --cc=reiserfs-list@namesys.com \
    --cc=tmv@comcast.net \
    /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.