History log of /seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/nfs.c
Revision Date Author Comments
# 2e68401e 21-May-2017 Partha Susarla <ajaysusarla@gmail.com>

[impl] Port fs modules to kernel version > 4.4

This patch ports the Cogent fs modules `vfat` and `ext2` to support the
recent kernels(4.4 and later).

This patch doesn't include port the bilby implementation, since it isn't
as straightforward. I'm working on that patch, and will send it soon.

I've also removed most code to run on kernel version < 3.16, we don't support
them anymore.

Fixes #65.


# dc6bd0fb 15-Mar-2017 Partha Susarla <parthasarathi.susarlaajay@data61.csiro.au>

[impl] Reorganise impl directory.

We currently have all our filesystem implementation in `impl` directory. This
patch moves all the implementations into `impl/fs` directory. This makes for
better organisation of the source tree when we eventually have `impl/net`,
for network implementations in `Cogent`.