zephyr/subsys/fs
Justin Brzozoski d0a368e2e0 nvs: fix overwriting with truncated data
When overwriting an NVS item with data that was a truncated version of
the existing data, the "is this already saved" logic was ignoring the
differing lengths and not saving the new item because the data matched.

Fixes #19250

Signed-off-by: Justin Brzozoski <justin.brzozoski@signal-fire.com>
2019-09-18 22:31:02 -04:00
..
fcb fcb: start using errno codes 2019-09-08 12:42:53 +02:00
nvs nvs: fix overwriting with truncated data 2019-09-18 22:31:02 -04:00
CMakeLists.txt subsys/fs: add support for littlefs 2019-08-06 19:39:26 +02:00
Kconfig subsys/fs/littlefs: Protect littlefs Kconfig options 2019-09-07 10:02:15 -04:00
Kconfig.littlefs subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
fat_fs.c
fs.c subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c subsys/fs/littlefs: fix Coverity issues 2019-08-19 08:34:17 +02:00
nffs_fs.c
shell.c subsys/fs/shell: avoid warning about output format truncation 2019-08-06 19:39:26 +02:00