zephyr/subsys/fs
Andrzej Puzdrowski f42617ad00 fs/nvs: preserve the previous ate searching
Previous ATE searching is accelerate by reading sector
close ate, which allow to skip reading whole storage.

ATE is already covered by crc8. That patch introduce
check on correctness offset read form close ate. This
increases meta-data integrity check level.
This also preserves against possible looping when read
incorrect or not a NVS storage image.

fixes #16899

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-08-07 18:31:34 +02:00
..
fcb subsys/fs: remove FS_FLASH_STORAGE_PARTITION 2019-07-22 18:21:50 +02:00
nvs fs/nvs: preserve the previous ate searching 2019-08-07 18:31:34 +02:00
CMakeLists.txt subsys/fs: add support for littlefs 2019-08-06 19:39:26 +02:00
fat_fs.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
fs_impl.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs_impl.h subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs.c subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02:00
fuse_fs_access.c cleanup: include/: move fs.h to fs/fs.h 2019-06-27 22:55:49 -04:00
Kconfig subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
Kconfig.littlefs subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
littlefs_fs.c subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
nffs_fs.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
shell.c subsys/fs/shell: avoid warning about output format truncation 2019-08-06 19:39:26 +02:00