From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Allison Subject: Re: Versioning file system Date: Mon, 18 Jun 2007 14:34:38 -0700 Message-ID: <20070618213438.GK1152@samba1> References: <8wst3-3kh-31@gated-at.bofh.it> <8wsCC-3wf-21@gated-at.bofh.it> <8wsW4-3UY-3@gated-at.bofh.it> <8wJal-3KA-1@gated-at.bofh.it> <8xm22-4Ql-1@gated-at.bofh.it> <8xq5G-32l-7@gated-at.bofh.it> <8xs7w-69W-21@gated-at.bofh.it> <4676F9A2.6010007@zytor.com> Reply-To: Jeremy Allison Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: alan , Bodo Eggert <7eggert@gmx.de>, Theodore Tso , =?iso-8859-1?Q?J=F6rn?= Engel , Jack Stone , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, akpm@linux-foundation.org, viro@zeniv.linux.org.uk To: "H. Peter Anvin" Return-path: Received: from mail.samba.org ([66.70.73.150]:45599 "EHLO lists.samba.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761665AbXFRVe4 (ORCPT ); Mon, 18 Jun 2007 17:34:56 -0400 Content-Disposition: inline In-Reply-To: <4676F9A2.6010007@zytor.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jun 18, 2007 at 02:31:14PM -0700, H. Peter Anvin wrote: > And that makes them different from extended attributes, how? Streams on systems that support them allow lseek and are accessed by fd's. EA's are always a blob of data, read/written in their entirity. Jeremy.