Annotated edit history of
VirtualFileSystem version 4, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
3 |
StuartYeates |
1 |
The abstraction of various interfaces as a normal FileSystem that is presented systems, both in the application layer and within the [Kernel]. |
1 |
JohnMcPherson |
2 |
|
4 |
JohnMcPherson |
3 |
Examples include using a [loopback device|LoopDevice] to make a single file look like a whole filesystem, or anything that accesses files across a network (for example, [NFS], [SSH], [Samba], etc) and allows local applications to read/write/access files. |