zephyr/subsys/fs
Ramakrishna Pallala dd5449a77b subsys: fs: Add the support for multiple instances of fs
Add support for multiple instances of a file system by
making use of mount point as the disk volume name which
is used by the file system library while formatting or
mounting a disk.

Also moved out file system specific data structures from
public fs.h header and handled them in corresponding
file system interface files by introducing open files and
open directories concept which is already being used in
NFFS interface module. Now it is extended to FatFs as well.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-05-08 08:53:01 -04:00
..
fcb subsys: fs: fcb: fix - crc write size not aligned 2018-05-04 17:25:29 -04:00
CMakeLists.txt subsys: fs: Add Virtual File system Switch (VFS) support 2018-03-10 21:38:04 -05:00
Kconfig subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
fat_fs.c subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
fs.c subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
nffs_fs.c subsys: fs: Add the support for multiple instances of fs 2018-05-08 08:53:01 -04:00
shell.c subsys: fs: Fix fs_file_t and fs_dir_t usage 2018-03-13 09:47:58 -05:00