From: Spam <spam@tnonline.net>
To: Horst von Brand <vonbrand@inf.utfsm.cl>
Cc: Hans Reiser <reiser@namesys.com>,
Helge Hafting <helgehaf@aitel.hist.no>,
Rik van Riel <riel@redhat.com>, Spam <spam@tnonline.net>,
Jamie Lokier <jamie@shareable.org>,
David Masover <ninja@slaphack.com>,
Diego Calleja <diegocg@teleline.es>, <christophe@saout.de>,
<vda@port.imtp.ilyichevsk.odessa.ua>, <christer@weinigel.se>,
Andrew Morton <akpm@osdl.org>, <wichert@wiggy.net>,
<jra@samba.org>, <hch@lst.de>, <linux-fsdevel@vger.kernel.org>,
Kernel Mailing List <linux-kernel@vger.kernel.org>,
<flx@namesys.com>, <reiserfs-list@namesys.com>
Subject: Re: silent semantic changes with reiser4
Date: Sun, 29 Aug 2004 18:52:17 +0200 [thread overview]
Message-ID: <10558145.20040829185217@tnonline.net> (raw)
In-Reply-To: <200408291521.i7TFLsQk028363@localhost.localdomain>
> Spam <spam@tnonline.net> said:
>> Horst von Brand <vonbrand@inf.utfsm.cl> said:
>> > Hans Reiser <reiser@namesys.com> said:
>> >> Andrew Morton wrote:
> [...]
>> >> Andrew, we need to compete with WinFS and Dominic Giampaolo's filesystem
>> >> for Apple,
>>
>> > Says who?
>>
>> At least I as a user see the benefits largely. The workstation /
>> desktop user has much more need for such features, than perhaps the
>> normal Linux sysadmin.
> Show benefits, show there are no downsides. Show that the same can't
> possibly be done in userland. Then I'll consider buying it.
I am not saying it couldn't be done in userland. Most things can.
The problem with userland is that it doesn't provide generic access
across most applications. For example GnomeVFS is limited to Gnome
applications only. The same for KDE. to be able to coordinate
application developer on anything is just almost impossible.
Still. Why do you oppose plugins, streams and meta files? The could
be valuable and easy to use tools for many purposes. One could
be would be advanced ACLs defined as a meta-file using XML format.
> AFAICS: Smallish benefits for some narrow application niche. Mayor problems
> (no decent multiuser way of using it, extremely complex stuff placed in the
> kernel). Userland solutions are all around us right now, and work just
> fine. No, placing the same gunk in the kernel won't make it magically use
> no time or memory, more like exactly the opposite. Besides, all the visions
> waved around here have very little in common (except the idea that they
> make all restrictions magically dissapear).
> Get a list of required features, show concrete ways of using it, outline
> possible implementations, discuss resource usage. I.e., do "engineering".
> Then we have something to discuss.
I am not sure what you refer to as "required features". Do you mean
example of usage and contents for streams, plugins and meta files?
>> >> and that means we need to put search engine and database
>> >> functionality into the filesystem.
>> > Please don't. Unix works and is extremely popular because it _doesn't_ try
>> > to be smart (policy vs mechanism distinction, simple abstractions that can
>> > be combined endlessly). If you add this to the filesystems, you either redo
>> > _all_ userland to understand _one_ particular way of doing "smart things"
>> > (which will turn out to be almost exactly the dumbest possible for some
>> > uses, and then you are stuck), or get lots of shards from broken apps (and
>> > users, and sysadmins).
>> Indeed. But you forget one thing. Combining lots of small userland
>> tools can actually make things more complex - at least for the user.
> So? Placing lots of little things in kernel does the same, plus screws over
> sysadmins, and makes kernel hacker's job harder. I prefer the former alone.
Difference being that it could be transparent in a way otherwise not
possible.
>> That said, I do not see that anyone has suggested to remove this way
>> of working with applications.
> Excuse me, if files suddenly become directories, and you can't have some
> "reserved" file/directory names, and... you are breaking lots of stuff.
>> Are the new and old features mutually exclusive?
> Yep.
>> >> It takes 11 years of serious
>> >> research to build a clean storage layer able to handle doing that.
>>
>> > Great! Build an experimental OS showing how to use it, and through that see
>> > if the ideas hold any water _in real, day-to-day, down-to-earth, practice_.
>> There are many uses already.
> Where?
>> It could be encryption, compression,
>> meta-data, file streams, sorting, searching and a multitude of uses
>> and ideas that haven't been discovered yet.
> "Could", "multitude ... haven't been discovered yet" is _not_ "many current
> uses".
>> >> Reiser4 has done that, finally. None of the other Linux filesystems
>> >> have.
>> > How come nobody before you in the almost 30 years of Unix has ever seen the
>> > need for this indispensable feature?
>> I, as a user, have for a long time. Do not drag everyone over the
>> same edge. Users have different needs. We should try to be as
>> forthcoming as possible to provide the tools and options for them.
> Why? Breaking the basic paradigms for some user whim is not good OS design
> in my book, sorry. Many "bright ideas" have been thrown out over the years
> for just the same reasons.
>> >> The next major release of ReiserFS is going to be bursting with
>> >> semantic enhancements, because the prerequisites for them are in place
>> >> now. None of the other Linux filesystems have those prerequisites.
>> > To me that would mean that ReiserFS has no place in Linux.
>> Why do you say this? I thought Linux embraced advancements and new
>> technologies.
> If they are right. I think breaking the base of the OS is not a good
> idea. Perhaps ReiserFS has a place elsewhere (in MacOS, or Windows, where
> this is supposedly so so badly needed?), but not here.
You mean in Windows and MacOS where much of this functionality
already exists?
>> >> They won't be able to keep up with the semantic enhancements. This
>> >> metafiles and file-directories stuff is actually fairly trivial stuff.
>> > Maybe. But the question of it being of any use aren't trivially answered
>> > "yes". My gut feeling is that the answer is a resounding "no", but that's
>> > just me. Direcories are directories, if you want to ship directory-like
>> > stuff around, use directories (or tarfiles, or whatever). Just look what
>> > happened to the much, much easier stuff of splitting SUID/SGID into
>> > capabilities: Nothing at all whatsoever, because they have no decent place
>> > to stay in the hallowed Unix APIs. Sure, Linux is now large enough to be
>> > able to _define_ APIs to follow, but even so it isn't at all easy to do so.
>> Exactly. The problem I see in this discussion is the lack of just
>> this - APIs. Because the lack of good APIs we cannot make any larger
>> changes or bring new features because old applications will break.
I'll chop this up...
> No. There is a complete lack of answers to why it should be done ("I think
> it would be nice", "MSFT is trying to do it", "Look at MacOS" is far from
> enough)
No perhaps not by itself. But it certainly should be considered.
These two OS'es have most of the market share. They have great
resources trying to make things that work for their users.
Users are more important than you think. Linux and any OS can do
what it wants, but if it wants to keep users then it has to listen
to them.
> , on what the alternatives are ("Sorry, it must be in the kernel
> because it is impossible to get application writers to agree on how to do
> it"
This is a perfectly valid reason. If it is necessary to move
something into the core of Linux because it couldn't otherwise be
done then it should seriously be considered.
> will just add another incompatible way of "doing almost the same", this
> time in the kernel),
People on this list are actually trying to make it to be fully
compatible with old legacy applications.
If you hadn't noticed, Reiser4 does work. The meta files do work.
The discussion is wether parts of Reiser4 should be made generic
and fit into the VFS.
> and last but not least what the impact is (performance
> wise, application breakage, user/sysadmin expectation breakage,
> incompatibility with other systems, kernel development impact, to list a
> few). Hash this out, and we can talk.
You paint up a doomsday picture here. Nothing of this magnitude has
happened and won't. besides, what is wrong if sysadmins would have
to learn something new?
>> I think that Linux should make new API that will completely separate
>> applications from the storage media. This way we will not as easily
>> break applications when new features are developed. This should be
>> the main priority.
> The "files + directories" stuff is a nice abstraction, and works today on
> all random-access storage media. You don't care much if it is on a CD, a
> floppy, a disk, a RAID array, or a flash card, do you? It won't work on
> tapes, or printers; but that is to be expected.
you didn't actually comment on what I said. I mentioned API's
nothing about directories and files. API being the keyword here.
If there are good API's that applications can use, for example to
access filesystems, then it will be easier and much more possible to
introduce new things into the filesystem without breaking existing
applications. One example of preventing application breakage could
be to have a versioning system. Applications could query which
version is supported, or vice versa.
From what I understand it is much harder to do anything today
because of the fixed ways. This is why we have this discussion.
> [...]
>> Application breakage has happened before between virtually every
>> kernel change. It isn't new. Just take devfs and sysfs.
> Oops, now emacs stopped working because devfs was added? gcc needed a mayor
> overhaul because of /sys vs /proc? Gimme a break. That was _basic system tool_
> breakage, not all-around application breakage.
Emacs seem to work fine with the file-as-dir on my Reiser4
partition. And so does actually any other application I have used on
it. Be it in Gnome, KDE or in plain shell's.
>> >> Look guys, in 1993 I anticipated the battle would be here, and I build
>> >> the foundation for a defensive tower right at the spot MS and Apple are
>> >> now maneuvering towards.
>>
>> > Why place a protective tower around the pit into which they are trying
>> > desperately to throw themselves? ;-)
>>
>> It is easy to say this. But the fact is that users can actually use
>> these new features for good things.
> And can abuse them for bad things, and the features aren't free. Balance
> benefits (very minor) against costs (quite large).
Abuse depends on permissions and security policies which is your job
as admin to look after.
It would be possible to limit, for example), the types of plugins
that a user can either use or load.
Do you give your users access to modprobe or tools like that?
>> >> Help me get the next level on the tower before
>> >> they get here. It is one hell of a foundation, they won't be able to
>> >> shake it, their trees are not as powerful. Don't move reiser4 into vfs,
>> >> use reiser4 as the vfs. Don't write filesystems, write file plugins and
>> >> disk format plugins and all the other kinds of plugins, and you won't be
>> >> missing any expressive power that you really want....
>>
>> > Better write libraries handling whatever weird format you have in mind for
>> > each use. Even applications. I don't expect to be able to use emacs to edit
>> > a JPEG or PostgreSQL database. Neither do I expect gimp to be able to edit
>> > a poem. The current trend (which I heartily agree with) is to take stuff
>> > _out_ of the kernel (for flexibility, access, development ease, even
>> > performance).
>> If I want to be able to quickly find files by a certain author I
>> could search the meta-data fields (if they are used) with normal
>> tools such as grep.
> Iff the metadata is there. It won't (everybody would have to agree on
> placing that on the files for it to work), so it is useless.
No it is not useless. It just means the file has no meta
information. Just as it is today. No change.
>> Compression or encryption is another example.
>>
>> Would you rather patch every application there is for Linux to
>> enable support for reading these files and directories?
> No. But an encrypted or compressed filessytem doesn't need weird files.
> Easiest on applications is just to serve the decrypted/uncompressed files
> for use via the traditional APIs. Next easiest is provide programs that
> handle cryptography and compression and can be combined with whatever
> unaware program you care to use. Funny, that is exactly the way things work
> now...
So you can setup a directory that has some files compressed and some
other encrypted and yet they will be available to use with tar, cp,
ls, mc, Nautilus, Emacs etc etc?
next prev parent reply other threads:[~2004-08-29 16:52 UTC|newest]
Thread overview: 995+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-24 20:25 silent semantic changes with reiser4 Christoph Hellwig
2004-08-24 20:35 ` Lee Revell
2004-08-24 20:38 ` Christoph Hellwig
2004-08-24 20:42 ` Lee Revell
2004-08-24 21:18 ` Jamie Lokier
2004-08-24 20:38 ` Jeff Garzik
2004-08-24 20:53 ` viro
2004-08-24 21:22 ` viro
2004-08-25 18:28 ` Hans Reiser
2004-08-25 18:45 ` Christoph Hellwig
2004-08-26 9:02 ` Hans Reiser
2004-08-26 18:38 ` William Lee Irwin III
2004-08-26 18:49 ` Linus Torvalds
2004-08-26 18:56 ` William Lee Irwin III
2004-08-27 8:14 ` Hans Reiser
2004-08-27 10:10 ` Giuseppe Bilotta
2004-08-27 15:25 ` William Lee Irwin III
[not found] ` <20040827161539.GC28876@khan.acc.umu.se>
2004-08-27 16:18 ` William Lee Irwin III
2004-08-25 19:53 ` Hans Reiser
2004-08-25 20:06 ` Matthew Wilcox
2004-08-26 8:41 ` Hans Reiser
2004-08-25 20:08 ` Christoph Hellwig
2004-08-25 20:19 ` Christoph Hellwig
2004-08-25 20:24 ` Linus Torvalds
2004-08-25 20:25 ` Christoph Hellwig
2004-08-25 20:59 ` viro
2004-08-26 8:43 ` Hans Reiser
2004-08-26 8:42 ` Hans Reiser
2004-08-26 9:24 ` Christoph Hellwig
2004-08-26 18:45 ` Hans Reiser
2004-08-26 13:38 ` Chris Mason
2004-08-26 23:53 ` Hans Reiser
2004-08-27 9:16 ` Christoph Hellwig
2004-08-25 20:22 ` Linus Torvalds
2004-08-25 20:35 ` Christoph Hellwig
2004-08-25 20:41 ` Hans Reiser
2004-08-25 20:51 ` Chris Mason
2004-08-25 20:58 ` Markus Törnqvist
2004-08-25 21:03 ` Rik van Riel
2004-08-26 9:00 ` Hans Reiser
2004-08-25 20:42 ` viro
2004-08-25 21:00 ` Christophe Saout
2004-08-25 22:59 ` Andrea Arcangeli
2004-08-26 8:35 ` Hans Reiser
2004-08-26 11:28 ` Andrea Arcangeli
2004-08-26 11:44 ` Christophe Saout
2004-08-26 12:16 ` Andrea Arcangeli
2004-08-26 12:23 ` Christophe Saout
2004-08-27 18:38 ` Alex Zarochentsev
2004-08-28 6:17 ` Hans Reiser
2004-08-26 23:53 ` Hans Reiser
2004-08-27 0:18 ` Andrea Arcangeli
2004-08-28 10:49 ` Yury Umanets
2004-08-28 11:11 ` Yury Umanets
2004-08-25 21:00 ` Linus Torvalds
2004-08-25 21:25 ` viro
2004-08-26 0:11 ` Jamie Lokier
2004-08-26 0:30 ` viro
2004-08-26 1:00 ` Jamie Lokier
2004-08-26 3:13 ` viro
2004-08-26 8:49 ` Hans Reiser
2004-08-26 14:05 ` Adrian Bunk
2004-08-26 14:25 ` Christophe Saout
2004-08-26 14:45 ` Matthew Wilcox
2004-08-26 15:04 ` Jamie Lokier
2004-08-26 15:12 ` Christophe Saout
2004-08-26 16:00 ` Jamie Lokier
2004-08-27 2:17 ` Hans Reiser
2004-08-26 15:41 ` Nikita Danilov
2004-08-29 12:34 ` Alex Zarochentsev
2004-08-29 15:52 ` Shaya Potter
2004-09-01 22:05 ` Jamie Lokier
2004-08-26 15:02 ` Jamie Lokier
2004-08-28 23:14 ` Horst von Brand
2004-09-01 20:08 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Jamie Lokier
2004-09-01 20:50 ` Linus Torvalds
2004-09-02 0:24 ` Jamie Lokier
2004-09-02 1:07 ` Linus Torvalds
2004-09-02 2:30 ` Why do we need openat? (was: The argument for fs assistance in handling archives) Hubert Chan
2004-09-02 3:46 ` The argument for fs assistance in handling archives David Masover
2004-09-02 3:35 ` David Masover
2004-09-02 3:38 ` Linus Torvalds
2004-09-02 4:27 ` David Masover
2004-09-02 6:04 ` Linus Torvalds
2004-09-02 7:15 ` Hans Reiser
2004-09-02 7:36 ` Linus Torvalds
2004-09-02 8:58 ` Hans Reiser
2004-09-02 9:12 ` Oliver Hunt
2004-09-02 9:26 ` Helge Hafting
2004-09-02 9:45 ` Oliver Hunt
2004-09-02 10:02 ` Spam
2004-09-02 14:38 ` Christian Mayrhuber
2004-09-02 22:39 ` Valdis.Kletnieks
2004-09-02 23:06 ` Spam
2004-09-03 8:28 ` Helge Hafting
2004-09-03 8:22 ` Helge Hafting
2004-09-03 17:41 ` Horst von Brand
2004-09-03 19:30 ` Spam
2004-09-03 21:07 ` Chris Dukes
2004-09-03 21:50 ` Spam
2004-09-04 2:27 ` Horst von Brand
2004-09-04 13:20 ` Alexander G. M. Smith
2004-09-06 13:43 ` Helge Hafting
2004-09-06 13:25 ` Helge Hafting
2004-09-05 13:44 ` Tonnerre
2004-09-05 14:13 ` Spam
2004-09-08 9:24 ` Helge Hafting
2004-09-08 16:02 ` Tonnerre
2004-09-09 11:22 ` Helge Hafting
2004-09-05 13:28 ` Tonnerre
2004-09-02 9:52 ` Spam
2004-09-02 9:32 ` Alan Cox
2004-09-02 10:27 ` V13
2004-09-02 14:35 ` John Stoffel
2004-09-02 18:42 ` Hubert Chan
2004-09-02 11:09 ` Oliver Neukum
2004-09-02 11:11 ` Spam
2004-09-03 0:43 ` David Masover
2004-09-03 0:47 ` Spam
2004-09-03 1:36 ` David Masover
2004-09-03 1:18 ` Valdis.Kletnieks
2004-09-03 1:39 ` David Masover
2004-09-03 8:13 ` Christoph Hellwig
2004-09-03 8:30 ` Oliver Neukum
2004-09-02 15:40 ` Horst von Brand
2004-09-02 18:21 ` Lee Revell
2004-09-03 8:30 ` Helge Hafting
2004-09-02 14:24 ` John Stoffel
2004-09-02 15:36 ` Alan Cox
2004-09-02 15:32 ` Horst von Brand
2004-09-02 17:43 ` Linus Torvalds
2004-09-02 18:22 ` Martin J. Bligh
2004-09-02 18:38 ` Christer Weinigel
2004-09-03 13:16 ` Brian Beattie
2004-09-02 19:52 ` Steve Bergman
2004-09-02 20:06 ` Spam
2004-09-02 20:16 ` Martin J. Bligh
2004-09-03 8:49 ` Bernd Petrovitsch
2004-09-03 9:53 ` Spam
2004-09-03 0:35 ` David Masover
2004-09-03 6:35 ` Hans Reiser
2004-09-03 16:02 ` Chris Mason
2004-09-03 17:26 ` Horst von Brand
2004-09-03 0:41 ` David Masover
2004-09-03 0:46 ` Spam
2004-09-03 1:34 ` David Masover
2004-09-03 5:59 ` Hans Reiser
2004-09-15 17:23 ` Timothy Miller
2004-09-16 8:29 ` Helge Hafting
2004-09-02 9:04 ` Hans Reiser
2004-09-02 12:50 ` James Bruce
2004-09-02 17:50 ` Linus Torvalds
2004-09-05 15:12 ` Tonnerre
2004-09-03 1:11 ` David Masover
2004-09-03 1:35 ` Valdis.Kletnieks
2004-09-03 5:57 ` Hans Reiser
2004-09-02 7:55 ` Robin Rosenberg
2004-09-02 5:53 ` Hans Reiser
2004-09-02 9:46 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Alan Cox
2004-09-02 16:11 ` Jamie Lokier
2004-09-02 17:41 ` Dave Kleikamp
2004-09-03 0:25 ` The argument for fs assistance in handling archives David Masover
2004-09-03 12:50 ` Dave Kleikamp
2004-09-04 0:25 ` David Masover
2004-09-05 14:42 ` Tonnerre
2004-09-03 15:48 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Pavel Machek
2004-09-02 23:33 ` Paul Jakma
2004-09-02 23:49 ` Spam
2004-09-02 22:55 ` Alan Cox
2004-09-03 0:03 ` Spam
2004-09-03 0:14 ` Paul Jakma
2004-09-03 0:39 ` Spam
2004-09-03 13:05 ` Dave Kleikamp
2004-09-03 13:16 ` Spam
2004-09-03 13:33 ` Dave Kleikamp
2004-09-03 21:45 ` Horst von Brand
2004-09-04 5:37 ` The argument for fs assistance in handling archives David Masover
2004-09-04 6:21 ` Hans Reiser
2004-09-04 11:07 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Spam
2004-09-04 0:13 ` The argument for fs assistance in handling archives David Masover
2004-09-04 11:42 ` Stephan von Krawczynski
2004-09-04 18:27 ` David Masover
2004-09-03 16:43 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Paul Jakma
2004-09-03 23:45 ` The argument for fs assistance in handling archives David Masover
2004-09-06 15:07 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Tonnerre
2004-09-06 15:15 ` Spam
2004-09-02 17:46 ` Linus Torvalds
2004-09-02 17:50 ` Christoph Hellwig
2004-09-02 18:03 ` Linus Torvalds
2004-09-02 19:04 ` Charles P. Wright
2004-09-02 19:42 ` Linus Torvalds
2004-09-02 20:05 ` Charles P. Wright
2004-09-02 20:30 ` Erez Zadok
2004-09-02 18:46 ` Alan Cox
2004-09-02 20:22 ` Linus Torvalds
2004-09-05 7:27 ` Stephen Rothwell
2004-09-02 21:56 ` Bill Huey
2004-09-02 22:48 ` Alan Cox
2004-09-07 21:44 ` Bill Huey
2004-09-02 19:50 ` Spam
2004-09-03 0:17 ` The argument for fs assistance in handling archives David Masover
2004-09-06 7:45 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Tonnerre
2004-09-06 8:05 ` Spam
2004-09-06 8:56 ` Tonnerre
2004-09-06 9:15 ` The argument for fs assistance in handling archives Dr. Giovanni A. Orlando
2004-09-06 12:55 ` Grzegorz Jaśkiewicz
2004-09-02 20:38 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Frank van Maarseveen
2004-09-02 21:36 ` Dave Kleikamp
2004-09-02 21:48 ` Frank van Maarseveen
2004-09-02 22:00 ` viro
2004-09-02 22:02 ` Frank van Maarseveen
2004-09-02 22:03 ` Christoph Hellwig
2004-09-02 22:04 ` Christoph Hellwig
2004-09-02 22:06 ` viro
2004-09-02 22:11 ` Frank van Maarseveen
2004-09-02 22:17 ` viro
2004-09-02 22:26 ` Frank van Maarseveen
2004-09-02 22:33 ` viro
2004-09-02 22:56 ` Frank van Maarseveen
2004-09-02 23:02 ` viro
2004-09-03 8:43 ` Helge Hafting
2004-09-03 8:50 ` Frank van Maarseveen
2004-09-03 8:55 ` Frank van Maarseveen
2004-09-03 23:55 ` The argument for fs assistance in handling archives David Masover
2004-09-08 9:56 ` Helge Hafting
2004-09-06 8:04 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Tonnerre
2004-09-06 8:41 ` Frank van Maarseveen
2004-09-03 0:08 ` The argument for fs assistance in handling archives David Masover
2004-09-03 0:18 ` Linus Torvalds
2004-09-03 1:25 ` David Masover
2004-09-03 5:22 ` Hans Reiser
2004-09-03 0:39 ` viro
2004-09-03 0:44 ` Spam
2004-09-03 1:28 ` David Masover
2004-09-03 3:44 ` Chris Dukes
2004-09-03 4:36 ` Hubert Chan
2004-09-03 4:37 ` David Masover
2004-09-03 13:09 ` Horst von Brand
2004-09-03 6:16 ` Hans Reiser
2004-09-03 13:55 ` John Stoffel
2004-09-03 14:01 ` Spam
2004-09-06 8:58 ` Tonnerre
2004-09-06 12:53 ` Clemens Schwaighofer
2004-09-06 12:57 ` Spam
2004-09-06 12:59 ` Clemens Schwaighofer
2004-09-06 13:01 ` Frank van Maarseveen
2004-09-06 13:03 ` Spam
2004-09-06 13:17 ` Clemens Schwaighofer
2004-09-06 13:45 ` Tonnerre
2004-09-02 23:19 ` The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Valdis.Kletnieks
2004-09-02 23:41 ` Frank van Maarseveen
2004-09-02 23:43 ` Spam
2004-09-02 23:52 ` Frank van Maarseveen
2004-09-06 14:43 ` Tonnerre
2004-09-06 14:59 ` Spam
2004-09-03 7:13 ` Jan Harkes
2004-09-03 19:30 ` Valdis.Kletnieks
2004-09-06 7:56 ` Tonnerre
2004-09-06 8:08 ` Frank van Maarseveen
2004-09-06 12:43 ` Herbert Poetzl
2004-09-06 12:54 ` Frank van Maarseveen
2004-09-03 15:44 ` Pavel Machek
2004-09-05 13:16 ` Tonnerre
2004-09-02 14:06 ` Horst von Brand
2004-09-02 17:32 ` Jamie Lokier
2004-09-02 18:23 ` Christer Weinigel
2004-09-02 21:47 ` Jamie Lokier
2004-09-02 22:27 ` Alan Cox
2004-09-03 15:17 ` Jon Smirl
2004-09-06 15:55 ` Christer Weinigel
2004-09-06 15:56 ` Chris Dukes
2004-09-10 2:13 ` silent semantic changes with reiser4 Timothy Miller
2004-09-10 5:22 ` Hans Reiser
2004-09-10 6:32 ` Peter Foldiak
2004-09-10 6:57 ` Hans Reiser
2004-09-10 15:47 ` Timothy Miller
2004-09-10 15:50 ` Wayne Scott
2004-09-10 17:50 ` Horst von Brand
2004-09-10 17:51 ` Hans Reiser
2004-09-10 18:15 ` Horst von Brand
2004-09-11 0:00 ` Timothy Miller
2004-09-10 12:16 ` Alexander G. M. Smith
2004-09-10 16:32 ` Hans Reiser
2004-09-10 15:33 ` Horst von Brand
2004-08-26 18:35 ` Joel Becker
2004-08-26 19:53 ` Jamie Lokier
2004-08-27 9:19 ` Markus Törnqvist
2004-08-27 12:26 ` Matthew Wilcox
2004-08-26 10:05 ` Chris Wedgwood
2004-08-26 11:02 ` Jamie Lokier
2004-08-26 11:19 ` Spam
2004-08-28 0:28 ` Horst von Brand
2004-08-26 15:50 ` Will Dyson
2004-08-26 20:38 ` Lee Revell
2004-08-26 20:50 ` Christophe Saout
2004-08-26 20:57 ` Lee Revell
2004-08-27 9:21 ` Markus Törnqvist
2004-08-27 11:34 ` Spam
2004-08-26 21:00 ` Jamie Lokier
2004-08-27 21:06 ` Pavel Machek
2004-08-31 1:00 ` David Masover
2004-08-31 8:21 ` Pavel Machek
2004-08-31 18:28 ` Hubert Chan
2004-08-31 19:31 ` Horst von Brand
2004-08-31 20:05 ` Linus Torvalds
2004-08-31 20:29 ` Spam
2004-08-31 20:32 ` Pavel Machek
2004-08-31 20:38 ` Linus Torvalds
2004-08-31 20:54 ` Pavel Machek
2004-08-31 20:59 ` Linus Torvalds
2004-08-31 22:07 ` Pavel Machek
2004-08-31 23:19 ` Christer Weinigel
2004-09-01 1:43 ` David Masover
2004-09-01 5:02 ` Pavel Machek
2004-09-05 11:22 ` Tonnerre
2004-08-31 21:07 ` Hubert Chan
2004-08-31 23:02 ` Christer Weinigel
2004-08-31 23:20 ` Spam
2004-09-01 0:00 ` John Newbigin
2004-09-05 11:17 ` Tonnerre
2004-09-05 11:40 ` Grzegorz Jaśkiewicz
2004-09-05 11:57 ` Spam
2004-09-05 11:58 ` Tonnerre
2004-09-05 12:23 ` Spam
2004-09-05 12:30 ` Spam
2004-09-06 10:50 ` Pavel Machek
2004-09-06 12:32 ` Spam
2004-09-06 14:52 ` Christer Weinigel
2004-09-06 15:13 ` Spam
2004-09-06 15:44 ` Christer Weinigel
2004-09-06 15:54 ` Pavel Machek
2004-09-06 16:07 ` Christer Weinigel
2004-09-06 16:56 ` Pavel Machek
2004-09-08 6:11 ` Tonnerre
2004-09-08 12:57 ` Alan Cox
2004-09-06 16:14 ` Spam
2004-09-06 19:14 ` David Masover
2004-09-06 18:14 ` Horst von Brand
2004-09-06 18:53 ` David Masover
2004-09-06 22:37 ` Christer Weinigel
2004-09-07 2:06 ` Horst von Brand
2004-09-07 5:50 ` David Masover
2004-09-07 6:02 ` Hans Reiser
2004-09-07 6:28 ` William Lee Irwin III
2004-09-07 22:38 ` William Lee Irwin III
2004-09-08 2:43 ` William Lee Irwin III
2004-09-08 3:03 ` William Lee Irwin III
2004-09-07 11:55 ` Christer Weinigel
2004-09-07 12:26 ` Gunnar Ritter
2004-09-07 18:20 ` Hans Reiser
2004-09-07 19:22 ` Gunnar Ritter
2004-09-07 12:30 ` Herbert Poetzl
2004-09-07 13:44 ` Oliver Neukum
2004-09-07 12:33 ` Spam
2004-09-07 13:40 ` Christer Weinigel
2004-09-07 13:52 ` Spam
2004-09-07 15:37 ` Horst von Brand
2004-09-07 18:11 ` Hans Reiser
2004-09-07 21:41 ` Christer Weinigel
2004-09-07 15:30 ` Horst von Brand
2004-09-07 18:05 ` Hans Reiser
2004-09-07 18:15 ` Horst von Brand
2004-09-07 19:14 ` Hans Reiser
2004-09-07 21:02 ` Horst von Brand
2004-09-07 21:29 ` Spam
2004-09-07 22:01 ` Horst von Brand
2004-09-08 1:38 ` Alexander G. M. Smith
2004-09-07 22:28 ` Christer Weinigel
2004-09-07 15:37 ` Gunnar Ritter
2004-09-07 16:25 ` Spam
2004-09-07 16:55 ` Gunnar Ritter
2004-09-07 21:39 ` Christer Weinigel
2004-09-07 22:13 ` Gunnar Ritter
2004-09-07 22:44 ` Christer Weinigel
2004-09-07 23:45 ` Gunnar Ritter
2004-09-08 5:48 ` Christer Weinigel
2004-09-08 6:29 ` Gunnar Ritter
2004-09-07 18:34 ` Hans Reiser
2004-09-07 22:13 ` Christer Weinigel
2004-09-07 22:36 ` David Lang
2004-09-07 22:47 ` Christer Weinigel
2004-09-07 22:56 ` David Lang
2004-09-08 0:15 ` Horst von Brand
2004-09-07 23:14 ` Gunnar Ritter
2004-09-08 1:29 ` Julian Blake Kongslie
2004-09-08 0:07 ` Horst von Brand
2004-09-08 6:51 ` David Lang
2004-09-08 6:20 ` Tonnerre
2004-09-07 6:32 ` Hans Reiser
2004-09-01 12:10 ` Alan Cox
2004-09-01 20:21 ` Hubert Chan
2004-09-01 19:44 ` Markus Törnqvist
2004-09-07 6:43 ` Neil Brown
2004-09-07 6:47 ` Chris Wedgwood
2004-09-01 1:14 ` David Masover
2004-09-01 4:59 ` Pavel Machek
2004-09-01 5:23 ` Hubert Chan
2004-09-01 16:14 ` Jamie Lokier
2004-09-01 20:18 ` Pavel Machek
2004-09-01 21:59 ` Jamie Lokier
2004-09-01 22:51 ` Lee Revell
2004-09-02 14:25 ` Horst von Brand
2004-09-02 17:47 ` Lee Revell
2004-09-02 19:41 ` Spam
2004-09-02 18:55 ` Alan Cox
2004-09-02 20:07 ` Spam
2004-09-02 19:17 ` Alan Cox
2004-09-02 20:28 ` Spam
2004-09-02 20:42 ` Pavel Machek
2004-09-02 19:49 ` Pavel Machek
2004-09-02 20:01 ` Lee Revell
2004-09-02 19:16 ` Alan Cox
2004-09-05 12:07 ` Tonnerre
2004-09-05 12:27 ` Spam
2004-09-06 10:54 ` Pavel Machek
2004-09-06 18:08 ` Horst von Brand
2004-09-02 20:04 ` Chris Wedgwood
2004-09-02 20:10 ` Spam
2004-09-02 20:43 ` Pavel Machek
2004-09-02 20:47 ` Lee Revell
2004-09-02 20:49 ` Chris Wedgwood
2004-09-02 20:57 ` Lee Revell
2004-09-02 20:58 ` Chris Wedgwood
2004-09-02 20:58 ` Pavel Machek
2004-09-02 22:33 ` Alan Cox
2004-09-03 3:22 ` Gianni Tedesco
2004-09-03 9:42 ` Pavel Machek
2004-09-02 22:00 ` Horst von Brand
2004-09-02 23:23 ` Jamie Lokier
2004-09-02 22:51 ` Alan Cox
2004-09-03 0:02 ` Spam
2004-09-03 13:46 ` John Stoffel
2004-09-05 11:54 ` Tonnerre
2004-09-01 5:50 ` Hans Reiser
2004-09-01 6:06 ` Linus Torvalds
2004-09-01 6:32 ` Hubert Chan
2004-09-01 7:22 ` Hans Reiser
2004-09-01 11:51 ` Alexander G. M. Smith
2004-09-15 17:06 ` Timothy Miller
2004-09-16 8:23 ` Helge Hafting
2004-09-01 23:04 ` Hubert Chan
2004-09-01 11:49 ` Alan Cox
2004-09-02 23:40 ` Paul Jakma
2004-09-03 6:06 ` Hans Reiser
2004-09-03 7:00 ` viro
2004-09-08 7:51 ` Sriram Karra
2004-09-08 9:36 ` viro
2004-09-05 11:33 ` Tonnerre
2004-09-01 1:10 ` David Masover
2004-08-27 21:01 ` Pavel Machek
2004-08-26 1:13 ` Chris Wright
2004-08-26 8:43 ` Hans Reiser
2004-08-25 21:52 ` Matt Mackall
2004-08-25 22:21 ` Linus Torvalds
2004-08-26 0:18 ` Mikulas Patocka
2004-08-26 0:27 ` Linus Torvalds
2004-08-26 0:51 ` Mikulas Patocka
2004-08-26 8:36 ` Hans Reiser
2004-08-26 10:53 ` Jamie Lokier
2004-08-26 10:59 ` Christoph Hellwig
2004-08-26 11:07 ` Jamie Lokier
2004-08-26 11:17 ` Spam
2004-08-26 0:57 ` Rik van Riel
2004-08-26 7:51 ` Helge Hafting
2004-08-26 9:21 ` Paul Jackson
2004-08-26 10:47 ` Jamie Lokier
2004-08-26 11:19 ` Paul Jackson
2004-08-27 12:33 ` Helge Hafting
2004-08-26 8:40 ` Hans Reiser
2004-08-26 14:46 ` Lars Marowsky-Bree
2004-08-26 9:44 ` Paul Jackson
2004-08-26 8:43 ` Hans Reiser
2004-08-26 13:53 ` Michael Halcrow
2004-08-26 22:26 ` Hans Reiser
2004-08-29 14:20 ` Alan Cox
2004-08-25 20:35 ` Alex Zarochentsev
2004-08-25 20:51 ` Christoph Hellwig
2004-08-25 23:54 ` Jamie Lokier
2004-08-26 8:44 ` Hans Reiser
2004-08-26 12:43 ` Christoph Hellwig
2004-08-26 8:43 ` Hans Reiser
2004-08-26 12:41 ` Christoph Hellwig
2004-08-26 13:48 ` Jamie Lokier
2004-08-26 15:57 ` Christoph Hellwig
2004-08-26 16:06 ` Jamie Lokier
2004-08-26 16:13 ` Christoph Hellwig
2004-08-26 16:35 ` Linus Torvalds
2004-08-26 17:20 ` Jamie Lokier
2004-08-26 17:29 ` Linus Torvalds
2004-08-26 17:54 ` viro
2004-08-26 18:16 ` Jamie Lokier
2004-08-26 18:27 ` Linus Torvalds
2004-08-26 19:40 ` Jamie Lokier
2004-08-30 13:25 ` Alex Zarochentsev
2004-08-27 9:18 ` Giuliano Pochini
2004-08-27 10:33 ` Giuseppe Bilotta
2004-08-27 18:48 ` Hubert Chan
2004-08-28 16:33 ` Giuseppe Bilotta
2004-08-28 17:27 ` Hubert Chan
2004-08-30 14:10 ` Alex Zarochentsev
2004-08-29 18:43 ` Alex Zarochentsev
2004-08-25 20:20 ` Jeremy Allison
2004-08-26 8:42 ` Hans Reiser
2004-08-26 13:27 ` Rik van Riel
2004-08-26 13:56 ` Markus Törnqvist
2004-08-26 19:58 ` Paul Jackson
2004-08-26 23:53 ` Hans Reiser
2004-08-25 20:22 ` Chris Mason
2004-08-26 8:42 ` Hans Reiser
2004-08-26 9:36 ` Christoph Hellwig
2004-08-25 20:23 ` Chris Friesen
2004-08-25 22:28 ` Andrew Morton
2004-08-25 22:51 ` Spam
2004-08-25 22:51 ` Christoph Hellwig
2004-08-25 22:59 ` Linus Torvalds
2004-08-25 23:19 ` Spam
2004-08-25 23:32 ` Andrew Morton
2004-08-25 23:37 ` Jeremy Allison
2004-08-25 23:46 ` Wichert Akkerman
2004-08-26 0:42 ` Nicholas Miell
2004-08-26 1:03 ` Jamie Lokier
2004-08-26 1:26 ` Nicholas Miell
2004-08-26 1:53 ` Jamie Lokier
2004-08-26 2:02 ` Nicholas Miell
2004-08-26 8:41 ` Hans Reiser
2004-08-26 19:06 ` Giuseppe Bilotta
2004-08-26 1:22 ` Jeremy Allison
2004-08-26 11:01 ` Wichert Akkerman
[not found] ` <c7ef32a70408260942c8efa54@mail.gmail.com>
2004-08-26 16:44 ` Tierra
2004-08-26 4:44 ` Matt Mackall
2004-08-26 5:09 ` Nicholas Miell
2004-08-26 5:17 ` James Morris
2004-08-26 5:32 ` Matt Mackall
2004-08-26 7:34 ` Denis Vlasenko
2004-08-26 11:42 ` Rik van Riel
2004-08-26 12:00 ` Christophe Saout
2004-08-28 11:00 ` Yury Umanets
2004-08-28 11:12 ` Yury Umanets
2004-08-26 12:12 ` Jamie Lokier
2004-08-26 12:25 ` Wichert Akkerman
2004-09-03 4:36 ` Grzegorz Jaśkiewicz
2004-09-03 5:15 ` Hubert Chan
2004-09-03 8:01 ` Frank van Maarseveen
2004-09-03 17:12 ` Horst von Brand
2004-09-03 4:40 ` Grzegorz Jaśkiewicz
2004-08-26 20:35 ` Lee Revell
2004-08-27 0:02 ` Hans Reiser
2004-08-26 7:53 ` Markus Törnqvist
2004-08-26 16:32 ` Jan Harkes
2004-08-26 16:48 ` Linus Torvalds
2004-08-26 18:07 ` Jan Harkes
2004-09-10 19:22 ` Timothy Miller
2004-09-10 22:18 ` Elladan
2004-09-12 20:11 ` Pavel Machek
2004-09-12 20:02 ` Pavel Machek
2004-08-26 17:14 ` Hubert Chan
2004-09-03 4:43 ` Grzegorz Jaśkiewicz
2004-09-03 5:05 ` viro
2004-09-03 5:40 ` Grzegorz Jaśkiewicz
2004-09-05 11:10 ` Tonnerre
2004-08-26 8:31 ` Helge Hafting
2004-08-26 18:17 ` Horst von Brand
2004-08-28 16:49 ` Helge Hafting
2004-08-26 9:59 ` Spam
2004-08-26 13:05 ` Joseph Fannin
2004-08-26 6:53 ` Paul Jackson
2004-08-26 9:54 ` Spam
2004-08-26 5:23 ` Jamie Lokier
2004-08-26 8:16 ` Helge Hafting
2004-08-26 9:51 ` Spam
2004-08-26 9:40 ` Spam
2004-08-26 9:49 ` Andrew Morton
2004-08-26 10:20 ` Spam
2004-08-26 10:24 ` Andrew Morton
2004-08-26 10:51 ` Spam
2004-08-26 10:55 ` Andrew Morton
2004-08-26 11:15 ` Spam
2004-08-26 11:20 ` Andrew Morton
2004-08-26 11:29 ` Wichert Akkerman
2004-09-09 16:46 ` Timothy Miller
2004-08-28 0:24 ` Horst von Brand
2004-08-26 11:27 ` Wichert Akkerman
2004-08-26 13:39 ` Rik van Riel
2004-08-26 13:59 ` Spam
2004-08-26 14:39 ` Felipe Alfaro Solana
2004-08-27 23:58 ` Horst von Brand
2004-08-29 15:17 ` Markus Törnqvist
2004-08-29 16:18 ` Spam
2004-08-29 19:10 ` Tonnerre
2004-08-30 0:39 ` Alexander G. M. Smith
2004-08-30 18:39 ` Spam
2004-08-31 8:15 ` Tonnerre
2004-09-01 20:16 ` Jamie Lokier
2004-09-01 20:28 ` Dave Kleikamp
2004-09-02 3:42 ` Hubert Chan
2004-09-02 3:52 ` David Masover
2004-09-02 5:57 ` Jamie Lokier
2004-09-02 9:50 ` Alan Cox
2004-09-02 20:25 ` Jamie Lokier
2004-09-02 18:16 ` Christer Weinigel
2004-09-02 19:58 ` Jamie Lokier
2004-08-26 11:48 ` Jamie Lokier
2004-08-26 16:07 ` James Bruce
2004-08-26 16:58 ` Jamie Lokier
2004-08-26 21:34 ` Felipe Alfaro Solana
2004-08-26 23:52 ` Hans Reiser
2004-08-26 11:11 ` Bernd Petrovitsch
2004-08-26 23:59 ` Hans Reiser
2004-08-26 10:54 ` Wichert Akkerman
2004-08-26 23:48 ` Hans Reiser
2004-08-26 11:16 ` Christer Weinigel
2004-08-26 11:35 ` Spam
2004-08-26 11:33 ` Wichert Akkerman
2004-08-26 11:43 ` Spam
2004-08-27 7:41 ` Bernd Petrovitsch
2004-08-27 8:05 ` Hans Reiser
2004-08-27 8:51 ` Christoph Hellwig
2004-08-27 8:49 ` Christoph Hellwig
2004-08-27 9:03 ` Bernd Petrovitsch
2004-08-26 23:56 ` Hans Reiser
2004-08-27 1:05 ` Andreas Dilger
2004-08-27 0:00 ` Stelian Ionescu
2004-08-26 11:58 ` Jamie Lokier
2004-08-26 14:00 ` Denis Vlasenko
2004-08-26 14:12 ` Rik van Riel
2004-08-26 14:24 ` Christophe Saout
2004-08-26 15:44 ` Jamie Lokier
2004-08-26 15:54 ` Rik van Riel
2004-08-26 16:04 ` Christophe Saout
2004-08-26 16:07 ` Christoph Hellwig
2004-08-26 16:44 ` Jamie Lokier
2004-08-26 18:40 ` David Masover
2004-08-26 21:17 ` David Lang
2004-08-26 21:05 ` David Lang
2004-08-26 21:19 ` Jamie Lokier
2004-08-26 21:31 ` Linus Torvalds
2004-08-26 22:30 ` Felipe Alfaro Solana
2004-08-26 22:32 ` Chris Dukes
2004-08-26 22:52 ` David Lang
2004-08-26 16:53 ` Jamie Lokier
2004-08-26 19:32 ` John Stoffel
2004-08-26 19:51 ` Denis Vlasenko
2004-08-26 20:13 ` Jamie Lokier
2004-08-30 17:37 ` Alex Zarochentsev
2004-08-30 18:51 ` Hans Reiser
2004-08-26 17:05 ` Diego Calleja
2004-08-26 17:16 ` Rik van Riel
2004-08-26 17:20 ` Linus Torvalds
2004-08-26 17:27 ` Jamie Lokier
2004-08-26 17:32 ` Linus Torvalds
2004-08-26 19:09 ` Jamie Lokier
2004-08-26 17:57 ` Rik van Riel
2004-08-26 18:15 ` Linus Torvalds
2004-08-26 18:41 ` Rik van Riel
2004-08-26 18:55 ` Linus Torvalds
2004-08-26 18:59 ` Rik van Riel
2004-08-26 19:14 ` Christophe Saout
2004-08-26 19:23 ` Linus Torvalds
2004-08-26 19:44 ` Rik van Riel
2004-08-26 19:47 ` Christophe Saout
2004-08-26 20:10 ` Rik van Riel
2004-08-26 20:17 ` Christophe Saout
2004-08-26 20:21 ` Jamie Lokier
2004-08-26 20:35 ` Stephen Wille Padnos
2004-08-31 11:01 ` Claus Färber
2004-09-01 15:13 ` Alan Cox
2004-09-03 13:23 ` Claus Färber
2004-08-26 20:40 ` Linus Torvalds
2004-08-26 22:53 ` Hans Reiser
2004-08-26 23:27 ` Linus Torvalds
2004-08-26 23:47 ` Hans Reiser
2004-08-27 2:03 ` viro
2004-08-27 8:10 ` Hans Reiser
2004-08-26 20:48 ` Jamie Lokier
2004-08-26 20:52 ` Jeremy Allison
2004-08-27 9:19 ` Christoph Hellwig
2004-08-28 3:56 ` Jeremy Allison
2004-08-28 19:18 ` Brad Boyer
2004-08-26 22:20 ` Felipe Alfaro Solana
2004-08-29 0:04 ` Horst von Brand
2004-09-01 22:45 ` Jamie Lokier
2004-09-02 5:23 ` Olaf Hering
2004-09-03 8:22 ` Greg KH
2004-09-03 8:32 ` Grzegorz Jaśkiewicz
2004-09-03 8:54 ` Helge Hafting
2004-09-03 9:14 ` Grzegorz Jaśkiewicz
2004-09-03 10:43 ` Greg KH
2004-09-08 9:09 ` Helge Hafting
2004-09-08 15:25 ` Tonnerre
2004-08-27 8:06 ` Hans Reiser
2004-08-26 19:29 ` Jamie Lokier
2004-08-26 19:42 ` Christophe Saout
2004-08-27 8:46 ` Herbert Poetzl
2004-08-26 19:02 ` David Masover
2004-08-27 8:06 ` Hans Reiser
2004-08-27 14:12 ` Rik van Riel
2004-08-27 18:27 ` Hans Reiser
2004-08-27 18:44 ` Lee Revell
2004-08-27 19:13 ` Rik van Riel
2004-08-28 6:10 ` Hans Reiser
2004-08-27 20:56 ` Christian Mayrhuber
2004-08-27 14:45 ` Rik van Riel
2004-08-27 15:15 ` Spam
2004-08-27 15:41 ` [SPAM] " Jamie Lokier
2004-08-27 17:59 ` Hendrik Visage
2004-08-28 0:19 ` Spam
2004-08-28 1:59 ` Rik van Riel
2004-08-28 2:05 ` Linus Torvalds
2004-08-28 9:53 ` Hans Reiser
2004-08-28 11:21 ` Spam
2004-08-28 17:19 ` Hubert Chan
2004-08-28 17:05 ` Helge Hafting
2004-08-28 18:09 ` Linus Torvalds
2004-08-28 18:20 ` Rik van Riel
2004-08-28 18:29 ` viro
2004-08-28 18:44 ` Linus Torvalds
2004-08-28 18:56 ` viro
2004-08-28 19:16 ` Linus Torvalds
2004-08-28 19:41 ` Andries Brouwer
2004-08-28 19:46 ` Linus Torvalds
2004-08-29 13:56 ` Andries Brouwer
2004-08-28 19:45 ` viro
2004-08-29 5:12 ` Linus Torvalds
2004-08-29 5:44 ` Jeremy Allison
2004-08-29 0:46 ` Paul Jakma
2004-08-28 22:29 ` Hans Reiser
2004-08-29 0:40 ` The Necessity of File Types (was silent semantic changes with reiser4) Alexander G. M. Smith
2004-08-31 0:42 ` David Masover
2004-08-29 5:01 ` silent semantic changes with reiser4 Linus Torvalds
2004-08-29 9:36 ` Hans Reiser
2004-08-29 10:44 ` CaT
2004-08-29 21:05 ` Hubert Chan
2004-08-30 6:31 ` Markus Törnqvist
2004-08-29 17:57 ` Linus Torvalds
2004-08-29 19:53 ` Hans Reiser
2004-08-29 20:14 ` Nicholas Miell
2004-08-29 21:35 ` Hubert Chan
2004-08-29 21:01 ` Linus Torvalds
2004-08-29 15:12 ` Alexander Lyamin
2004-08-29 16:20 ` viro
2004-08-30 15:00 ` John Stoffel
2004-08-31 0:26 ` Hubert Chan
2004-08-31 1:10 ` Hubert Chan
2004-08-28 23:47 ` Jeremy Allison
2004-08-30 13:56 ` Helge Hafting
2004-08-30 23:56 ` Hubert Chan
2004-08-27 18:40 ` Hubert Chan
2004-08-28 0:02 ` Spam
2004-08-28 0:32 ` Hubert Chan
2004-08-28 1:05 ` Hubert Chan
2004-08-27 18:28 ` Hans Reiser
2004-08-28 6:08 ` Paul Jackson
2004-08-29 15:02 ` Alexander Lyamin
2004-08-29 18:28 ` Hans Reiser
2004-08-29 18:36 ` viro
2004-08-29 18:57 ` viro
2004-08-29 20:06 ` Hans Reiser
2004-08-29 21:27 ` viro
2004-08-29 21:50 ` Linus Torvalds
2004-08-29 23:17 ` Trond Myklebust
2004-08-29 23:25 ` viro
2004-08-29 23:54 ` Linus Torvalds
2004-08-30 1:42 ` Trond Myklebust
2004-08-30 2:31 ` Linus Torvalds
2004-08-30 3:01 ` viro
2004-08-30 3:55 ` Linus Torvalds
2004-08-30 4:46 ` viro
2004-08-30 6:33 ` viro
2004-08-30 3:12 ` Trond Myklebust
2004-08-30 5:42 ` Brad Boyer
2004-08-30 0:07 ` Alexander G. M. Smith
2004-08-30 2:18 ` Hans Reiser
2004-08-30 7:42 ` Hans Reiser
2004-08-30 13:17 ` Alexander G. M. Smith
2004-08-30 17:43 ` Paul Stewart
2004-08-30 17:58 ` Linus Torvalds
2004-08-29 15:00 ` Alexander Lyamin
2004-08-31 0:46 ` David Masover
2004-08-31 6:47 ` Hans Reiser
2004-09-01 2:04 ` David Masover
2004-08-26 20:44 ` Martin J. Bligh
2004-08-26 20:54 ` Linus Torvalds
2004-08-26 21:00 ` Martin J. Bligh
2004-08-26 21:09 ` Christophe Saout
2004-08-26 21:13 ` Linus Torvalds
2004-08-26 21:24 ` Jamie Lokier
2004-08-27 9:36 ` David Greaves
2004-08-26 21:29 ` Chris Wright
2004-08-27 8:19 ` Anton Altaparmakov
2004-08-26 18:28 ` Denis Vlasenko
2004-08-26 18:46 ` Linus Torvalds
2004-08-26 19:13 ` viro
2004-08-26 20:32 ` viro
2004-08-26 20:36 ` Christophe Saout
2004-08-26 20:47 ` Linus Torvalds
2004-08-26 21:28 ` [some sanity for a change] possible design issues for hybrids viro
2004-08-26 22:04 ` Linus Torvalds
2004-08-26 22:36 ` viro
2004-08-26 22:45 ` Linus Torvalds
2004-08-26 22:53 ` viro
2004-08-26 23:24 ` Linus Torvalds
2004-08-26 23:40 ` viro
2004-08-26 23:57 ` Linus Torvalds
2004-08-27 1:01 ` viro
2004-08-27 2:46 ` Linus Torvalds
2004-08-27 3:45 ` viro
2004-08-27 3:57 ` Linus Torvalds
2004-08-27 4:30 ` viro
2004-08-27 4:42 ` Linus Torvalds
2004-08-27 4:46 ` Linus Torvalds
2004-08-27 8:56 ` Anton Altaparmakov
2004-08-27 9:00 ` Christoph Hellwig
2004-08-26 19:36 ` silent semantic changes with reiser4 Jonathan Abbey
2004-08-26 20:16 ` Jamie Lokier
2004-08-26 20:25 ` Christophe Saout
2004-08-26 21:45 ` Nikita Danilov
2004-08-26 21:48 ` Christophe Saout
2004-08-26 22:17 ` Emil Larsson
2004-08-26 22:21 ` Nikita Danilov
2004-08-26 22:29 ` Christophe Saout
2004-08-26 23:35 ` Hans Reiser
2004-08-27 2:00 ` Stephen Wille Padnos
2004-08-27 8:08 ` Hans Reiser
2004-08-26 17:40 ` Diego Calleja
2004-08-26 17:55 ` Christophe Saout
2004-08-26 17:59 ` Rik van Riel
2004-08-26 18:20 ` Jamie Lokier
2004-08-27 8:06 ` Hans Reiser
2004-08-27 2:14 ` Hans Reiser
2004-08-26 15:19 ` Denis Vlasenko
2004-08-29 14:30 ` Alan Cox
2004-08-29 17:42 ` Jeremy Allison
2004-08-29 18:41 ` Trond Myklebust
2004-08-29 19:38 ` Jeremy Allison
2004-09-01 20:19 ` Jamie Lokier
2004-09-01 20:26 ` Jeremy Allison
2004-09-01 20:31 ` Jamie Lokier
2004-09-01 20:35 ` Jeremy Allison
2004-09-01 20:47 ` Jamie Lokier
2004-09-01 20:51 ` Jeremy Allison
2004-09-01 21:35 ` Lee Revell
2004-09-02 12:54 ` Theodore Ts'o
2004-09-02 14:45 ` Stuart Young
2004-09-03 7:53 ` Helge Hafting
2004-09-03 10:41 ` Stuart Young
2004-09-03 19:17 ` Horst von Brand
2004-09-04 5:03 ` Stuart Young
2004-09-01 22:05 ` Hubert Chan
2004-09-01 21:09 ` David Lang
2004-09-02 9:48 ` Alan Cox
2004-09-02 11:13 ` Oliver Neukum
2004-09-02 11:01 ` Alan Cox
2004-09-04 1:10 ` Brad Boyer
2004-09-04 6:03 ` David Masover
2004-09-01 20:25 ` Jamie Lokier
2004-08-26 14:42 ` Felipe Alfaro Solana
2004-08-26 13:36 ` Rik van Riel
2004-08-26 13:59 ` Jamie Lokier
2004-08-26 14:07 ` Rik van Riel
2004-08-26 23:54 ` Hans Reiser
2004-08-26 17:32 ` Jeremy Allison
2004-08-26 18:17 ` Rik van Riel
2004-08-26 22:03 ` Felipe Alfaro Solana
2004-08-27 5:28 ` Jeremy Allison
2004-08-27 6:20 ` Hubert Chan
2004-08-27 8:05 ` Hans Reiser
2004-08-27 8:13 ` Hans Reiser
2004-08-26 9:03 ` Anton Altaparmakov
2004-08-26 10:45 ` Christian Mayrhuber
2004-08-26 10:52 ` Christoph Hellwig
2004-08-26 12:43 ` Olivier Galibert
2004-08-26 12:44 ` Christoph Hellwig
2004-08-26 12:49 ` Markus Törnqvist
2004-08-26 12:52 ` Christoph Hellwig
2004-08-26 13:35 ` Christian Mayrhuber
2004-08-26 15:15 ` Adrian Bunk
2004-08-26 8:44 ` Hans Reiser
2004-08-26 8:31 ` Hans Reiser
2004-08-26 8:45 ` Andrew Morton
2004-08-26 9:24 ` Hans Reiser
2004-08-26 19:26 ` Lee Revell
2004-08-26 19:33 ` Christophe Saout
2004-08-27 8:05 ` Hans Reiser
2004-08-27 9:24 ` Christoph Hellwig
2004-08-26 19:34 ` Christoph Hellwig
2004-08-26 19:45 ` Lee Revell
2004-08-26 20:30 ` Dmitry Baryshkov
2004-08-26 20:38 ` Christophe Saout
2004-08-26 20:49 ` Dmitry Baryshkov
2004-08-26 21:33 ` Nikita Danilov
2004-08-26 21:46 ` Christophe Saout
2004-08-26 22:03 ` Nikita Danilov
2004-08-26 22:05 ` Christoph Hellwig
2004-08-27 8:12 ` Hans Reiser
2004-08-27 8:57 ` Christoph Hellwig
2004-08-26 12:18 ` Christophe Saout
2004-08-26 12:49 ` Christoph Hellwig
2004-08-26 13:00 ` Christophe Saout
2004-08-26 13:07 ` Christoph Hellwig
2004-08-26 13:17 ` reiser4 plugins (was: silent semantic changes with reiser4) Christophe Saout
2004-08-26 13:24 ` Christoph Hellwig
2004-08-26 13:35 ` Christophe Saout
2004-08-26 13:40 ` Christoph Hellwig
2004-08-26 13:58 ` Christophe Saout
2004-08-26 15:37 ` Christoph Hellwig
2004-08-26 15:48 ` Christophe Saout
2004-08-26 16:06 ` Christoph Hellwig
2004-08-26 16:14 ` Christophe Saout
2004-08-26 16:25 ` Christoph Hellwig
2004-08-26 16:39 ` Christophe Saout
2004-08-26 23:55 ` reiser4 plugins Hans Reiser
2004-08-27 12:04 ` Nikita Danilov
2004-08-27 18:15 ` Hans Reiser
2004-08-27 18:55 ` Nikita Danilov
2004-08-28 9:53 ` Hans Reiser
2004-08-28 13:47 ` Nikita Danilov
2004-08-28 23:45 ` Hans Reiser
2004-08-29 9:35 ` Nikita Danilov
2004-08-29 11:17 ` Alex Zarochentsev
2004-08-27 22:29 ` Steve Bergman
2004-08-28 6:54 ` Hans Reiser
2004-08-29 11:42 ` Alex Zarochentsev
2004-08-26 23:54 ` Hans Reiser
2004-08-26 13:52 ` reiser4 plugins (was: silent semantic changes with reiser4) Rik van Riel
2004-08-26 13:58 ` Chris Mason
2004-08-26 14:02 ` Christophe Saout
2004-08-28 11:18 ` Alexander Lyamin
2004-08-28 11:22 ` Christoph Hellwig
2004-08-28 11:46 ` Alexander Lyamin
2004-08-28 11:51 ` Christoph Hellwig
2004-08-28 12:18 ` Alexander Lyamin
2004-08-28 11:58 ` Markus Törnqvist
2004-08-28 16:11 ` Jan Harkes
2004-08-28 16:26 ` Nikita Danilov
2004-08-28 19:41 ` Alexander Lyamin
2004-08-28 10:59 ` Alexander Lyamin
2004-08-28 11:12 ` Christoph Hellwig
2004-08-28 12:05 ` Alexander Lyamin
2004-08-28 13:56 ` Christoph Hellwig
2004-08-28 19:23 ` Alexander Lyamin
2004-08-28 19:27 ` Alexander Lyamin
2004-08-28 22:36 ` reiser4 plugins Hans Reiser
2004-08-28 11:14 ` reiser4 plugins (was: silent semantic changes with reiser4) Markus Törnqvist
2004-08-28 17:18 ` Linus Torvalds
2004-08-28 19:03 ` Alexander Lyamin
2004-08-28 19:09 ` Christoph Hellwig
2004-08-28 21:41 ` reiser4 plugins Hans Reiser
2004-08-30 16:02 ` Herbert Poetzl
2004-08-30 18:55 ` Hans Reiser
2004-08-28 19:26 ` reiser4 plugins (was: silent semantic changes with reiser4) Linus Torvalds
2004-08-26 13:27 ` silent semantic changes with reiser4 Christophe Saout
2004-08-26 14:44 ` Jamie Lokier
2004-08-26 16:03 ` Christoph Hellwig
2004-08-26 16:19 ` Jamie Lokier
2004-08-26 16:23 ` Christoph Hellwig
2004-08-26 17:08 ` Jamie Lokier
2004-08-26 23:54 ` Hans Reiser
2004-08-26 9:34 ` Christoph Hellwig
2004-08-26 9:37 ` Markus Törnqvist
2004-08-26 18:40 ` Thomas Cataldo
2004-08-26 16:32 ` Will Dyson
2004-08-26 16:44 ` Christophe Saout
2004-08-26 17:22 ` Jamie Lokier
2004-08-27 8:08 ` Hans Reiser
2004-08-27 18:20 ` Will Dyson
2004-08-27 18:38 ` David Ford
2004-08-28 6:14 ` Hans Reiser
2004-08-28 9:54 ` Hans Reiser
2004-08-31 3:14 ` Will Dyson
2004-08-28 15:18 ` Separating Indexing and Searching (was silent semantic changes with reiser4) Alexander G. M. Smith
2004-08-28 22:11 ` Hans Reiser
2004-08-28 22:12 ` Hans Reiser
2004-09-01 20:41 ` Jamie Lokier
2004-08-31 1:57 ` Will Dyson
2004-08-31 2:33 ` Alexander G. M. Smith
2004-08-31 3:22 ` Will Dyson
2004-08-26 18:12 ` silent semantic changes with reiser4 Horst von Brand
2004-08-27 20:32 ` Markus Törnqvist
2004-08-27 20:38 ` Linus Torvalds
2004-08-27 20:48 ` Re[2]: " Spam
2004-08-27 20:53 ` Markus Törnqvist
2004-08-27 21:33 ` Bill Huey
2004-08-28 9:55 ` Hans Reiser
2004-09-01 22:45 ` Bill Huey
2004-08-27 20:44 ` Spam
[not found] ` <200408291521.i7TFLsQk028363@localhost.localdomain>
2004-08-29 16:52 ` Spam [this message]
2004-08-29 17:22 ` Nikita Danilov
2004-08-29 18:12 ` Markus Törnqvist
2004-08-29 16:53 ` Spam
2004-08-29 16:54 ` Spam
2004-09-01 21:43 ` Jamie Lokier
2004-08-26 20:04 ` Martin J. Bligh
2004-08-26 21:18 ` Hubert Chan
2004-08-27 21:23 ` vfs2 (was Re: silent semantic changes with reiser4) Pavel Machek
2004-09-14 4:27 ` file-as-dir vs. dir? " Andy Lutomirski
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=10558145.20040829185217@tnonline.net \
--to=spam@tnonline.net \
--cc=akpm@osdl.org \
--cc=christer@weinigel.se \
--cc=christophe@saout.de \
--cc=diegocg@teleline.es \
--cc=flx@namesys.com \
--cc=hch@lst.de \
--cc=helgehaf@aitel.hist.no \
--cc=jamie@shareable.org \
--cc=jra@samba.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ninja@slaphack.com \
--cc=reiser@namesys.com \
--cc=reiserfs-list@namesys.com \
--cc=riel@redhat.com \
--cc=vda@port.imtp.ilyichevsk.odessa.ua \
--cc=vonbrand@inf.utfsm.cl \
--cc=wichert@wiggy.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).