zephyr/subsys/fs
Riadh Ghaddab e0f0256538 zms: optimize write function by skipping unnecessary reads
when performing a write ZMS checks if the data exists in the storage to
avoid double writing the same data and save some memory cycle life time.
However this downgrades the write performance.
Enable this feature only when CONFIG_ZMS_NO_DOUBLE_WRITE is enabled.

Signed-off-by: Riadh Ghaddab <rghaddab@baylibre.com>
2024-12-19 19:55:30 +01:00
..
ext2 fs: ext2: Fix ext2 read buffer overflow 2024-12-16 10:52:29 +01:00
fcb
nvs fs: nvs: streamline rc return logic 2024-10-08 16:57:49 +02:00
zms zms: optimize write function by skipping unnecessary reads 2024-12-19 19:55:30 +01:00
CMakeLists.txt fs: introduce ZMS a new Memory storage system 2024-10-24 16:57:12 +01:00
fat_fs.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
fs_impl.c
fs_impl.h
fs.c fs: Fix null pointer exception caused by async fs_unmount 2024-11-07 18:06:58 -06:00
fuse_fs_access.c fs: fuse: ensure S_IFxxx macros are available 2024-08-11 10:32:20 +02:00
Kconfig fs: introduce ZMS a new Memory storage system 2024-10-24 16:57:12 +01:00
Kconfig.fatfs fs: fatfs: additional ELM FAT options 2024-10-11 13:20:08 -04:00
Kconfig.littlefs fs: littlefs: add littlefs disk version selection 2024-12-17 20:55:51 +01:00
littlefs_fs.c fs: littlefs: add littlefs disk version selection 2024-12-17 20:55:51 +01:00
shell.c drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2024-11-05 15:25:10 -06:00