aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/nullfs.c
Commit message (Expand)AuthorAgeFilesLines
* Implement fs_subfs (it's simple, really) ; add placeholders for more syscallsAlex Auvolat2015-02-241-1/+1
* Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.Alex Auvolat2015-02-241-4/+5
* Change mode of operation for mmap_file (see readme)Alex Auvolat2015-02-201-1/+2
* Think a bit ; ioctls only on open file descriptors.Alex Auvolat2015-02-201-2/+2
* Remove global locking on handles by VFS ; adapt nullfs.Alex Auvolat2015-02-191-11/+28
* Several things :Alex Auvolat2015-02-191-20/+38
* Make VFS thread-safe, probably.Alex Auvolat2015-02-191-2/+2
* Make nullfs thread-safe (maybe in an overkill manner, but it doesn't cost mut...Alex Auvolat2015-02-191-10/+26
* Change hashtbl memory freeing methodAlex Auvolat2015-02-141-4/+4
* Cleanup output.Alex Auvolat2015-02-131-0/+3
* Complete nullfs : create, delete, trunc, read, writeAlex Auvolat2015-02-131-9/+157
* Unlink function now called delete() (becaue that's what it does)Alex Auvolat2015-02-131-7/+7
* Begin implementation of nullfs.Alex Auvolat2015-02-121-222/+271
* Add ioctl support in nullfs.Alex Auvolat2015-02-091-1/+13
* Add stating on open filesAlex Auvolat2015-02-091-4/+50
* Forgot somethingAlex Auvolat2015-02-091-1/+3
* Nullfs in good shape : can read a ram file.Alex Auvolat2015-02-091-7/+108
* Work on nullfsAlex Auvolat2015-02-091-7/+143
* Make way for nullfsAlex Auvolat2015-02-091-3/+11
* Start work on filesystems.Alex Auvolat2015-02-091-0/+30