All of lore.kernel.org
 help / color / mirror / Atom feed
* Where are the plugins?
@ 2003-08-30 20:24 Jeffrey Yasskin
  2003-09-02 11:54 ` Alexander Lyamin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeffrey Yasskin @ 2003-08-30 20:24 UTC (permalink / raw)
  To: reiserfs-list

I've been looking at the reiser4 source code for a few days, and I can't 
find any non-essential plugins.

For example: You say on the website that you've written several security 
plugins for DARPA, but the only files in fs/reiser4/plugin/security/ are 
acl.c and perm.{c,h}, and acl.c is empty.
On the website you also suggest writing a plugin so /etc/passwd can be 
split in to individually-permissioned sub-files. Is that plugin written 
yet, or is it just an idea?

I'd like to write a few plugins to move mp3s' and oggs' meta-data into 
the filesystem, and it'd be a lot easier if there were an example to 
copy from. (Would it be better just to move that kind of plugin into a 
userspace callback?)

Thanks,
Jeffrey


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where are the plugins?
  2003-08-30 20:24 Where are the plugins? Jeffrey Yasskin
@ 2003-09-02 11:54 ` Alexander Lyamin
  2003-09-02 12:54 ` Nikita Danilov
  2003-09-02 22:19 ` Hans Reiser
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Lyamin @ 2003-09-02 11:54 UTC (permalink / raw)
  To: Jeffrey Yasskin; +Cc: reiserfs-list

Sat, Aug 30, 2003 at 03:24:47PM -0500, Jeffrey Yasskin wrote:
> I've been looking at the reiser4 source code for a few days, and I can't 
> find any non-essential plugins.
> 
> For example: You say on the website that you've written several security 
> plugins for DARPA, but the only files in fs/reiser4/plugin/security/ are 
> acl.c and perm.{c,h}, and acl.c is empty.
> On the website you also suggest writing a plugin so /etc/passwd can be 
> split in to individually-permissioned sub-files. Is that plugin written 
> yet, or is it just an idea?
> 
> I'd like to write a few plugins to move mp3s' and oggs' meta-data into 

Personally I had about same idea to navigate through my media archive
with ease ;) 

Theres couple of plugins which supposed to be well documented which
are in process of development AFAIK, but let Hans and team comment
on this topic ;)

> the filesystem, and it'd be a lot easier if there were an example to 
> copy from. (Would it be better just to move that kind of plugin into a 
> userspace callback?)


> 
> Thanks,
> Jeffrey

-- 
"the liberation loophole will make it clear.."
lex lyamin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where are the plugins?
  2003-08-30 20:24 Where are the plugins? Jeffrey Yasskin
  2003-09-02 11:54 ` Alexander Lyamin
@ 2003-09-02 12:54 ` Nikita Danilov
  2003-09-02 22:19 ` Hans Reiser
  2 siblings, 0 replies; 4+ messages in thread
From: Nikita Danilov @ 2003-09-02 12:54 UTC (permalink / raw)
  To: Jeffrey Yasskin; +Cc: reiserfs-list

Jeffrey Yasskin writes:
 > I've been looking at the reiser4 source code for a few days, and I can't 
 > find any non-essential plugins.
 > 
 > For example: You say on the website that you've written several security 
 > plugins for DARPA, but the only files in fs/reiser4/plugin/security/ are 
 > acl.c and perm.{c,h}, and acl.c is empty.
 > On the website you also suggest writing a plugin so /etc/passwd can be 
 > split in to individually-permissioned sub-files. Is that plugin written 
 > yet, or is it just an idea?

These plugins will be written later. For now, reiser4 has only plugins
necessary to implement basic file system semantics: regular files,
directories, special files, etc. There are also "pseudo" files used to
access meta data. Plugin for crypto-compressed files is currently work
in progress.

 > 
 > I'd like to write a few plugins to move mp3s' and oggs' meta-data into 
 > the filesystem, and it'd be a lot easier if there were an example to 
 > copy from. (Would it be better just to move that kind of plugin into a 
 > userspace callback?)
 > 
 > Thanks,
 > Jeffrey
 > 

Nikita.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where are the plugins?
  2003-08-30 20:24 Where are the plugins? Jeffrey Yasskin
  2003-09-02 11:54 ` Alexander Lyamin
  2003-09-02 12:54 ` Nikita Danilov
@ 2003-09-02 22:19 ` Hans Reiser
  2 siblings, 0 replies; 4+ messages in thread
From: Hans Reiser @ 2003-09-02 22:19 UTC (permalink / raw)
  To: Jeffrey Yasskin; +Cc: reiserfs-list

Jeffrey Yasskin wrote:

> I've been looking at the reiser4 source code for a few days, and I 
> can't find any non-essential plugins. 

This is called the minimal functionality for first release project 
management style. ;-)

>
>
> For example: You say on the website that you've written several 
> security plugins for DARPA,

oh dear, if you send nikita (offlist) the lines he'll correct them.

> but the only files in fs/reiser4/plugin/security/ are acl.c and 
> perm.{c,h}, and acl.c is empty.
> On the website you also suggest writing a plugin so /etc/passwd can be 
> split in to individually-permissioned sub-files. Is that plugin 
> written yet, or is it just an idea? 

Umh, it is in our contract, so that makes it more than an idea;-), 
however the person working on file inheritance got put on encryption and 
hasn't finished that yet.  There exists some code somewhere that I need 
to review and....

>
>
> I'd like to write a few plugins to move mp3s' and oggs' meta-data into 
> the filesystem, and it'd be a lot easier if there were an example to 
> copy from. (Would it be better just to move that kind of plugin into a 
> userspace callback?)
>
> Thanks,
> Jeffrey
>
>
>
I agree that we need examples..... and more plugins.....;-)

-- 
Hans



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-02 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-30 20:24 Where are the plugins? Jeffrey Yasskin
2003-09-02 11:54 ` Alexander Lyamin
2003-09-02 12:54 ` Nikita Danilov
2003-09-02 22:19 ` Hans Reiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.