zephyr/subsys/fs
Andrzej Puzdrowski d1bd2490f3 fs/nvs: skip deletion on non existing entry
No need to write deletion entry for non-existing entry.
Furthermore such a write to filled up storage will make another
writes impossible as it occupied delete nvs_ate space, but it
does not remove anything.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-08-08 11:07:48 +02:00
..
fcb subsys/fs: remove FS_FLASH_STORAGE_PARTITION 2019-07-22 18:21:50 +02:00
nvs fs/nvs: skip deletion on non existing entry 2019-08-08 11:07:48 +02:00
CMakeLists.txt subsys/fs: add support for littlefs 2019-08-06 19:39:26 +02: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
fat_fs.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
fs.c subsys/fs: remove ambiguity in readdir results 2019-08-06 19:39:26 +02: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
fuse_fs_access.c cleanup: include/: move fs.h to fs/fs.h 2019-06-27 22:55:49 -04: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