History log of /seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/inode.c
Revision Date Author Comments
# 2c4c786d 19-Feb-2018 Partha Susarla <mail@spartha.org>

impl: Fix build issues on Linux


# 6bb9d91b 17-Dec-2017 Partha Susarla <mail@spartha.org>

linux: Replace CURRENT_TIME macro.

`CURRENT_TIME` macro has been deprecated(and replaced) in the Linux
kernel because it isn't safe on 32bit systems. (y2038 problem).
This patch fixes Cogent code and drivers to reflect that.


# 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`.