linux-um archives
 help / color / mirror / Atom feed
From: Steve Schnepp <snide@free.fr>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] About COW & filesystems
Date: Wed, 29 Oct 2003 18:13:08 +0100	[thread overview]
Message-ID: <20031029171307.GB2182@fute.lan> (raw)
In-Reply-To: <BAY10-DAV26Yvm7kLig00008a71@hotmail.com>

On Wed, Oct 29, 2003 at 06:16:18AM -0800, James McMechan wrote:
> [Plenty interesting stuff about the future of COW]

I did a kernel module to support user space loop devices. [ actually 
any userspace block device ]

The idea is that you open a /dev/ulb[a-z] and the kernel module connects
it to /dev/ulc[0-26] (major/minor are assigned automatically by the
kernel)

Then a user-space helper reads /dev/ulc0 for commands & data, and
reads/writes somewhere (usually in a file), and then writes back the
result to /dev/ulc0. For now it's heavily 2.4.x oriented...

The code isn't in a really good shape (lots of hardcoded values)
But, since i don't have much spare time i decided to publish it here in
case of someone wants to have a look at it. The code should be almost
self-explaining.

I should be able to resume working on it soon, but anyway... your
feedback is very welcome. ( i'm not a good C hacker, and i *do* like to
improve myself )

URL: http://snide.free.fr/uldd/

	Steve

-- 
GPG public key available from http://snide.free.fr/gpg/snide.free.fr.asc
   Or by email to "snide at free.fr" with "send key pub" as subject
   Fingerprint: 19D7 12ED 5A37 4F29 8FDA  19B0 6DFD 3A54 A753 EA6F 


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  parent reply	other threads:[~2003-10-29 17:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-28  9:34 [uml-devel] About COW & filesystems James McMechan
2003-10-28 17:17 ` Matt Zimmerman
2003-10-28 17:23 ` Jeff Dike
2003-10-29 14:16   ` James McMechan
2003-10-29 16:37     ` Matt Zimmerman
2003-10-29 17:13     ` Steve Schnepp [this message]
2003-10-29 18:23     ` Jeff Dike

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031029171307.GB2182@fute.lan \
    --to=snide@free.fr \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox