Annotated edit history of
VirtualFileSystem version 4 showing authors affecting page license.
View with all changes included.
| Rev |
Author |
# |
Line |
| 1 |
JohnMcPherson |
1 |
The abstraction of various interfaces as a normal FileSystem that is presented systems, both in the application layer and within the [Kernel]. |
| |
|
2 |
|
| |
|
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. |