From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Rosenberg Subject: Re: The argument for fs assistance in handling archives Date: Thu, 2 Sep 2004 09:55:57 +0200 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <200409020955.57286.robin.rosenberg.lists@dewire.com> References: <20040826150202.GE5733@mail.shareable.org> <4136C876.5010806@namesys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Linus Torvalds , David Masover , Jamie Lokier , Horst von Brand , Adrian Bunk , viro@parcelfarce.linux.theplanet.co.uk, Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Lyamin aka FLX , ReiserFS List Return-path: Received: from 212-28-208-94.customer.telia.com ([212.28.208.94]:18 "EHLO www.dewire.com") by vger.kernel.org with ESMTP id S267798AbUIBH4D (ORCPT ); Thu, 2 Sep 2004 03:56:03 -0400 To: Hans Reiser In-Reply-To: <4136C876.5010806@namesys.com> Content-Disposition: inline List-Id: linux-fsdevel.vger.kernel.org On Thursday 02 September 2004 09.15, Hans Reiser wrote: > Linus Torvalds wrote: > >. Doing transactions on one file is > >only the beginning - you'll find people who want transactions across file > >boundaries etc. > > Yup, that's what reiser4 is aiming at and where things get exciting for > version control systems and the like. We are just missing the api code > for it at the moment, all the infrastructure is there, and the api is in > progress in sys_reiser4. Hope that is the same as or implied XA-support. Having to syncrhonized file updates with database transactions is not an uncommon problem. -- robin