Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | add an offset parameter to read() and write() | dzwdz | |
2021-09-20 | add some missing includes to `kernel/vfs/request.h` | dzwdz | |
2021-09-16 | implement output from vfs calls | dzwdz | |
2021-09-12 | move `enum vs_operation` to shared/flags.h | dzwdz | |
2021-09-12 | allow vfs_request_finish to return | dzwdz | |
thanks to this, the fs provider can continue executing until the next fs_wait() call. that should speed things up a bit | |||
2021-09-12 | vfs_request refactor pt2 | dzwdz | |
2021-09-12 | vfs request refactor pt1 | dzwdz | |