zephyr/subsys/fs
Dominik Ermel abb93d4089 fs: Prevent mounting file system re-using private data
The commit changes the fs_mount to not allow mounting same system,
with the same private data pointer, at two different mount paths.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2023-03-20 09:51:10 +01:00
..
fcb fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
nvs nvs: use NVS cache in write and gc functions 2023-03-13 09:21:22 +00:00
CMakeLists.txt modules: littlefs: move CMake glue code from littlefs repo into Zephyr 2022-03-02 15:34:11 +01:00
fat_fs.c fs: fat: document path transformation 2022-12-07 10:31:01 +00:00
fs_impl.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
fs_impl.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
fs.c fs: Prevent mounting file system re-using private data 2023-03-20 09:51:10 +01:00
fuse_fs_access.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig fs: fs_shell: Add erase/write test 2023-02-20 09:48:24 +01:00
Kconfig.fatfs modules: fs: Add reentrant zephyr support 2023-03-13 11:58:57 +01:00
Kconfig.littlefs kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
littlefs_fs.c fs: Implement mkfs operation in littleFS 2022-12-05 15:36:00 +01:00
shell.c fs: fs_shell: Add read test 2023-02-20 09:48:24 +01:00