zephyr/tests/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
..
common test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
ext2 tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
fat_fs_api drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2024-11-05 15:25:10 -06:00
fat_fs_dual_drive tests/subsys/fs: Don't test on native_posix 2024-09-25 04:04:36 -04:00
fcb tests: nrf: enable twister tests for nrf54l20pdk 2024-12-13 20:04:51 +01:00
fs_api test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
littlefs boards: nordic: Remove nRF54L15 PDK 2024-10-21 01:46:39 +01:00
multi-fs drivers: flash: Place API into iterable section 2024-12-02 22:08:48 +00:00
nvs tests: fs: nvs: add mps2/an385 support 2024-06-19 13:43:45 -04:00
zms zms: optimize write function by skipping unnecessary reads 2024-12-19 19:55:30 +01:00