Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make VFS thread-safe, probably. | Alex Auvolat | 2015-02-19 | 1 | -26/+120 |
| | |||||
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | Complete nullfs : create, delete, trunc, read, write | Alex Auvolat | 2015-02-13 | 1 | -2/+12 |
| | |||||
* | Unlink function now called delete() (becaue that's what it does) | Alex Auvolat | 2015-02-13 | 1 | -2/+2 |
| | |||||
* | Change semantics of VFS : | Alex Auvolat | 2015-02-13 | 1 | -10/+48 |
| | | | | | - 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 Auvolat | 2015-02-12 | 1 | -10/+20 |
| | |||||
* | Adjust nullfs header | Alex Auvolat | 2015-02-12 | 1 | -3/+11 |
| | |||||
* | Implement walk_path_except_last | Alex Auvolat | 2015-02-12 | 1 | -5/+52 |
| | |||||
* | Begin ajusting vfs.c | Alex Auvolat | 2015-02-12 | 1 | -14/+144 |
| | |||||
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 1 | -3/+8 |
| | |||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 1 | -0/+6 |
| | |||||
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -0/+126 |