[PATCH] 9p: add virtio transport

2007-10-19 Thread ericvh
From: Eric Van Hensbergen <[EMAIL PROTECTED]> This adds a transport to 9p for communicating between guests and a host using a virtio based transport. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> --- Documentation/filesystems/9p.txt |8 +- include/linux/virtio_9p.h| 10 +

[PATCH] lguest: add 9p socket gateway to launcher

2007-10-19 Thread ericvh
From: Eric Van Hensbergen <[EMAIL PROTECTED]> This adds code to setup a gateway between virtio and a 9p server on the other side of a TCP/IP socket. I looked into trying to come up with more of a "plug-in" model for such lguest launcher extensions, but wasn't happy with any of the alternatives I

[PATCH 2.6.13-rc3-mm2] v9fs: add fd based transport

2005-07-28 Thread ericvh
v9fs: add file-descriptor based transport as was requested by LANL and Plan 9 from User Space folks. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> --- commit e65b41c8081e0f7227a16d39a4bc65e2924d7680 tree 4cfd78c690d2e9852736499fe9d0a311c78beee8 parent eefccf73f82b2bdf353cd05b8e5d6142210b

[PATCH 2.6.13-rc3-mm1] v9fs: Replace v9fs_block_bits() with fls()

2005-07-19 Thread ericvh
Replace v9fs_block_bits() with fls() Originally from Rene Scharfe. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> --- commit f2a177d5cc8ba35ac8473961def629890d30a2f7 tree d81534c54698cb502bf7810488b03be36f36a528 parent 76ebbc7869a06014e638ad72148c375cf6644655 author Eric Van Hensbergen <

[PATCH 2.6.13-rc2-mm2] v9fs: fix problems spotted in previous patchset (2.0.2)

2005-07-14 Thread ericvh
Fix formating errors and a memory leak that crept in the previous round of revisions to v9fs. These will be reincorperated into the patchset and resent to akpm. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> --- commit 22d785a22895513c6ab67dfa53c25b8b833fe235 tree 88822e96e339bf071d6357

[PATCH 2.6.13-rc2-mm2 6/7] v9fs: transport modules (2.0.2)

2005-07-14 Thread ericvh
This is part [6/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2. This part of the patch contains transport routine changes related to hch's comments. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> -- fs/9p/trans_sock.c |2 +- fs/9p/mux.c | 44

[PATCH 2.6.13-rc2-mm2 7/7] v9fs: debug and support routines (2.0.2)

2005-07-14 Thread ericvh
This is part [7/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2. This part of the patch contains debug and other misc routine changes related to hch's comments. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> -- fs/9p/error.c|3 +-- fs/9p/error.h|3 +++

[PATCH 2.6.13-rc2-mm2 5/7] v9fs: 9P protocol implementation (2.0.2)

2005-07-14 Thread ericvh
This is part [5/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2. This part of the patch contains the 9P protocol function changes related to hch's comments. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> -- fs/9p/9p.c |2 +- fs/9p/conv.c| 54 +++

[PATCH 2.6.13-rc2-mm2 3/7] v9fs: VFS inode operations (2.0.2)

2005-07-14 Thread ericvh
This is part [3/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2. This part of the patch contains the VFS inode interfaces changes related to hch's comments. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> -- fs/9p/vfs_inode.c | 69 +-

[PATCH 2.6.13-rc2-mm2 4/7] v9fs: VFS superblock operations and glue (2.0.2)

2005-07-14 Thread ericvh
This is part [4/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2. This part of the patch contains VFS superblock and mapping code changes related to hch's comments. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> -- v9fs.c | 103 +--

[PATCH 2.6.13-rc2-mm2 1/7] v9fs: Documentation, Makefiles, Configuration (2.0.2)

2005-07-14 Thread ericvh
This is part [1/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2 This part of the patch contains Documentation, Makefiles, and configuration file changes related to hch's comments. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> -- fs/9p/Makefile |1 - 1 files chan

[PATCH 2.6.13-rc2-mm2 2/7] v9fs: VFS file, dentry, and directory operations (2.0.2)

2005-07-14 Thread ericvh
This is part [2/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2 This part of the patch contains the VFS file, dentry, & directory interface changes related to hch's comments. Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]> -- fs/9p/vfs_file.c | 35 +++--

[PATCH 2.6.13-rc2-mm2 0/7] v9fs: Changes in response to hch comments (2.0.2)

2005-07-14 Thread ericvh
This is part [0/7] of the v9fs-2.0.2 patch against Linux 2.6.13-rc2-mm2. The changes in this patch-set are primarily motivated by comments from Chistoph Hellwig (hch): "there's a few issues with the code still I'd like to see fixed: - there's three sparse warnings still. Two of them are easily