linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Userspace Block Device
@ 2015-05-18 19:01 Bill Speirs
  2015-05-19  5:34 ` Rob Landley
  0 siblings, 1 reply; 5+ messages in thread
From: Bill Speirs @ 2015-05-18 19:01 UTC (permalink / raw)
  To: linux-kernel

My goal is to provide Amazon S3 or Google Cloud Storage as a block
device. I would like to leverage the libraries that exist for both
systems by servicing requests via a user space program.

I found 2 LKML threads that talk about a "userspace block device":

2005-11-09: http://article.gmane.org/gmane.linux.kernel/346883
2009-07-27: http://article.gmane.org/gmane.linux.kernel/869784

The first thread resulted in Michael Clark suggesting his kernel
module: https://github.com/michaeljclark/userblk The second
essentially resulted in "use nbd". Mr. Clark's module is now over 10
years old, and ndb seems like a bit of a Rube Goldberg solution.

Does the kernel now supports a facility to service bio requests via
user space? If not, what would be the best approach to take? Update
Mr. Clark's code? Or is there a newer and more efficient facility for
kernel <-> user space communication and transferring of data?

Thanks...

Bill-

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

end of thread, other threads:[~2015-05-19 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 19:01 Userspace Block Device Bill Speirs
2015-05-19  5:34 ` Rob Landley
2015-05-19 14:42   ` Bill Speirs
2015-05-19 15:19     ` One Thousand Gnomes
2015-05-19 15:33       ` Bill Speirs

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).