History log of /seL4-camkes-master/tools/cogent/impl/fs/ext2/cogent/plat/linux/vfs.ac
Revision Date Author Comments
# 181c2c5a 15-Feb-2019 Partha Susarla <mail@spartha.org>

fs: Support for 4.20.x series of kernels

More ifdefs. I think we need to give up on supporting a few older
version of the kernels.


# 9741de60 15-Feb-2019 Partha Susarla <mail@spartha.org>

impl: Remove depcrate time functions.

Functions `current_kernel_time()` and `timespec_trunc()` are
deprecated in the 4.20.x series of kernels.


# da981b43 10-Jan-2018 Partha Susarla <mail@spartha.org>

[impl] Get both Bilby and ext2 working

Support to build (and work) with the latest Linux kernel releases.


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