public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* virtual filesystem with data managed in userspace
@ 2001-12-04 21:40 Roland Bauerschmidt
  2001-12-04 21:57 ` Mike Castle
  2001-12-04 22:00 ` Ragnar Kjørstad
  0 siblings, 2 replies; 5+ messages in thread
From: Roland Bauerschmidt @ 2001-12-04 21:40 UTC (permalink / raw)
  To: linux-kernel

Hi,

for a science project I'm thinking about writing a virtual filesystem
driver that provides access to data that is managed in userspace. I'm
quite new to Kernel hacking, so I'd be glad if someone could provide
some tips about the design, especially the data exchange between kernel-
and userspace. The scenario looks like this:

/foo is type my_virtual_fs_to_be_written

If somebody reads let's say /foo/bar, the kernel module communicates in
some way with a daemon (or something) in userspace that provides the
nessary information (data) to the kernel module which then uses it
to return the necessary information to the application that tries to
read data.

Do you think this concept is workable at all? What I am most worried
about is the communication between user and kernel space since
eventually quite an amount of information (file contents) would need be
exchanged. High performance is not really critical here, though. How
could this be done best? I thought about a character device (FIFO)
through which kernel module and userspace daemon would exchange
commands and data in a defined way, similar to some network protocol
standard like HTTP.

It'd be very happy about any suggestions or tips,

	Roland

-- 
Roland Bauerschmidt

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

end of thread, other threads:[~2001-12-05 13:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-04 21:40 virtual filesystem with data managed in userspace Roland Bauerschmidt
2001-12-04 21:57 ` Mike Castle
2001-12-04 22:00 ` Ragnar Kjørstad
2001-12-04 23:05   ` Adam Keys
2001-12-05 13:50   ` Roland Bauerschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox