Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove global locking on handles by VFS ; adapt nullfs. | Alex Auvolat | 2015-02-19 | 1 | -28/+4 |
* | Add syscall for ioctl on open handle | Alex Auvolat | 2015-02-19 | 1 | -1/+12 |
* | 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 |
* | 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 |