nuttx/fs/mount
Gregory Nutt 0478b5bce4 Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF.
Squashed commit of the following:

    fs/cromfs:  Now depends on EXPERIMENTAL because it is not yet verified.
    fs/cromfs:  This commit brings the CROMFS file system to code complete.  Still completely untested.  Next steps:  Need a tool to generate CROMFS file system images and a test case under apps/
    fs/cromfs:  Add logic to traverse the in-memory file system nodes.
    fs/cromfs:  Add initial support for an in-memory, compressed, read-only file system.
2018-03-19 07:08:40 -06:00
..
fs_automount.c sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed. 2018-01-31 10:09:14 -06:00
fs_foreachmountpoint.c Squashed commit of the following: 2017-10-26 13:33:08 -06:00
fs_gettype.c Squashed commit of the following: 2017-10-30 18:07:42 -06:00
fs_mount.c Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF. 2018-03-19 07:08:40 -06:00
fs_procfs_mount.c Squashed commit of the following: 2017-10-26 13:33:08 -06:00
fs_umount2.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
Make.defs Squashed commit of the following: 2017-10-26 13:33:08 -06:00
mount.h Squashed commit of the following: 2017-10-26 13:33:08 -06:00