zephyr/subsys/fs
Emil Lindqvist 1e9f1231fe logging: fs: treat absent file on stat as no error
There are multiple reasons to want to find out if file or
directory exists, for example to create it. Stating and
finding out it doesn't exist should not cause an LOG_ERR call as
this gives information to the user in a normal call case.

Fixes #35718

Signed-off-by: Emil Lindqvist <emil@lindq.gr>
2021-07-26 10:44:42 -04:00
..
fcb fs/fcb: Enable FCB to work with non-0xff erase value flash 2020-11-16 13:39:04 +01:00
nvs fs/nvs: prevent use after clear without init 2021-07-20 13:34:45 +02:00
CMakeLists.txt fs: remove NFFS subsystem 2020-01-21 15:32:47 +01:00
fat_fs.c tests/fs/fatfs: Add tests for FS_MOUNT_FLAG_* 2020-11-06 13:10:13 -05:00
fs_impl.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs_impl.h include: Fix use of <fs.h> -> <fs/fs.h> 2019-12-10 08:39:37 -05:00
fs.c logging: fs: treat absent file on stat as no error 2021-07-26 10:44:42 -04:00
fuse_fs_access.c fs: Add fs_dir_t type variable initializations 2021-02-05 07:32:20 -05:00
Kconfig fs: Move FAT FS Kconfig options to Kconfig.fatfs 2020-10-14 13:19:47 -05:00
Kconfig.fatfs disk: disk_access_flash: Make sector size configurable in Kconfig 2021-01-15 11:21:01 -05:00
Kconfig.littlefs fs/littlefs: Remove deprecated *_MEM_POOL_* Kconfig options 2021-06-23 10:03:14 -05:00
littlefs_fs.c fs: littlefs: drop newline character in log messages 2021-07-19 12:03:15 +02:00
shell.c fs: shell: fix incorrect message format when mount fails 2021-07-19 12:02:58 +02:00