| From: |
| Jeff Dike <jdike@karaya.com> |
| To: |
| torvalds@transmeta.com |
| Subject: |
| [PATCH] Add UML filesystems |
| Date: |
| Wed, 26 Feb 2003 13:16:05 -0500 |
| Cc: |
| linux-kernel@vger.kernel.org |
Please pull
http://jdike.stearns.org:5000/fs-2.5
This adds the two UML-specific filesystems to 2.5. hostfs allows directories
on the host to be mounted as a filesystem within a UML. hppfs allows a UML's
/proc to be modified from the host. This is useful in honeypots by allowing
the UML /proc to be made to look like a physical box, making it harder for
an attacker to recognize a compromised box as a UML.
Note that these add the filesystems under arch/um/fs since these are only
usable in UML. If it would be better to have them under fs instead, then
I will fix that.
Jeff
arch/um/Kconfig | 13
arch/um/Makefile | 1
arch/um/fs/Makefile | 17
arch/um/fs/hostfs/Makefile | 36 +
arch/um/fs/hostfs/hostfs.h | 79 +++
arch/um/fs/hostfs/hostfs_kern.c | 1008 ++++++++++++++++++++++++++++++++++++++++
arch/um/fs/hostfs/hostfs_user.c | 355 ++++++++++++++
arch/um/fs/hppfs/Makefile | 19
arch/um/fs/hppfs/hppfs_kern.c | 794 +++++++++++++++++++++++++++++++
9 files changed, 2322 insertions(+)
ChangeSet@1.914.184.6, 2003-02-24 17:26:48-05:00, jdike@uml.karaya.com
Fixed hppfs_lookup so that hppfs does more than just mount OK.
ChangeSet@1.914.184.5, 2003-02-24 13:17:04-05:00, jdike@uml.karaya.com
Fixed the interface of stat_file.
ChangeSet@1.914.184.4, 2003-02-24 01:50:34-05:00, jdike@uml.karaya.com
A minor fix to hostfs.
hppfs now compiles and mounts.
ChangeSet@1.914.184.3, 2003-02-23 22:49:54-05:00, jdike@uml.karaya.com
Added a first-pass update of hppfs to 2.5.
ChangeSet@1.914.184.2, 2003-02-23 21:48:56-05:00, jdike@uml.karaya.com
Some small compilation fixes to hostfs.
ChangeSet@1.914.184.1, 2003-02-23 20:56:17-05:00, jdike@uml.karaya.com
Merged Petr Baudis' hostfs updates to 2.5.
-
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/