From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Allison Subject: Re: silent semantic changes with reiser4 Date: Thu, 26 Aug 2004 13:52:18 -0700 Message-ID: <20040826205218.GE1570@legion.cup.hp.com> References: <20040826204841.GC5733@mail.shareable.org> Reply-To: Jeremy Allison Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Rik van Riel , Linus Torvalds , Diego Calleja , christophe@saout.de, vda@port.imtp.ilyichevsk.odessa.ua, christer@weinigel.se, spam@tnonline.net, akpm@osdl.org, wichert@wiggy.net, jra@samba.org, reiser@namesys.com, hch@lst.de, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, flx@namesys.com, reiserfs-list@namesys.com Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Jamie Lokier Content-Disposition: inline In-Reply-To: <20040826204841.GC5733@mail.shareable.org> List-Id: linux-fsdevel.vger.kernel.org On Thu, Aug 26, 2004 at 09:48:41PM +0100, Jamie Lokier wrote: > > This is why I favour storing all essential metadata (about the file's > content) inside the file's contents, the primary stream. > > We have another problem: what happens when users want to transfer data > from Windows (with secondary streams) and MacOS (with resource forks)? I can tell you that - right now we (Samba) has to drop all but the primary stream, because the Linux filesystems don't have data stream support. Oh look, we're losing user data (that's a *bad* thing :-). Jeremy.