Re: Repacker and compression plugin

2006-03-28 Thread Peter van Hardenberg
On Monday 27 March 2006 23:25, Hans Reiser wrote: (none of which benefit reiser4 much). Mainline will benefit R4 much. Good luck! I know you guys can do it! -p -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: BitKeeper

2006-03-07 Thread Peter van Hardenberg
for using BitKeeper repositories. Is this the only way to download latest code? Thank you. Amit if you want to contribute to reiser4, maybe you would like to participate in the plugin fest. -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada pgpvqQI5Lt8go.pgp Description

Re: Plugin Patch (was Re: creating live virtual files by concatenation)

2006-02-28 Thread Peter van Hardenberg
On Tuesday 28 February 2006 12:07, Yoanis Gil Delgado wrote: On Tuesday 28 February 2006 01:24, Peter van Hardenberg wrote: We most take the advance.I suggest to all people interested in this to spent a full weekend creating such a plugin. There is a possibility of failure but. we

Re: Plugin Patch (was Re: creating live virtual files by concatenation)

2006-02-28 Thread Peter van Hardenberg
point I will redirect the URL automatically and post the new URL here. Tell me, do you have an public access SVN or CVS repository I could link the wiki to for source references? -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada pgpvjj1EeFuYe.pgp Description: PGP signature

Re: Plugin Patch (was Re: creating live virtual files by concatenation)

2006-02-28 Thread Peter van Hardenberg
, corrections, and alternate configurations are welcome.) -p -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada pgpjXW7wI1U9o.pgp Description: PGP signature

Plugin Patch (was Re: creating live virtual files by concatenation)

2006-02-27 Thread Peter van Hardenberg
. If anyone out there disagrees with me about the current difficulty of producing even a simple plugin, let them prove me wrong with a patch. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada pgpmtn3bbb9eH.pgp Description: PGP signature

Re: metas

2006-02-11 Thread Peter van Hardenberg
On February 10, 2006 07:08 am, Edward Shishkin wrote: Edward Shishkin wrote: Perhaps it got fixed when migrating to the new code for reiser4/vfs interface (Peter used the old one). Edward. I'll verify this some time soon. Good to hear! -p -- Peter van Hardenberg ([EMAIL PROTECTED

Re: Authoring a versioning plugin

2006-01-12 Thread Peter van Hardenberg
does it when explicitly asked to. See the fibration plugin type for an example of this. -p -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: reiser4: writing plugins

2005-12-23 Thread Peter van Hardenberg
to maintain under certain kinds of load. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Reiser4 Plugin Developer Wiki

2005-12-19 Thread Peter van Hardenberg
or two. Could you perhaps flesh out the idea to a paragraph or three? With that much guidance, I think we could go further without feeling like we are wasting effort. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: reiser4: writing plugins

2005-12-17 Thread Peter van Hardenberg
without anyone requesting it, but that's just a detail) What do you think? Useful? Bad Thing? Already done? Too hard for a first try? cheers, Danny -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Why no pseudo_dir.c:get_parent()?

2005-12-17 Thread Peter van Hardenberg
) { return ERR_PTR(RETERR(-ENOTSUPP)); } Please comment on why this returns -ENOTSUPP instead of returning the host file/pseudo file which is the parent of the current directory. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Reiser4 Pseudo Directory Segfault

2005-12-17 Thread Peter van Hardenberg
Edward, we are running reiser4-for-2.6.12-3.patch.gz on 2.6.12 Debian. Your patch worked perfectly and directed us to some code that answered a few other questions we had. Thank you. -pvh On December 15, 2005 11:33 am, Edward Shishkin wrote: Peter van Hardenberg wrote: How to produce

Plugin structure documentation request

2005-12-14 Thread Peter van Hardenberg
= wire_done_pseudo }, .init_inode_data = NULL, .pre_delete = NULL, .cut_tree_worker = cut_tree_worker_common, .destroy_inode = NULL, }, Thanks, -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC

Reiser4 Pseudo Directory Segfault

2005-12-14 Thread Peter van Hardenberg
How to produce the error: $ chmod +w file/ $ touch file//newattr Segmentation fault. We tried setting dir_eperm on the pseudo directory plugin's create member. Why didn't this fix it? -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: some details about winfs

2005-12-05 Thread Peter van Hardenberg
; and very informative, but made me think less of winFS. -B -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Two usage examples for attribute directories.

2005-12-04 Thread Peter van Hardenberg
it. -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Two usage examples for attribute directories.

2005-12-02 Thread Peter van Hardenberg
you put it up. I think resource directories in the style of OSX have a seperate value to them and also deserve implementation, but are another (related) project. Dinner beckons, -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Two usage examples for attribute directories.

2005-11-23 Thread Peter van Hardenberg
On November 20, 2005 11:47 pm, Hans Reiser wrote: Peter van Hardenberg wrote: We have an implementation plan for the attribute plugin. We plan to base it around the plugin.c so that it can be available for all files, directory or otherwise. Every file which has a pseudo will gain a new

Plugin modifications to disk format.

2005-11-23 Thread Peter van Hardenberg
the following: Small file with an attribute directory: inode -data -attributedir_inode -attributedir_ dir_file -attribute_inode -attribute_data -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Implementing an attribute directory.

2005-11-20 Thread Peter van Hardenberg
should provide the optimization of only creating the inode once it becomes needed and otherwise simulating an empty directory. Namesys folks, does this seem like a good course of action? -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Erratum

2005-11-17 Thread Peter van Hardenberg
. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Regular Plugin

2005-11-16 Thread Peter van Hardenberg
to deduce, or even defaultchild. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Technical plugin details

2005-11-12 Thread Peter van Hardenberg
On November 12, 2005 12:32 pm, you wrote: Peter van Hardenberg wrote: Hans, I am having trouble modifying a file to use our new plugin. I've tried writing various values into foo/.^4/plugin/file but it won't stick. This is a business of plugin-h.pops-change() method. And for regular file

Versioning Plugin

2005-11-11 Thread Peter van Hardenberg
on that file which told it only to clone the file every once in a while. Come to think of it, a userspace daemon could run in the background and replace the need for a plugin, which is probably the better solution. Then you just need COW and files which can contain resources. -pvh -- Peter van

Technical plugin details

2005-11-11 Thread Peter van Hardenberg
in the right direction? -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Plugins: Pseudo-fun.

2005-11-10 Thread Peter van Hardenberg
xPath shell once this attribute notation / storage mechanism is finished. -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Plugins: Pseudo-fun.

2005-11-09 Thread Peter van Hardenberg
for directories. That's probably more than enough for one night, but we had a real marathon session today and have another planned for tomorrow starting in the early afternoon. Hope people are finding these interesting, -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Plugins: Pseudo-fun.

2005-11-09 Thread Peter van Hardenberg
these emails. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Plugins: Pseudo-fun.

2005-11-09 Thread Peter van Hardenberg
do: call them Peter F and Peter H (or Peter van H), provided they agree. That should be a reasonable compromise? pvh is a fine substitute for Peter when there is ambiguity -- I've been using it long enough now that it looks like my name to me. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED

More from the Weekday Warriors

2005-11-09 Thread Peter van Hardenberg
. Perhaps it would make sense if it were distributed as a patch with a plugin developer's guide. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Plugin authoring.

2005-11-05 Thread Peter van Hardenberg
examples we may follow? Is there API documentation for the storage layer? If weekend warriors are to be able to hack on Reiser, perhaps they can learn from our experience. According to my limited research, there are no third-party plugins yet that we can learn from. Peter -- Peter van Hardenberg

Re: Our introduction to Reiser-list

2005-10-27 Thread Peter van Hardenberg
-- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Re: Our introduction to Reiser-list

2005-10-27 Thread Peter van Hardenberg
On October 27, 2005 04:17 am, David Masover wrote: Peter van Hardenberg wrote: On October 26, 2005 10:02 am, John Gilmore wrote: And I thought the whole idea was to unify the namespace and make things like ID3 tags obsolete... The two are not mutually exclusive. You unify the namespace

Re: Our introduction to Reiser-list

2005-10-26 Thread Peter van Hardenberg
as directories. Yes, I can reach file//, but that is only one special case. I can crash things like it was going out of style by playing with these file-directories. Does nobody have any experience with this? What kind of work is it going to take me to get this going? -pvh -- Peter van

Our introduction to Reiser-list

2005-10-25 Thread Peter van Hardenberg
, but I expect it will be an interesting ride, if nothing else. Our first contribution will be a practical guide to installing Reiser4 (with metadata enabled) under Ubuntu 5.10. All the best, -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria, BC, Canada

Usable metadata

2005-10-25 Thread Peter van Hardenberg
. [EMAIL PROTECTED]:~/reiser $ cd A.mp3 [EMAIL PROTECTED]:~/reiser/A.mp3 $ ls ls: reading directory .: Not a directory [EMAIL PROTECTED]:~/reiser/A.mp3 $ I've hit a dead end, and I haven't found any documentation that can help yet. -pvh -- Peter van Hardenberg ([EMAIL PROTECTED]) Victoria

Re: Our introduction to Reiser-list

2005-10-25 Thread Peter van Hardenberg
On October 25, 2005 04:08 pm, you wrote: Peter van Hardenberg wrote: Hello all, I'm a student at the University of Victoria. Between myself and a few fellow students we have embarked on a quest to do some experiments with the Reiser4 metadata system to show it off and provide some real