kernel_liteos_a/fs
chenwei c4595d2504 feat(file system): add memory-based romfs
1, this RomFS's codebase is Nuttx romfs, then it is compatible with
Linux RomFS and you can create such a file system using the tool genromfs.
2, there are two major changes against with the original Nuttx romfs:
    1), it is memory-based: all contents of the fs are stored in the
        memory in the very first stage of "mount".
    2), this version of romfs is altered to be compatible with our new
        version of VFS to take advantage of vnode cache and path cache.

close: #I3S0CP
2021-06-04 16:39:51 +08:00
..
fat fix: statfs can't get f_bfree and f_bavail of a FAT12/FAT16 partition 2021-05-08 10:02:55 +08:00
include feature: support ipc copy fd to process 2021-05-11 14:56:09 +08:00
jffs2 refresh parent vnode when get vnode from hash table 2021-04-22 11:23:25 +08:00
nfs update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
proc remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
ramfs update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
romfs feat(file system): add memory-based romfs 2021-06-04 16:39:51 +08:00
vfs feature: support ipc copy fd to process 2021-05-11 14:56:09 +08:00
zpfs remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00