zephyr/subsys/fs
Manuel Arguelles 09dd8c74ae littlefs: translate error code when mount fails
When lfs mount fails and there is no formatting requested, the return
code must be translated to errno before being passed to the application
layer.

Additionally, only log a warning that the FS will be formatted, when the
system is not read-only.

Fixes #56378

Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
2023-04-04 18:22:10 +02: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
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
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: Fix Kconfig formatting 2023-03-22 13:52:07 +01:00
Kconfig.fatfs modules: fs: Add reentrant zephyr support 2023-03-13 11:58:57 +01:00
Kconfig.littlefs
littlefs_fs.c littlefs: translate error code when mount fails 2023-04-04 18:22:10 +02:00
shell.c fs: fs_shell: Add read test 2023-02-20 09:48:24 +01:00