LWN.net Logo

UML filesystems

From:  Jeff Dike <jdike@addtoit.com>
To:  torvalds@odsl.com
Subject:  [PATCH] UML filesystems
Date:  Thu, 07 Aug 2003 10:59:08 -0400
Cc:  linux-kernel@vger.kernel.org

Please pull
	http://jdike.stearns.org:5000/fs-2.5

This adds the two UML filesystems to the 2.5 tree - hostfs allows a directory
on the host to be mounted as a filesystem inside UML, and hppfs is an overlay
over /proc which allows the content of the UML's /proc to be controlled from
the host.

These are going into fs/hostfs and fs/hppfs.

				Jeff


 arch/um/Kconfig         |   13 
 fs/Makefile             |    2 
 fs/hostfs/Makefile      |   36 +
 fs/hostfs/hostfs.h      |   79 +++
 fs/hostfs/hostfs_kern.c |  960 ++++++++++++++++++++++++++++++++++++++++++++++++
 fs/hostfs/hostfs_user.c |  355 +++++++++++++++++
 fs/hppfs/Makefile       |   19 
 fs/hppfs/hppfs_kern.c   |  811 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 2275 insertions(+)

ChangeSet@1.1455.16.2, 2003-07-28 12:53:38-04:00, jdike@uml.karaya.com
  Merged the 2.6.0 updates, which I seemed to have forgotten when I released the
 patch.

ChangeSet@1.1455.16.1, 2003-07-25 02:17:21-04:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/linus-2.6.0-test1
  into uml.karaya.com:/home/jdike/linux/2.5/fs-2.5

ChangeSet@1.1215.148.2, 2003-07-17 15:10:03-04:00, jdike@uml.karaya.com
  Added a const to the declaration of hppfs_read_super to shut the
  compiler up.

ChangeSet@1.1215.148.1, 2003-07-17 10:30:31-04:00, jdike@uml.karaya.com
  Added the build and config options for hostfs and hpppfs.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds