aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/include/vfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Complete nullfs : create, delete, trunc, read, writeAlex Auvolat2015-02-131-0/+1
|
* Unlink function now called delete() (becaue that's what it does)Alex Auvolat2015-02-131-4/+4
|
* Change semantics of VFS :Alex Auvolat2015-02-131-3/+11
| | | | | - nodes can be loaded in ram only once (nodes identified by their path) - unlink() can only be called if the node to be deleted is not used (not in ram)
* Begin implementation of nullfs.Alex Auvolat2015-02-121-6/+5
|
* Adjust nullfs headerAlex Auvolat2015-02-121-1/+4
|
* Begin ajusting vfs.cAlex Auvolat2015-02-121-3/+27
|
* kmain.c is kind of an example of how the VFS should be used from the outside...Alex Auvolat2015-02-121-7/+18
|
* DOES NOT COMPILE | VFS structure change (VFS centralises more stuff)Alex Auvolat2015-02-121-13/+45
|
* Add stating on open filesAlex Auvolat2015-02-091-11/+2
|
* Nullfs in good shape : can read a ram file.Alex Auvolat2015-02-091-0/+1
|
* Start work on filesystems.Alex Auvolat2015-02-091-0/+86