From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Reiser Subject: Re: fsck mode halfway between --fix-fixable and --rebuild-tree ? Date: Tue, 01 Oct 2002 15:02:08 +0400 Message-ID: <3D9980B0.1010909@namesys.com> References: <20020929172335.L32363@noris.de> <20020930101824.A3895@namesys.com> <3D98318B.8000905@namesys.com> <20020930131744.X32363@noris.de> <20020930152204.A26742@namesys.com> <20020930150854.Z32363@noris.de> <3D984F92.4010509@namesys.com> <15769.17050.863426.305725@laputa.namesys.com> <20021001093234.H32363@noris.de> <15769.21090.312924.423577@laputa.namesys.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Nikita Danilov Cc: Matthias Urlichs , Oleg Drokin , reiserfs-list@namesys.com Nikita Danilov wrote: >Matthias Urlichs writes: > > Hi, > > > > Nikita Danilov: > > > Actually, B-link trees (B-trees with sibling pointers) don't require any > > > additional io for sibling pointers maintenance. Just draw a picture of > > > what is going on during insertion of new node or node deletion and you > > > will see. B-link disadvantages are extra space required in a node to > > > store the sibling pointer and unfriendliness to the "wandered logging". > > > > > Would a wandering log really store the updated blocks themselves, or just > > _log_ them? In the latter case I don't see the difference between a > > wandering log and the static log we have now; the former case looks like > > it'd have to write at least three times as much log data (not only the > > leaf block, but going all the way back to the root) even without taking > > sibling blocks into account. > >Wandered logs in particular and reiser4 transaction design in general >are exposed at the http://www.namesys.com/txn-doc.html. Take a look. > > > > > -- > > Matthias Urlichs | noris network AG | http://smurf.noris.de/ > >Nikita. > > > > zam and I just came to the conclusion yesterday that that paper was hopelessly outdated and needs a complete rewrite after Halloween....