Ralph wrote: > Alexander Lyamin wrote: > >>> 1. to adapt linux vfs behaviors >>> >> it does. >> actually VFS implementation is a plugin. >> > > Hi Alexander, > > I am not a kernel-hacker, but I would like to > experiment with plugins. Is there a reiser4-SDK like thing > that enables me to easily setup a reiser4 partition in a bigfile and > to run a demon which makes my yet to program plugins accessible? > What this tricky business is for? Does everyone need this? Be careful with the notion of plugin: in reiser4 this is only to manage low-level data storage infrastructure.. That said, first, you should decide what (useful!) feature related to (low-level!) data storage do you want to implement, then think how to implement it in the plugin categories. Most likely you'll need to add new plugin(s) of existing or (unlikely) new interface. For example, in order to support (meta)data checksums you'll need a new node format, and, hence, new node plugin (the NODE interface already exists). All other "plugins" should go to vfs, or to various stackable (distributed) filesystems. Edward. -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html